diff --git a/README.md b/README.md index 6cb6130..e16c0d5 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**8.3.0** - 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: `openjourney-v1` and `openjourney-v2` models added. available via `--model openjourney-v2` diff --git a/setup.py b/setup.py index ee7f23d..221ee61 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="8.2.0", + version="8.3.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",