From 049059dc0345dcbfc2140c514c5a704ed7aee667 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 16 Jan 2023 15:20:55 -0800 Subject: [PATCH] version: 7.4.3 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd7a81..aa15a3a 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**7.4.3** +- fix: handle old pytorch lightning imports with a graceful failure (fixes #161) +- fix: handle failed image generations better (fixes #83) + **7.4.2** - fix: run face enhancement on GPU for 10x speedup diff --git a/setup.py b/setup.py index 2c1e45a..a386b62 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="7.4.2", + version="7.4.3", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",