From 3a7c861f0a8cb0d530f6cd96c50baa8e03d72869 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 23 Jan 2023 07:06:35 -0800 Subject: [PATCH] version: 8.0.4 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc83f0..3fcd6a2 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,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 +**8.0.4** +- fix: limit attention slice size on MacOS machines with 64gb (#175) + **8.0.3** - fix: use python 3.7 compatible lru_cache - fix: use windows compatible filenames diff --git a/setup.py b/setup.py index 13460b4..5e84a81 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="8.0.3", + version="8.0.4", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",