mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-05 12:00:15 +00:00
version: 7.4.2
This commit is contained in:
parent
fad7f17790
commit
2dd99c183c
@ -241,6 +241,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
|
||||||
|
**7.4.2**
|
||||||
|
- fix: run face enhancement on GPU for 10x speedup
|
||||||
|
|
||||||
**7.4.1**
|
**7.4.1**
|
||||||
- fix: incorrect config files being used for non-1.0 models
|
- fix: incorrect config files being used for non-1.0 models
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(
|
|||||||
name="imaginAIry",
|
name="imaginAIry",
|
||||||
author="Bryce Drennan",
|
author="Bryce Drennan",
|
||||||
# author_email="b r y p y d o t io",
|
# 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.",
|
description="AI imagined images. Pythonic generation of stable diffusion images.",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
Loading…
Reference in New Issue
Block a user