aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-06 02:19:45 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-06 02:19:45 +0300
commit4cb47bbf876d6f3ce84bbf4d1668912524a023de (patch)
treedfe55cd95a2fd6e7fdc81a0e7745893bf16ee02d
parenta243bc7859b7ab92a28d28c11b0ed5525fa0d6ba (diff)
readme clarification
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94265060..a9b26dcc 100644
--- a/README.md
+++ b/README.md
@@ -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`.