Releases: LlmKira/novelai-python
Releases · LlmKira/novelai-python
pypi_0.7.12 sync params
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.pyby @sudoskys in #125 - 🗑️ refactor(generate_image): Rollback changes #125 by @sudoskys in #126
New Contributors
- @TimmekHW made their first contribution in #123
- @Alert-Aigul made their first contribution in #124
Full Changelog: pypi_0.7.11...pypi_0.7.12
pypi_0.7.11 4.5 full patch
What's Changed
Full Changelog: pypi_0.7.10...pypi_0.7.11
pypi_0.7.10 nai-diffusion-4-5-full
pypi_0.7.9 nai-diffusion-4-5-curated / inpainting
What's Changed
Full Changelog: pypi_0.7.8...pypi_0.7.9
pypi_0.7.8 nai-diffusion-4-5-curated / inpainting
What's Changed
Full Changelog: pypi_0.7.7...pypi_0.7.8
pypi_0.7.7 nai-diffusion-4-5-curated / inpainting
pypi_0.7.6 V4 Full
What's Changed
Full Changelog: pypi_0.7.5...pypi_0.7.6
pypi_0.7.5 Fix qualityToggle
pypi_0.7.4 Fix qualityToggle
pypi_0.7.3 fix generate_voice, better logger
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=credentialWhat's Changed
fix #96
Full Changelog: pypi_0.7.2...pypi_0.7.3


