diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 23:19:45 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 23:19:45 +0000 |
commit | 4cb47bbf876d6f3ce84bbf4d1668912524a023de (patch) | |
tree | dfe55cd95a2fd6e7fdc81a0e7745893bf16ee02d /README.md | |
parent | a243bc7859b7ab92a28d28c11b0ed5525fa0d6ba (diff) | |
download | stable-diffusion-webui-gfx803-4cb47bbf876d6f3ce84bbf4d1668912524a023de.tar.gz stable-diffusion-webui-gfx803-4cb47bbf876d6f3ce84bbf4d1668912524a023de.tar.bz2 stable-diffusion-webui-gfx803-4cb47bbf876d6f3ce84bbf4d1668912524a023de.zip |
readme clarification
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ as model if it has .pth extension. Grab models from the [Model Database](https:/ ### Automatic installation/launch
-- install [Python 3.10.6](https://www.python.org/downloads/windows/)
+- install [Python 3.10.6](https://www.python.org/downloads/windows/) and check "Add Python to PATH" during installation. You must install this exact version.
- install [git](https://git-scm.com/download/win)
- install [CUDA 11.3](https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Windows&target_arch=x86_64)
- place `model.ckpt` into webui directory, next to `webui.bat`.
|