mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-19 20:55:04 +08:00
Updated Optimizations (markdown)
parent
2171caa0bb
commit
fcee83faff
@ -2,6 +2,7 @@ A number of optimization can be enabled by [commandline arguments](Run-with-Cust
|
||||
|
||||
| commandline argument | explanation |
|
||||
|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `--xformers` | Use [xformers](https://github.com/facebookresearch/xformers) library. Great improvement to memory consumption and speed. Windows version installs binaries mainained by [C43H66N12O12S2](https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases). |
|
||||
| `--opt-split-attention` | Cross attention layer optimization significantly reducing memory use for almost no cost (some report improved preformance with it). Black magic. <br/>On by default for `torch.cuda`, which includes both NVidia and AMD cards. |
|
||||
| `--disable-opt-split-attention` | Disables the optimization above. |
|
||||
| `--opt-split-attention-v1` | Uses an older version of the optimization above that is not as memory hungry (it will use less VRAM, but will be more limiting in the maximum size of pictures you can make). |
|
||||
|
Loading…
Reference in New Issue
Block a user