From 37004063ad39c0f806658ab3be7d1a02ce304eb0 Mon Sep 17 00:00:00 2001 From: Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> Date: Mon, 15 May 2023 15:45:08 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index beaa4bd..ef7440b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,4 +1,4 @@ -- **The program is tested to work on Python 3.10.6. Don't use other versions unless you are looking for trouble.** +- ### **The program is tested to work on Python 3.10.6. Don't use other versions unless you are looking for trouble.** - The program needs 16gb of regular RAM to run smoothly. If you have 8gb RAM, consider making an 8gb page file/swap file, or use the [--lowram](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings) option (if you have more gpu vram than ram). - 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=-`.