aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-05 10:41:01 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-05 10:41:01 +0300
commit811725d3aaba18f2b2479baf98191fd35608b25b (patch)
treede915613f9c259049324081b64d87b9797849466 /README.md
parente45e1862adfcc589135eec3c78ad981ff81c84a4 (diff)
Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.