mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-05 12:00:15 +00:00
version: 2.3.1
This commit is contained in:
parent
beba2be6d5
commit
0244d4151f
@ -185,6 +185,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
|
||||||
|
**2.3.1**
|
||||||
|
- fix: face fidelity default was broken
|
||||||
|
|
||||||
**2.3.0**
|
**2.3.0**
|
||||||
- feature: model weights file can be specified via `--model-weights-path` argument at the command line
|
- feature: model weights file can be specified via `--model-weights-path` argument at the command line
|
||||||
- fix: set face fidelity default back to old value
|
- fix: set face fidelity default back to old value
|
||||||
|
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="2.3.0",
|
version="2.3.1",
|
||||||
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