version: 12.0.1

pull/320/head 12.0.1
Bryce 1 year ago
parent 9ccf55e7c7
commit 23d4810670

@ -436,6 +436,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
## ChangeLog
**12.0.1**
- fix: use correct device for depth images on mps. Fixes #300
**12.0.0**
- 🎉 feature: add "detail" control mode. Add details to an image. Great for upscaling an image.

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

Loading…
Cancel
Save