From 1e9527c48f844d05f1989377456bf8bc5d35c3bf Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Tue, 20 Sep 2022 09:01:13 +0300 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- Install-and-Run-on-NVidia-GPUs.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 75cc0b0..001a7f4 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -1,8 +1,10 @@ -Before attempting to install make sure all the required [dependencies](Dependencies) are met. +Before attempting to install make sure all the required [dependencies](/Dependencies) are met. # Automatic Installation ## Windows -Run `webui-user.bat` from Windows Explorer as normal, ***non-administrate***, user. +Run `webui-user.bat` from Windows Explorer as normal, ***non-administrator***, user. + +See [Troubleshooting](Troubleshooting) section for what to do if things go wrong. ## Linux To install in the default directory `/home/$(whoami)/stable-diffusion-webui/`, run: @@ -100,9 +102,3 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pt ``` At this point, the instructions for the Manual installation may be applied starting at step `# clone repositories for Stable Diffusion and (optionally) CodeFormer`. - -## Windows -- If the desired version of Python is not in PATH, modify the line `set PYTHON=python` in `webui-user.bat` with the full path to the python executable. - - Example: `set PYTHON=B:\soft\Python310\python.exe` - - This won't work with git. -- `webui.bat` installs requirements from `requirements_versions.txt`, which lists versions for modules specifically compatible with Python 3.10.6. If this doesn't work with other versions of Python, setting the custom parameter `set REQS_FILE=requirements.txt` may help.