From 1f0ae5ffa6d1d1245239a7d233b1c8501f2f60f5 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 18 Apr 2024 01:50:33 -0700 Subject: [PATCH] version: 14.3.0 --- README.md | 7 +++++-- docs/changelog.md | 7 ++++--- setup.py | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc5906d..5723636 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,11 @@ Options: ### Whats New [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** - 🎉 feature: add image prompt support via `--image-prompt` and `--image-prompt-strength` diff --git a/docs/changelog.md b/docs/changelog.md index 6003b50..e5c44c3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,11 +1,12 @@ ## 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** -- 🎉 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** - tests: add installation tests for windows, mac, and conda diff --git a/setup.py b/setup.py index 90b0f2c..9bfa7c9 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.2.0", + version="14.3.0", description="AI imagined images. Pythonic generation of images.", long_description=readme, long_description_content_type="text/markdown",