From 09f00f96522a82b21a9de7a842e7d57de7fd6fc9 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 22 Sep 2022 08:26:55 -0700 Subject: [PATCH] version: 1.6.1 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e51ab40..dcf0601 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ 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.1** + - fix: make sure image tensors come to the CPU as float32 so there aren't compatability issues with non-bfloat16 cpus **1.6.0** - fix: *maybe* address #13 with `expected scalar type BFloat16 but found Float` diff --git a/setup.py b/setup.py index 1283353..be3dc77 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.0", + version="1.6.1", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",