diff --git a/README.md b/README.md index 9b448d9..eb49c26 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**8.3.1** +- fix: init-image-strength type + **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 diff --git a/setup.py b/setup.py index 221ee61..b748c90 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.3.0", + version="8.3.1", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",