diff --git a/README.md b/README.md index f84f99c..31f1768 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,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 +**1.6.2** + - fix: another bfloat16 fix + **1.6.1** - fix: make sure image tensors come to the CPU as float32 so there aren't compatability issues with non-bfloat16 cpus diff --git a/setup.py b/setup.py index be3dc77..3995817 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="1.6.1", + version="1.6.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",