diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-17 19:51:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 19:51:17 +0000 |
commit | 6a13c416f644d90323141d9a3e84485838f21ece (patch) | |
tree | 00e6cce22c72189fbfde21d5f5875196f70e91c4 /README.md | |
parent | ad3a7f2ab9bb459ba86bcfb9041c5dbbac7841ee (diff) | |
parent | 81bbe31d9ff1bc53093f45a836952106798c97a3 (diff) | |
download | stable-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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).
|