From 39f96e32f0969e46edd31996642bd8ce19f66759 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sat, 17 Sep 2022 14:47:56 +0300 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- Install-and-Run-on-NVidia-GPUs.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 85d438f..75cc0b0 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -101,12 +101,6 @@ 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`. -# Troubleshooting -- Although support will only be offered for Python 3.10.6, other versions should work. -- The installer creates a python virtual environment, so none of the installed modules will affect existing system installations of python. -- To use the system's python rather than creating a virtual environment, use custom parameter replacing `set VENV_DIR=-`. -- To reinstall from scratch, delete directories: `venv`, `repositories`. - ## 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`