From 811725d3aaba18f2b2479baf98191fd35608b25b Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Mon, 5 Sep 2022 10:41:01 +0300 Subject: Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3bf90551..dc7fb6ec 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Running on local URL: http://127.0.0.1:7860/ Open the URL in browser, and you are good to go. -### What options to use for low VRAM videocardsd? +### What options to use for low VRAM videocards? - If you have 4GB VRAM and want to make 512x512 (or maybe up to 640x640) images, use `--medvram`. - If you have 4GB VRAM and want to make 512x512 images, but you get an out of memory error with `--medvram`, use `--opt-split-attention` instead. - If you have 4GB VRAM and want to make 512x512 images, and you still get an out of memory error, use `--lowvram --always-batch-cond-uncond` instead. -- cgit v1.2.1