mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-05 12:00:15 +00:00
version: 6.1.2
This commit is contained in:
parent
554fc1d0ec
commit
0e342a126e
@ -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)
|
[Example Colab](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing)
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
**6.1.2**
|
||||||
|
- fix: add back in memory-efficient algorithms
|
||||||
|
|
||||||
**6.1.1**
|
**6.1.1**
|
||||||
- feature: xformers will be used if available (for faster generation)
|
- feature: xformers will be used if available (for faster generation)
|
||||||
|
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="6.1.1",
|
version="6.1.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