Add support for img2img

This commit is contained in:
cmdr2 2022-08-25 21:49:21 +05:30
parent 2c4162b15c
commit 05f986ef14

View File

@ -1,5 +1,7 @@
A simple way to install and use [Stable Diffusion](https://replicate.com/stability-ai/stable-diffusion) on your local computer. Provides a browser UI for generating images from text prompts. Just enter your text prompt, and see the generated image.
**New!** `img2img` is now supported! You can supply an image, to generate an image based on that and an optional text prompt. You can use the generated image as the new input image, to refine it further.
# What does this do?
Two things:
1. Automatically downloads and installs Stable Diffusion on your local computer (no need to mess with conda or environments)