mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
version 1.5.3
bugfix missing config file
This commit is contained in:
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**
|
||||
|
4
setup.py
4
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.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…
Reference in New Issue
Block a user