Skip to content

Releases: LlmKira/novelai-python

0.4.15 Update model hash list, better ucPreset

23 Sep 15:36
00e0e03

Choose a tag to compare

What's Changed

  • (feat): Update model hash list, and smarter preset selection strategy by @sudoskys in #71

Full Changelog: pypi_0.4.14...pypi_0.4.15

0.4.14 Support Variety+

31 Aug 03:20
cae6c9d

Choose a tag to compare

generate_image.py#L32-L44

        agent = GenerateImageInfer.build(
            prompt=prompt,
            model=Model.NAI_DIFFUSION_3,
            action=Action.GENERATE,
            sampler=Sampler.K_DPMPP_2M,
            qualityToggle=True,
            decrisp_mode=False,
            variety_boost=True
        )

What's Changed

  • Improvement: Added settings related to the Variety Boost in generate_image.Class.build and optimized default settings. by @sudoskys in #69

Update from

https://blog.novelai.net/summer-sampler-update-en-3a34eb32b613

Full Changelog: pypi_0.4.13...pypi_0.4.14

0.4.13 calculate anlas for augment-image

09 Aug 05:05
72b3734

Choose a tag to compare

What's Changed

  • ✨ feat(augment_image): implement cost calculation for BG_REMOVAL by @sudoskys in #68

Full Changelog: pypi_0.4.12...pypi_0.4.13

0.4.12 Director Tools

02 Aug 08:41
2ee04f6

Choose a tag to compare

New

  • Added new features
  • Optimized the Session management system (may cause problems, please note)

augment-image Demo

https://github.com/LlmKira/novelai-python/blob/main/playground/augment-image.py#L10-L50

What's Changed

  • ✨ feat: add .nerve.toml configuration file for English language settings by @sudoskys in #63
  • ✨ fix: Correct data extraction error handling in ImageMetadata by @sudoskys in #65
  • feat: Director Tools / imagetools by @sudoskys in #67

Full Changelog: pypi_0.4.11...pypi_0.4.12

pypi_0.4.11 Daily maintenance

03 Jun 03:15
01d3218

Choose a tag to compare

What's Changed

  • 🐛 fix: Fix issue with uncond_scale comparison in generate_image module by @sudoskys in #62

Full Changelog: pypi_0.4.10...pypi_0.4.11

pypi_0.4.10 Improved compatibility for Russian Windows users

01 May 12:48
89db8c6

Choose a tag to compare

Improved compatibility for Russian Windows users

Full Changelog: pypi_0.4.10...pypi_0.4.10

pypi_0.4.9 NAI_DIFFUSION_FURRY_3 & model hash update

25 Apr 03:13
b80267a

Choose a tag to compare

What's Changed

Full Changelog: pypi_0.4.8...pypi_0.4.9

0.4.8 python 312 support / python>=3.9

13 Apr 16:05
4764d58

Choose a tag to compare

Merge pull request #58 from LlmKira/dev

3.12 Support

0.4.7 /ai/generate && /ai/generate-stream

08 Apr 16:25
dc35edb

Choose a tag to compare

Merge pull request #52 from LlmKira/dev

feat(api): /ai/generate && /ai/generate-stream

0.4.6 multiple vibe transfer

06 Apr 06:10
037790a

Choose a tag to compare

  • Class.build() : The build parameters are updated, the original parameters are discarded but still available (merged into new parameters)
            {
-                "reference_image": reference_image,
-                "reference_strength": reference_strength,
-                "reference_information_extracted": reference_information_extracted,
+               "reference_image_multiple": reference_image_multiple,
+               "reference_strength_multiple": reference_strength_multiple,
+               "reference_information_extracted_multiple": reference_information_extracted_multiple,
            }
  • Param Updated