From e456c221ad5a01e8a3399973ff8d14af8bb715f4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:41:01 +0000 Subject: [PATCH 1/2] Update development/core-concepts/models.mdx --- development/core-concepts/models.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/core-concepts/models.mdx b/development/core-concepts/models.mdx index 509368e3..4c1eac16 100644 --- a/development/core-concepts/models.mdx +++ b/development/core-concepts/models.mdx @@ -48,3 +48,7 @@ Organizations and companies such as Stability AI and Black Forest Labs release Model functionality can be extended with auxiliary models. For example, art directing a text-to-image workflow to achieve a specific result may be difficult or impossible using a diffusion model alone. Additional models can refine a diffusion model within the workflow graph to produce desired results. Examples include **LoRA** (Low Rank Adaptation), a small model that is trained on a specific subject; **ControlNet**, a model that helps control composition using a guide image; and **Inpainting**, a model that allows certain diffusion models to generate new content within an existing image. ![auxiliary models](/images/concepts/core-concepts_auxiliary-model.png) + +## Uninstalling models + +ComfyUI does not currently support uninstalling models through the frontend interface. If you want to remove or uninstall models, you need to manually delete the corresponding model files from the `ComfyUI/models/` directory on your system. From 36064941c2be82648e82df8804cb5a16a009a353 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:41:19 +0000 Subject: [PATCH 2/2] Update zh-CN/development/core-concepts/models.mdx --- zh-CN/development/core-concepts/models.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zh-CN/development/core-concepts/models.mdx b/zh-CN/development/core-concepts/models.mdx index a3d61a46..9dc454ee 100644 --- a/zh-CN/development/core-concepts/models.mdx +++ b/zh-CN/development/core-concepts/models.mdx @@ -48,3 +48,7 @@ description: "了解AI模型及其在ComfyUI中的作用" 模型功能可以通过辅助模型进行扩展。例如,艺术指导文本到图像的工作流程以实现特定结果,单靠扩散模型可能会很困难或不可能。额外的模型可以在工作流程图中优化扩散模型,以产生所需的结果。示例包括**LoRA**(低秩适应),一个针对特定主题训练的小模型;**ControlNet**,一个使用引导图像帮助控制构图的模型;以及**Inpainting**,一个允许某些扩散模型在现有图像中生成新内容的模型。 ![辅助模型](/images/concepts/core-concepts_auxiliary-model.png) + +## 卸载模型 + +ComfyUI目前不支持通过前端界面卸载模型。如果您想要移除或卸载模型,需要手动删除系统中`ComfyUI/models/`目录下对应的模型文件。