From c2fa2a18d27b4febdc4d6955801897d026215a33 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Sat, 4 Mar 2023 08:46:39 -0500 Subject: [PATCH] Update readme with link to matrix space. Specify which way is the recommended way to run ComfyUI in colab. --- README.md | 2 +- notebooks/comfyui_colab.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4747b86d..2b1bccc5 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You can also set this command line setting to disable the upcasting to fp32 in s ## Support and dev channel -[Matrix room: #comfyui:matrix.org](https://app.element.io/#/room/%23comfyui%3Amatrix.org) (it's like discord but open source). +[Matrix space: #comfyui_space:matrix.org](https://app.element.io/#/room/%23comfyui_space%3Amatrix.org) (it's like discord but open source). # QA diff --git a/notebooks/comfyui_colab.ipynb b/notebooks/comfyui_colab.ipynb index 2c000f2b..be7e7be5 100644 --- a/notebooks/comfyui_colab.ipynb +++ b/notebooks/comfyui_colab.ipynb @@ -106,7 +106,7 @@ { "cell_type": "markdown", "source": [ - "### Run ComfyUI with localtunnel\n", + "### Run ComfyUI with localtunnel (Recommended Way)\n", "\n", "use the **fp16** model configs for more speed\n", "\n" @@ -151,7 +151,7 @@ { "cell_type": "markdown", "source": [ - "### Run ComfyUI with colab iframe (in case localtunnel doesn't work)\n", + "### Run ComfyUI with colab iframe (use only in case the previous way with localtunnel doesn't work)\n", "use the **fp16** model configs for more speed\n", "\n", "You should see the ui appear in an iframe. If you get a 403 error, it's your firefox settings or an extension that's messing things up.\n",