From de2a72f71874436734e0b42b5e0fd7d3add262fd Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 28 Feb 2023 23:39:11 -0800 Subject: [PATCH] version: 11.0.0 --- README.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1460e77..cc32026 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # ImaginAIry 🤖🧠 + +[![Downloads](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing) [![Downloads](https://pepy.tech/badge/imaginairy)](https://pepy.tech/project/imaginairy) [![image](https://img.shields.io/pypi/v/imaginairy.svg)](https://pypi.org/project/imaginairy/) [![image](https://img.shields.io/badge/license-MIT-green)](https://github.com/brycedrennan/imaginAIry/blob/master/LICENSE/) @@ -379,7 +381,11 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog - +**11.0.0** +- all these changes together mean same seed/sampler will not be guaranteed to produce same image (thus the version bump) +- fix: image composition didn't work very well. Works well now but probably very slow on non-cuda platforms +- fix: remove upscaler tiling message +- fix: improve k-diffusion sampler schedule. significantly improves image quality of default sampler - fix: img2img was broken for all samplers except plms and ddim when init image strength was >~0.25 **10.2.0** diff --git a/setup.py b/setup.py index 6b31998..6b4ac8b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="10.2.0", + version="11.0.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",