diff --git a/README.md b/README.md index 8536cd7..9ac84d3 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - [Example Colab](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing) ## ChangeLog - - add improved masking update from clipseg + +**2.1.0** + - [improved masking accuracy from clipseg](https://github.com/timojl/clipseg/issues/8#issuecomment-1259150865) **2.0.3** - fix memory leak in face enhancer diff --git a/setup.py b/setup.py index 78f6bcd..f900226 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.0.3", + version="2.1.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",