From 08f60149411e4032b5b17764bb146561683de0c8 Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 17 Feb 2023 10:16:35 -0800 Subject: [PATCH] version: 10.0.0 --- README.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b02906..1de2ee2 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog -- feature: 🎉🎉 Make large images while retaining composition. Try `imagine "a flower" -w 1920 -h 1080 --upscale` +**10.0.0** + +- feature: 🎉🎉 Make large images while retaining composition. Try `imagine "a flower" -w 1920 -h 1080` +- fix: create compilations directory automatically - perf: sliced encoding of images to latents (removes memory bottleneck) - perf: use Silu for performance improvement over nonlinearity - perf: `xformers` added as a dependency for linux and windows. Gives a nice speed boost. diff --git a/setup.py b/setup.py index 548ebaf..902037c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="9.0.2", + version="10.0.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",