version: 11.1.1

This commit is contained in:
Bryce 2023-04-18 08:11:41 -07:00
parent 94728d978e
commit 4cbd278972
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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",