From 7879bf19ebce3717323e927320cd45f6766b221d Mon Sep 17 00:00:00 2001 From: Manuel Warum Date: Sun, 11 Sep 2022 13:00:13 +0200 Subject: [PATCH 1/2] Update README.md Add note about Stable Diffusion model version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dcee9b2a..8abbcf09 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ️‍🔥🎉 **New!** Face Correction (GFPGAN) and Upscaling (RealESRGAN) have been added! +This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 becomes publicly available, the model in this distribution will be updated. + # Features in the new v2 Version: - **No Dependencies or Technical Knowledge Required**: 1-click install for Windows 10/11 and Linux. *No dependencies*, no need for WSL or Docker or Conda or technical setup. Just download and run! - **Face Correction (GFPGAN) and Upscaling (RealESRGAN)** From a294b128c701e42aeb4bc1ef78b75b2b88a4d478 Mon Sep 17 00:00:00 2001 From: Manuel Warum Date: Sun, 11 Sep 2022 13:04:45 +0200 Subject: [PATCH 2/2] Update README.md Some minor text adjustments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8abbcf09..2fec319d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You do not need anything else. You do not need WSL, Docker or Conda. The install 1. **Download** [for Windows](https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.05/stable-diffusion-ui-win64.zip) or [for Linux](https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.05/stable-diffusion-ui-linux.tar.xz). 2. **Extract**: - - For Windows: After unzipping the file, please move the `stable-diffusion-ui` folder to your `C:` (or any drive like D: at the top root level). For e.g. `C:\stable-diffusion-ui`. This will avoid a common problem with Windows (of file path length limits). + - For Windows: After unzipping the file, please move the `stable-diffusion-ui` folder to your `C:` (or any drive like D:, at the top root level), e.g. `C:\stable-diffusion-ui`. This will avoid a common problem with Windows (file path length limits). - For Linux: After extracting the .tar.xz file, please open a terminal, and go to the `stable-diffusion-ui` directory. 3. **Run**: @@ -43,11 +43,11 @@ You do not need anything else. You do not need WSL, Docker or Conda. The install This will automatically install Stable Diffusion, set it up, and start the interface. No additional steps are needed. -**To Uninstall:** Just delete the `stable-diffusion-ui` folder, to uninstall all the downloaded packages. +**To Uninstall:** Just delete the `stable-diffusion-ui` folder to uninstall all the downloaded packages. # Usage -Open http://localhost:9000 in your browser (after running step 3 previously). +Open http://localhost:9000 in your browser (after running step 3 previously). It may take a few moments for the back-end to be ready. ## With a text description 1. Enter a text prompt, like `a photograph of an astronaut riding a horse` in the textbox. @@ -90,4 +90,4 @@ Also, please feel free to submit a pull request, if you have any code contributi # Disclaimer The authors of this project are not responsible for any content generated using this interface. -This license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please read [the license](LICENSE). +The license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation, or target vulnerable groups. For the full list of restrictions please read [the license](LICENSE). You agree to these terms by using this software.