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",