diff --git a/README.md b/README.md index e246af8..ef43b1d 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ Generating 🖼 : "portrait photo of a freckled woman" 512x512px seed:500686645 ```bash >> imagine --init-image pearl_earring.jpg --mask-prompt face --mask-mode keep --init-image-strength .4 "a female doctor" "an elegant woman" ``` -➡️ - - - - +➡️ + + + + ```bash >> imagine --init-image fruit-bowl.jpg --mask-prompt fruit --mask-mode replace --init-image-strength .1 "a bowl of pears" "a bowl of gold" "a bowl of popcorn" "a bowl of spaghetti" ``` ➡️ - - - - + + + + ### Face Enhancement [by CodeFormer](https://github.com/sczhou/CodeFormer) diff --git a/setup.py b/setup.py index 0f48521..ac7b8b6 100644 --- a/setup.py +++ b/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.2.0", + version="1.3.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",