version: 14.3.0

master 14.3.0
Bryce 1 month ago
parent 12e66a727f
commit 1f0ae5ffa6

@ -70,8 +70,11 @@ Options:
### Whats New ### Whats New
[See full Changelog here](./docs/changelog.md) [See full Changelog here](./docs/changelog.md)
**14.2.1**
- feature: integrates spandrel for upscaling.
**14.3.0**
- feature: integrates [spandrel](https://github.com/chaiNNer-org/spandrel) for upscaling
- fix: allow loading sdxl models from local paths.
**14.2.0** **14.2.0**
- 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength` - 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength`

@ -1,11 +1,12 @@
## ChangeLog ## ChangeLog
**14.2.1** **14.3.0**
- feature: integrates spandrel for upscaling - feature: integrates [spandrel](https://github.com/chaiNNer-org/spandrel) for upscaling
- fix: allow loading sdxl models from local paths.
**14.2.0** **14.2.0**
- 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength` - 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength` (IPAdapter)
**14.1.1** **14.1.1**
- tests: add installation tests for windows, mac, and conda - tests: add installation tests for windows, mac, and conda

@ -44,7 +44,7 @@ setup(
name="imaginAIry", name="imaginAIry",
author="Bryce Drennan", author="Bryce Drennan",
# author_email="b r y p y d o t io", # author_email="b r y p y d o t io",
version="14.2.0", version="14.3.0",
description="AI imagined images. Pythonic generation of images.", description="AI imagined images. Pythonic generation of images.",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",

Loading…
Cancel
Save