diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-05-09 15:04:36 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-05-09 15:04:36 +0000 |
commit | 81bbe31d9ff1bc53093f45a836952106798c97a3 (patch) | |
tree | f504f67b7c4d6aa489a50f232f36615cd9c41f1e | |
parent | 8fb16ceb288a93f6ecaa45a0afcb3db718333e3e (diff) | |
download | stable-diffusion-webui-gfx803-81bbe31d9ff1bc53093f45a836952106798c97a3.tar.gz stable-diffusion-webui-gfx803-81bbe31d9ff1bc53093f45a836952106798c97a3.tar.bz2 stable-diffusion-webui-gfx803-81bbe31d9ff1bc53093f45a836952106798c97a3.zip |
add documentation for simple installation method using release package
-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).
|