From 0244d4151fd0e22f656e36f8f4c3c1804d933415 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 6 Oct 2022 17:26:00 -0700 Subject: [PATCH] version: 2.3.1 --- README.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e06a1bf..f41472e 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**2.3.1** + - fix: face fidelity default was broken + **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 @@ -246,7 +249,7 @@ would be uncorrelated to the rest of the surrounding image. It created terrible **1.2.0** - allow urls as init-images -** previous ** +**previous** - img2img actually does # of steps you specify - performance optimizations - numerous other changes diff --git a/setup.py b/setup.py index eeecc7b..a101cb7 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.3.0", + version="2.3.1", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",