From e45d1d42a80741ac5d17ae634345265f19e0aea7 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 26 Aug 2022 07:29:08 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74bf96eb..a21b4c82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stable Diffusion UI -### A simple way to install and use [Stable Diffusion](https://replicate.com/stability-ai/stable-diffusion) on your local computer +### A simple way to install and use [Stable Diffusion](https://replicate.com/stability-ai/stable-diffusion) on your own computer --- @@ -7,10 +7,10 @@ # 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) +1. Automatically downloads and installs Stable Diffusion on your own computer (no need to mess with conda or environments) 2. Gives you a simple browser-based UI to talk to your local Stable Diffusion. Enter text prompts and view the generated image. No API keys required. -All the processing will happen on your local computer, it does not transmit your prompts or process on any remote server. +All the processing will happen on your computer locally, it does not transmit your prompts or process on any remote server. Screenshot of tool From 5c8c9d3bac21079b4314f8db2fbff67759085bbf Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 26 Aug 2022 07:53:03 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21b4c82..70427a80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- -🎉 **New!** `img2img` is now supported! You can provide an image to generate new images based on it (and an optional text prompt). You can also use the generated image as the new input image in 1-click, to refine it further. +🎉 **New!** `img2img` is now supported! You can provide an image to generate new images based on it (and an optional text prompt). You can also use the generated image as the new input image in 1-click, to refine it further. (Thanks [Andreas](https://github.com/andreasjansson)!) # What does this do? Two things: