--disable-opt-split-attention
opt-split-attention is on by default so add some text about disabling that
This commit is contained in:
parent
de92e1758b
commit
5903d6e885
|
@ -385,7 +385,9 @@
|
|||
"source": [
|
||||
"Run this block to launch the WebUI. You will get a link to nnn.gradio.app, that's your WebUI. Follow it.\n",
|
||||
"\n",
|
||||
"If you have any issues, restart the kernel."
|
||||
"If you have any issues, restart the kernel.\n",
|
||||
"\n",
|
||||
"If you have a lot of VRAM and aren't generating large images you can add the flag `--disable-opt-split-attention` to disable VRAM optimizations for a speed boost."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -398,7 +400,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"%store -r model_storage_dir\n",
|
||||
"!python /notebooks/stable-diffusion-webui/webui.py --share # --opt-split-attention"
|
||||
"!python /notebooks/stable-diffusion-webui/webui.py --share # --disable-opt-split-attention"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue