diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 10:40:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 10:40:51 +0000 |
commit | 595c907c29cf1c98b980b29d0df085736fd06b69 (patch) | |
tree | 5694d11e45b40b61f6cf049296496a82f53faa8b | |
parent | 811725d3aaba18f2b2479baf98191fd35608b25b (diff) | |
download | stable-diffusion-webui-gfx803-595c907c29cf1c98b980b29d0df085736fd06b69.tar.gz stable-diffusion-webui-gfx803-595c907c29cf1c98b980b29d0df085736fd06b69.tar.bz2 stable-diffusion-webui-gfx803-595c907c29cf1c98b980b29d0df085736fd06b69.zip |
fix readme giving bad advice
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ Open the URL in browser, and you are good to go. ### 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, but you get an out of memory error with `--medvram`, use `--medvram --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.
- If you have 4GB VRAM and want to make images larger than you can with `--medvram`, use `--lowvram`.
- If you have more VRAM and want to make larger images than you can usually make, use `--medvram`. You can use `--lowvram`
|