version: 14.2.0

bd/uv2 14.2.0
Bryce 1 month ago
parent 49f2c25b6b
commit ce37e60b11

@ -71,6 +71,9 @@ Options:
### Whats New
[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**
- tests: add installation tests for windows, mac, and conda
- fix: dependency issues

@ -1,6 +1,13 @@
## 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**
- 🎉 feature: make video generation smooth by adding frame interpolation
- feature: SDXL weights in the compvis format can now be used

@ -44,7 +44,7 @@ setup(
name="imaginAIry",
author="Bryce Drennan",
# 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.",
long_description=readme,
long_description_content_type="text/markdown",

Loading…
Cancel
Save