From e0c624f44079e6dc712b1c906c09fcf56de6a8d1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:53:18 +0000 Subject: [PATCH 1/4] Update development/core-concepts/models.mdx --- development/core-concepts/models.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/core-concepts/models.mdx b/development/core-concepts/models.mdx index bd18055c..0157a4a3 100644 --- a/development/core-concepts/models.mdx +++ b/development/core-concepts/models.mdx @@ -63,6 +63,9 @@ ComfyUI does not currently support uninstalling models through the frontend inte If you've installed a model but can't find it in ComfyUI, try these steps: + - Verify the model is in the correct location: + - For **ComfyUI Desktop**: Go to **Help** menu → **Open Models Folder** to check the model installation path + - Ensure your model file is placed in the correct subfolder (e.g., `checkpoints`, `loras`, `vae`) - Press the `r` key to refresh node definitions so ComfyUI can detect the model - Restart ComfyUI - Ensure the correct model is selected in the model loader node From d3eb39f09e4de506f9957e4444c4949546201c8f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:53:22 +0000 Subject: [PATCH 2/4] Update zh-CN/development/core-concepts/models.mdx --- zh-CN/development/core-concepts/models.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zh-CN/development/core-concepts/models.mdx b/zh-CN/development/core-concepts/models.mdx index 13a2f4f2..f79210b4 100644 --- a/zh-CN/development/core-concepts/models.mdx +++ b/zh-CN/development/core-concepts/models.mdx @@ -63,6 +63,9 @@ ComfyUI目前不支持通过前端界面卸载模型。如果您想要移除或 如果您已经安装了模型但在 ComfyUI 中找不到,请尝试以下步骤: + - 验证模型是否在正确的位置: + - 对于 **ComfyUI Desktop 桌面版**: 前往**帮助**菜单 → **打开模型文件夹**来检查模型安装路径 + - 确保您的模型文件放置在正确的子文件夹中(例如 `checkpoints`、`loras`、`vae`) - 安装模型后点击快捷键 `r` 来刷新节点定义,以便 ComfyUI 可以检测到 - 重启 ComfyUI - 确保在模型加载节点对应的模型有被选中 From cde389643f17e436ec96501797f872f0e48f3f91 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:56:25 +0000 Subject: [PATCH 3/4] Update development/core-concepts/models.mdx --- development/core-concepts/models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/core-concepts/models.mdx b/development/core-concepts/models.mdx index 0157a4a3..beb99993 100644 --- a/development/core-concepts/models.mdx +++ b/development/core-concepts/models.mdx @@ -64,7 +64,7 @@ ComfyUI does not currently support uninstalling models through the frontend inte If you've installed a model but can't find it in ComfyUI, try these steps: - Verify the model is in the correct location: - - For **ComfyUI Desktop**: Go to **Help** menu → **Open Models Folder** to check the model installation path + - For **ComfyUI Desktop**: Go to **Help** menu → **Open Folder** → **Open Model Folder** to check the model installation path - Ensure your model file is placed in the correct subfolder (e.g., `checkpoints`, `loras`, `vae`) - Press the `r` key to refresh node definitions so ComfyUI can detect the model - Restart ComfyUI From 40255826e6d1454f6d4081722bb5d5dd47731d80 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:56:31 +0000 Subject: [PATCH 4/4] Update zh-CN/development/core-concepts/models.mdx --- zh-CN/development/core-concepts/models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/development/core-concepts/models.mdx b/zh-CN/development/core-concepts/models.mdx index f79210b4..fe444b8a 100644 --- a/zh-CN/development/core-concepts/models.mdx +++ b/zh-CN/development/core-concepts/models.mdx @@ -64,7 +64,7 @@ ComfyUI目前不支持通过前端界面卸载模型。如果您想要移除或 如果您已经安装了模型但在 ComfyUI 中找不到,请尝试以下步骤: - 验证模型是否在正确的位置: - - 对于 **ComfyUI Desktop 桌面版**: 前往**帮助**菜单 → **打开模型文件夹**来检查模型安装路径 + - 对于 **ComfyUI Desktop 桌面版**: 前往**帮助**菜单 → **打开文件夹** → **打开模型文件夹**来检查模型安装路径 - 确保您的模型文件放置在正确的子文件夹中(例如 `checkpoints`、`loras`、`vae`) - 安装模型后点击快捷键 `r` 来刷新节点定义,以便 ComfyUI 可以检测到 - 重启 ComfyUI