version: 11.1.1

pull/310/head 11.1.1
Bryce 1 year ago
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

@ -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…
Cancel
Save