diff --git a/README.md b/README.md index a7533d9..9cd7a81 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**7.4.2** +- fix: run face enhancement on GPU for 10x speedup + **7.4.1** - fix: incorrect config files being used for non-1.0 models diff --git a/setup.py b/setup.py index ddd0b03..2c1e45a 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.1", + version="7.4.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",