diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 10:41:01 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 10:41:01 +0300 |
commit | 811725d3aaba18f2b2479baf98191fd35608b25b (patch) | |
tree | de915613f9c259049324081b64d87b9797849466 /README.md | |
parent | e45e1862adfcc589135eec3c78ad981ff81c84a4 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.
|