From 613603968235ff27c9f159baf6abdf95f3781203 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:02:59 +0530 Subject: [PATCH 1/6] Github links for v2 installer download --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6fc8db5..1ac9be58 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You do not need anything else. You do not need WSL, Docker or Conda. The installer will take care of it. # Installation -1. Download [for Windows](https://drive.google.com/file/d/1MY5gzsQHV_KREbYs3gw33QL4gGIlQRqj/view?usp=sharing) or [for Linux](https://drive.google.com/file/d/1Gwz1LVQUCart8HhCjrmXkS6TWKbTsLsR/view?usp=sharing) (this will be hosted on GitHub in the future). +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) (this will be hosted on GitHub in the future). 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). From 8c060b468bb1a05c13161f047a0133b9c465b10b Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:03:12 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac9be58..3e8b37d3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You do not need anything else. You do not need WSL, Docker or Conda. The installer will take care of it. # Installation -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) (this will be hosted on GitHub in the future). +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). From 3fe76a6bd3cdb501d90b4115a6e41dfa79738ab4 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:08:17 +0530 Subject: [PATCH 3/6] Download buttons --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3e8b37d3..52ffc718 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Stable Diffusion UI - v2 (beta) ### A simple 1-click way to install and use [Stable Diffusion](https://github.com/CompVis/stable-diffusion) on your own computer (Win 10/11, Linux). No dependencies or technical knowledge required. +

+ + +

+ [![Discord Server](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.com/invite/u9yhsFmEkB) (for support, and development discussion) # Features in the new v2 Version: From a4f44f02ed74e84d76b1008a957a9402f2db5ea6 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:09:03 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52ffc718..411b553c 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ You do not need anything else. You do not need WSL, Docker or Conda. The installer will take care of it. # Installation -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). +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: +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 Linux: After extracting the .tar.xz file, please open a terminal, and go to the `stable-diffusion-ui` directory. -3. Run: +3. **Run**: - For Windows: `Start Stable Diffusion UI.cmd` by double-clicking it. - For Linux: In the terminal, run `./start.sh` (or `bash start.sh`) From f8980aecf031df2a0a2898fb387149e4336f50f7 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:09:28 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 411b553c..bb019526 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stable Diffusion UI - v2 (beta) -### A simple 1-click way to install and use [Stable Diffusion](https://github.com/CompVis/stable-diffusion) on your own computer (Win 10/11, Linux). No dependencies or technical knowledge required. +### A simple 1-click way to install and use [Stable Diffusion](https://github.com/CompVis/stable-diffusion) on your own computer. No dependencies or technical knowledge required.

From 7b2a85a1189cc5854d27eb1ac4e14233aa7edbbc Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 5 Sep 2022 16:09:55 +0530 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb019526..6b8b2c9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Stable Diffusion UI - v2 (beta) +# Stable Diffusion UI v2 ### A simple 1-click way to install and use [Stable Diffusion](https://github.com/CompVis/stable-diffusion) on your own computer. No dependencies or technical knowledge required.