From af42e8c750f853a8b8e7bb440593e332e2a60225 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sat, 17 Sep 2022 14:47:47 +0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 3cb4caf..fcd3af3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,3 +1,9 @@ +- The program is tested to work on 3.10.6. Don't use other versions unless you are looking for trouble. +- 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`. + + # Low VRAM Video-cards When running on video cards with a low amount of VRAM (<=4GB), out of memory errors may arise. Various optimizations may be enabled through command line arguments, sacrificing some/a lot of speed in favor of using less VRAM: