Skip to content

Releases: LlmKira/novelai-python

pypi_0.7.12 sync params

13 Jun 10:12
2346bd6

Choose a tag to compare

What's Changed

  • ✨ improve(generate_image): Params is now identical to the website. by @TimmekHW in #123
  • 🔧 fixes(auth&uc): Uppercase usernames and mutual exclusion fixes. by @Alert-Aigul in #124
  • 🔧 refactor(params): streamline custom serializer logic in params.py by @sudoskys in #125
  • 🗑️ refactor(generate_image): Rollback changes #125 by @sudoskys in #126

New Contributors

Full Changelog: pypi_0.7.11...pypi_0.7.12

pypi_0.7.11 4.5 full patch

09 Jun 03:32
f68526a

Choose a tag to compare

What's Changed

Full Changelog: pypi_0.7.10...pypi_0.7.11

pypi_0.7.10 nai-diffusion-4-5-full

30 May 15:25
8f322d1

Choose a tag to compare

What's Changed

Preview

View1 View2 View3
sample sample2 View3

Full Changelog: pypi_0.7.9...pypi_0.7.10

pypi_0.7.9 nai-diffusion-4-5-curated / inpainting

09 May 16:18
024163c

Choose a tag to compare

What's Changed

Full Changelog: pypi_0.7.8...pypi_0.7.9

pypi_0.7.8 nai-diffusion-4-5-curated / inpainting

09 May 02:52
46edbe9

Choose a tag to compare

What's Changed

  • ✨ feat(ai): update model prompts and version bump to 0.7.8 by @sudoskys in #115

Full Changelog: pypi_0.7.7...pypi_0.7.8

pypi_0.7.7 nai-diffusion-4-5-curated / inpainting

07 May 01:50
c76ad8e

Choose a tag to compare

What's Changed

  • ✨ feat(ai): add support for NovelAI Diffusion V4.5 models by @sudoskys in #110
  • ✨ feat(generate_image): add prompt tokenizer for length calculation by @sudoskys in #111
  • ✨ feat(ai): add new diffusion inpainting models by @sudoskys in #112

Full Changelog: pypi_0.7.6...pypi_0.7.7

pypi_0.7.6 V4 Full

04 Mar 11:08
d2cb0b9

Choose a tag to compare

What's Changed

  • ✨ feat(ai): enhance image generation with model updates by @sudoskys in #107

Full Changelog: pypi_0.7.5...pypi_0.7.6

pypi_0.7.5 Fix qualityToggle

15 Feb 12:41
373c7e0

Choose a tag to compare

What's Changed

Full Changelog: pypi_0.7.4...pypi_0.7.5

pypi_0.7.4 Fix qualityToggle

05 Jan 01:45
8759efe

Choose a tag to compare

What's Changed

Full Changelog: pypi_0.7.3...pypi_0.7.4

pypi_0.7.3 fix generate_voice, better logger

04 Jan 12:41
904bf85

Choose a tag to compare

Break Change

try:
        voice_gen = VoiceGenerate.build(
            text=text,
-            voice_engine=VoiceSpeakerV1.Crina,  # VoiceSpeakerV2.Ligeia,
+            speaker=VoiceSpeakerV2.Ligeia,  # VoiceSpeakerV2.Ligeia,
        )
        result = await voice_gen.request(
            session=credential

What's Changed

  • 🎨 refactor(generate_voice): update speaker attributes and API usage by @sudoskys in #97

fix #96

Full Changelog: pypi_0.7.2...pypi_0.7.3