From e4c7592328ea9d98c9883201636bd45e6e7dbc7c Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Tue, 20 Sep 2022 08:57:41 +0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 2b22092..cc9ef83 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -3,6 +3,9 @@ - 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`. - When starting the program for the first time, the path to python interpreter is displayed. If this is not the python you installed, you can specify full path in the `webui-user` script; see [Running with custom parameters](Run-with-Custom-Parameters). +- 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` +- instaler 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. # Low VRAM Video-cards When running on video cards with a low amount of VRAM (<=4GB), out of memory errors may arise.