version: 14.2.0

bd/uv2 14.2.0
Bryce 2 months ago
parent 49f2c25b6b
commit ce37e60b11

@ -71,6 +71,9 @@ Options:
### Whats New ### Whats New
[See full Changelog here](./docs/changelog.md) [See full Changelog here](./docs/changelog.md)
**14.2.0**
- 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength`
**14.1.1** **14.1.1**
- tests: add installation tests for windows, mac, and conda - tests: add installation tests for windows, mac, and conda
- fix: dependency issues - fix: dependency issues

@ -1,6 +1,13 @@
## ChangeLog ## ChangeLog
**14.2.0**
- 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength`
**14.1.1**
- tests: add installation tests for windows, mac, and conda
- fix: dependency issues
**14.1.0** **14.1.0**
- 🎉 feature: make video generation smooth by adding frame interpolation - 🎉 feature: make video generation smooth by adding frame interpolation
- feature: SDXL weights in the compvis format can now be used - feature: SDXL weights in the compvis format can now be used

@ -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.1.1", version="14.2.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