From 497dc81d9ea224943d4b09ba14d274f5eda3ccef Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 12 Oct 2022 20:35:45 -0700 Subject: [PATCH] fix: k-sampler methods were broken --- README.md | 9 ++++++--- setup.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aede45c..59bc846 100644 --- a/README.md +++ b/README.md @@ -213,12 +213,15 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - [Example Colab](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing) ## ChangeLog +**3.0.1** + - fix: k-samplers were broken + **3.0.0** -- feature: improved safety filter + - feature: improved safety filter **2.4.0** -- 🎉 feature: prompt expansion -- feature: make (blip) photo captions more descriptive + - 🎉 feature: prompt expansion + - feature: make (blip) photo captions more descriptive **2.3.1** - fix: face fidelity default was broken diff --git a/setup.py b/setup.py index 70cfecf..aeb4e29 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="3.0.0", + version="3.0.1", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",