diff --git a/README.md b/README.md index f4fd13e..85c61e3 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**2.2.1** + - fix: init image is fully ignored if init-image-strength = 0 + **2.2.0** - feature: face enhancement fidelity is now configurable diff --git a/setup.py b/setup.py index 9020b11..33bc444 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="2.2.0", + version="2.2.1", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",