From 5cc19c460c8b29e361399561239779721c52b0fe Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 5 Oct 2022 23:35:05 -0700 Subject: [PATCH] version: 2.3.0 --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3514c..e06a1bf 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,12 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**2.3.0** + - feature: model weights file can be specified via `--model-weights-path` argument at the command line + - fix: set face fidelity default back to old value + - fix: handle small images without throwing exception. credit to @NiclasEriksen + - docs: add setuptools-rust as dependency for macos + **2.2.1** - fix: init image is fully ignored if init-image-strength = 0 diff --git a/setup.py b/setup.py index 33bc444..eeecc7b 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.1", + version="2.3.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",