diff --git a/README.md b/README.md index 85f9523..7c20086 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/changelog.md b/docs/changelog.md index 383f60b..aa7bfe4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/setup.py b/setup.py index 38aa852..0c79e4a 100644 --- a/setup.py +++ b/setup.py @@ -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",