From da0b98362233e5adf45e4a2e1913312c2f885d70 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 3 Oct 2022 16:35:57 -0700 Subject: [PATCH] version: 2.2.0 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac84d3..4c9bc6f 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.0** + - feature: face enhancement fidelity is now configurable + **2.1.0** - [improved masking accuracy from clipseg](https://github.com/timojl/clipseg/issues/8#issuecomment-1259150865) diff --git a/setup.py b/setup.py index f900226..9020b11 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.1.0", + version="2.2.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",