mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-05 12:00:15 +00:00
version: 2.4.0
This commit is contained in:
parent
31c2160e21
commit
26483ef128
12
README.md
12
README.md
@ -123,10 +123,9 @@ You can use `{}` to randomly pull values from lists. A list of values separated
|
|||||||
|
|
||||||
`imagine "a {lime|blue|silver|aqua} colored dog" -r 2 --seed 0` will generate both "a red dog" and "a black dog"
|
`imagine "a {lime|blue|silver|aqua} colored dog" -r 2 --seed 0` will generate both "a red dog" and "a black dog"
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000184_0_plms40_PS7.5_a_silver_colored_dog_[generated].jpg" height="256">
|
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000184_0_plms40_PS7.5_a_silver_colored_dog_[generated].jpg" height="200"><img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000186_0_plms40_PS7.5_a_aqua_colored_dog_[generated].jpg" height="200">
|
||||||
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000186_0_plms40_PS7.5_a_aqua_colored_dog_[generated].jpg" height="256">
|
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000210_0_plms40_PS7.5_a_lime_colored_dog_[generated].jpg" height="200">
|
||||||
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000210_0_plms40_PS7.5_a_lime_colored_dog_[generated].jpg" height="256">
|
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000211_0_plms40_PS7.5_a_blue_colored_dog_[generated].jpg" height="200">
|
||||||
<img src="https://raw.githubusercontent.com/brycedrennan/imaginAIry/master/assets/000211_0_plms40_PS7.5_a_blue_colored_dog_[generated].jpg" height="256">
|
|
||||||
|
|
||||||
`imagine "a {_color_} dog" -r 4 --seed 0` will generate four, different colored dogs. The colors will eb pulled from an included
|
`imagine "a {_color_} dog" -r 4 --seed 0` will generate four, different colored dogs. The colors will eb pulled from an included
|
||||||
phraselist of colors.
|
phraselist of colors.
|
||||||
@ -362,10 +361,13 @@ would be uncorrelated to the rest of the surrounding image. It created terrible
|
|||||||
- ✅ codeformer - https://github.com/sczhou/CodeFormer
|
- ✅ codeformer - https://github.com/sczhou/CodeFormer
|
||||||
- ✅ image describe feature -
|
- ✅ image describe feature -
|
||||||
- ✅ https://github.com/salesforce/BLIP
|
- ✅ https://github.com/salesforce/BLIP
|
||||||
|
- 🚫 CLIP brute-force prompt reconstruction
|
||||||
|
- The accuracy of this approach is too low for me to include it in imaginAIry
|
||||||
- https://github.com/rmokady/CLIP_prefix_caption
|
- https://github.com/rmokady/CLIP_prefix_caption
|
||||||
- https://github.com/pharmapsychotic/clip-interrogator (blip + clip)
|
- https://github.com/pharmapsychotic/clip-interrogator (blip + clip)
|
||||||
- https://github.com/KaiyangZhou/CoOp
|
- https://github.com/KaiyangZhou/CoOp
|
||||||
- CPU support
|
- 🚫 CPU support. While the code does actually work on some CPUs, the generation takes so long that I don't think it's
|
||||||
|
worth the effort to support this feature
|
||||||
- ✅ img2img for plms
|
- ✅ img2img for plms
|
||||||
- img2img for kdiff functions
|
- img2img for kdiff functions
|
||||||
- Other
|
- Other
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(
|
|||||||
name="imaginAIry",
|
name="imaginAIry",
|
||||||
author="Bryce Drennan",
|
author="Bryce Drennan",
|
||||||
# author_email="b r y p y d o t io",
|
# author_email="b r y p y d o t io",
|
||||||
version="2.3.1",
|
version="2.4.0",
|
||||||
description="AI imagined images. Pythonic generation of stable diffusion images.",
|
description="AI imagined images. Pythonic generation of stable diffusion images.",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
Loading…
Reference in New Issue
Block a user