mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-05 12:00:15 +00:00
version: 8.3.0
This commit is contained in:
parent
9ee09ac842
commit
d7eaac2c5e
@ -290,6 +290,7 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
|
||||||
|
**8.3.0**
|
||||||
- feature: create `gifs` or `mp4s` from any images made in a single run with `--compilation-anim gif`
|
- feature: create `gifs` or `mp4s` from any images made in a single run with `--compilation-anim gif`
|
||||||
- feature: create a series of images or edits by iterating over a parameter with the `--arg-schedule` argument
|
- feature: create a series of images or edits by iterating over a parameter with the `--arg-schedule` argument
|
||||||
- feature: `openjourney-v1` and `openjourney-v2` models added. available via `--model openjourney-v2`
|
- feature: `openjourney-v1` and `openjourney-v2` models added. available via `--model openjourney-v2`
|
||||||
|
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="8.2.0",
|
version="8.3.0",
|
||||||
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