--disable-opt-split-attention

opt-split-attention is on by default so add some text about disabling that
This commit is contained in:
Cyberes 2022-09-18 13:08:09 -06:00 committed by GitHub
parent de92e1758b
commit 5903d6e885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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"
]
},
{