mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
version: 11.1.1
This commit is contained in:
parent
94728d978e
commit
4cbd278972
@ -399,6 +399,10 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface -
|
||||
|
||||
## ChangeLog
|
||||
|
||||
**11.1.1**
|
||||
- fix: fix globbing bug with input image path handling
|
||||
- fix: changed sample to True to generate caption using blip model
|
||||
|
||||
**11.1.0**
|
||||
|
||||
- docs: add some example use cases
|
||||
|
2
setup.py
2
setup.py
@ -37,7 +37,7 @@ setup(
|
||||
name="imaginAIry",
|
||||
author="Bryce Drennan",
|
||||
# author_email="b r y p y d o t io",
|
||||
version="11.1.0",
|
||||
version="11.1.1",
|
||||
description="AI imagined images. Pythonic generation of stable diffusion images.",
|
||||
long_description=readme,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
Reference in New Issue
Block a user