mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
version: 11.0.0
This commit is contained in:
parent
52044c1073
commit
de2a72f718
@ -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**
|
||||
|
2
setup.py
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user