fix: k-sampler methods were broken

pull/59/head 3.0.1
Bryce 2 years ago
parent 153c259ee4
commit 497dc81d9e

@ -213,6 +213,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
[Example Colab](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing)
## ChangeLog
**3.0.1**
- fix: k-samplers were broken
**3.0.0**
- feature: improved safety filter

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

Loading…
Cancel
Save