diff --git a/README.md b/README.md index 04a85bb3..a3dc11b4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can also set the configuration like `seed`, `width`, `height`, `num_outputs` Use the same `seed` number to get the same image for a certain prompt. This is useful for refining a prompt without losing the basic image design. Use a seed of `-1` to get random images. -![Screenshot of advanced settings](media/config-v1.jpg?raw=true) +![Screenshot of advanced settings](media/config-v2.jpg?raw=true) # Behind the scenes This project is a quick way to get started with Stable Diffusion. You do not need to have Stable Diffusion already installed, and do not need any API keys. This project will automatically download Stable Diffusion's docker image, the first time it is run. diff --git a/media/config-v1.jpg b/media/config-v1.jpg deleted file mode 100644 index e83f7f2e..00000000 Binary files a/media/config-v1.jpg and /dev/null differ diff --git a/media/config-v2.jpg b/media/config-v2.jpg new file mode 100644 index 00000000..035ebd29 Binary files /dev/null and b/media/config-v2.jpg differ