From 3d64867e1fe6cfeb04ec9d0a0e6230b3a6b001cc Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 20 Sep 2022 17:03:33 -0700 Subject: [PATCH] version 1.5.2 bugfix missing config file --- README.md | 5 ++++- setup.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf4ca57..09c423e 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog -**1.5.0** +**1.5.2** + - fix: missing config file for describe feature + +**1.5.1** - img2img now supported with PLMS (instead of just DDIM) - added image captioning feature `aimg describe dog.jpg` => `a brown dog sitting on grass` - added new commandline tool `aimg` for additional image manipulation functionality diff --git a/setup.py b/setup.py index 75e1a13..d59ba07 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="1.5.1", + version="1.5.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown", @@ -27,6 +27,7 @@ setup( "configs/*.yaml", "vendored/clip/*.txt.gz", "vendored/clipseg/*.pth", + "vendored/configs/*.*", ] }, install_requires=[