version 1.5.3

bugfix missing config file
pull/18/head 1.5.3
Bryce 2 years ago
parent 3d64867e1f
commit 83c809e2b7

@ -164,7 +164,7 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
## ChangeLog
**1.5.2**
**1.5.3**
- fix: missing config file for describe feature
**1.5.1**

@ -7,7 +7,7 @@ setup(
name="imaginAIry",
author="Bryce Drennan",
# author_email="b r y p y d o t io",
version="1.5.2",
version="1.5.3",
description="AI imagined images. Pythonic generation of stable diffusion images.",
long_description=readme,
long_description_content_type="text/markdown",
@ -27,7 +27,7 @@ setup(
"configs/*.yaml",
"vendored/clip/*.txt.gz",
"vendored/clipseg/*.pth",
"vendored/configs/*.*",
"vendored/blip/configs/*.*",
]
},
install_requires=[

Loading…
Cancel
Save