aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-17 19:51:17 +0000
committerGitHub <noreply@github.com>2023-05-17 19:51:17 +0000
commit6a13c416f644d90323141d9a3e84485838f21ece (patch)
tree00e6cce22c72189fbfde21d5f5875196f70e91c4 /README.md
parentad3a7f2ab9bb459ba86bcfb9041c5dbbac7841ee (diff)
parent81bbe31d9ff1bc53093f45a836952106798c97a3 (diff)
downloadstable-diffusion-webui-gfx803-6a13c416f644d90323141d9a3e84485838f21ece.tar.gz
stable-diffusion-webui-gfx803-6a13c416f644d90323141d9a3e84485838f21ece.tar.bz2
stable-diffusion-webui-gfx803-6a13c416f644d90323141d9a3e84485838f21ece.zip
Merge pull request #10222 from AUTOMATIC1111/readme-simple-installation-method
add documentation for simple installation method using release package
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c1e193c0..79089e52 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,12 @@ Alternatively, use online services (like Google Colab):
- [List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
+### Installation on Windows 10/11 with NVidia-GPUs using release package
+1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre) and extract it's contents.
+2. Run `update.bat`.
+3. Run `run.bat`.
+> For more details see [Install-and-Run-on-NVidia-GPUs](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs)
+
### Automatic Installation on Windows
1. Install [Python 3.10.6](https://www.python.org/downloads/release/python-3106/) (Newer version of Python does not support torch), checking "Add Python to PATH".
2. Install [git](https://git-scm.com/download/win).