version: 12.0.2

pull/321/head 12.0.2
Bryce 1 year ago
parent d5a276584b
commit e5d6880bc3

@ -437,6 +437,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
## ChangeLog
**12.0.2**
- fix: move normal map preprocessor for conda compatibility
**12.0.1**
- fix: use correct device for depth images on mps. Fixes #300

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

Loading…
Cancel
Save