Skip to content

Commit

Permalink
version: 14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Apr 18, 2024
1 parent 12e66a7 commit 1f0ae5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
7 changes: 4 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str:
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",
Expand Down

0 comments on commit 1f0ae5f

Please sign in to comment.