Document --highvram and enable it in colab.

This commit is contained in:
comfyanonymous
2023-02-17 21:32:27 -05:00
parent 2326ff1263
commit a38a30cb87
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
{
"cell_type": "markdown",
"source": [
"Run ComfyUI:"
"Run ComfyUI (use the fp16 model configs for more speed):"
],
"metadata": {
"id": "gggggggggg"
@@ -112,7 +112,7 @@
"\n",
"threading.Thread(target=iframe_thread, daemon=True, args=(8188,)).start()\n",
"\n",
"!python main.py"
"!python main.py --highvram"
],
"metadata": {
"id": "hhhhhhhhhh"