From 0e342a126e298603e5914ab9b38c272e048862ed Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 28 Nov 2022 00:34:33 -0800 Subject: [PATCH] version: 6.1.2 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7330eff..027d7ca 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,8 @@ 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 +**6.1.2** +- fix: add back in memory-efficient algorithms **6.1.1** - feature: xformers will be used if available (for faster generation) diff --git a/setup.py b/setup.py index 9304b14..78cf18e 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="6.1.1", + version="6.1.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",