version: 10.0.0

This commit is contained in:
Bryce 2023-02-17 10:16:35 -08:00
parent 6f749ac4b6
commit 08f6014941
2 changed files with 5 additions and 2 deletions

View File

@ -300,7 +300,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
## ChangeLog ## 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: sliced encoding of images to latents (removes memory bottleneck)
- perf: use Silu for performance improvement over nonlinearity - perf: use Silu for performance improvement over nonlinearity
- perf: `xformers` added as a dependency for linux and windows. Gives a nice speed boost. - perf: `xformers` added as a dependency for linux and windows. Gives a nice speed boost.

View File

@ -24,7 +24,7 @@ setup(
name="imaginAIry", name="imaginAIry",
author="Bryce Drennan", author="Bryce Drennan",
# author_email="b r y p y d o t io", # 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.", description="AI imagined images. Pythonic generation of stable diffusion images.",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",