常用插件推荐

本文档推荐ComfyUI生态中常用的优质插件,帮助用户扩展ComfyUI功能。

概述

插件分类

插件分类图

graph TD
    A[ComfyUI插件] --> B[核心插件]
    A --> C[模型插件]
    A --> D[工具插件]
    A --> E[界面插件]
    A --> F[功能插件]

    B --> B1[ComfyUI-Manager]
    B --> B2[ComfyUI-Impact-Pack]

    C --> C1[ComfyUI-GGUF]
    C --> C2[ComfyUI-ModelManager]

    D --> D1[ComfyUI-VideoHelperSuite]
    D --> D2[ComfyUI-ImageProcessing]

    E --> E1[ComfyUI-Custom-Scripts]
    E --> E2[ComfyUI-UI-Enhancements]

    F --> F1[ComfyUI-API]
    F --> F2[ComfyUI-Automation]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
    style E fill:#ffe1e1
    style F fill:#e1ffe1

核心插件

1. ComfyUI-Impact-Pack

graph TD
    A[Impact Pack] --> B[高级节点]
    A --> C[批处理]
    A --> D[条件控制]
    A --> E[数据管理]

    B --> B1[ImpactMakeTileBatch]
    B --> B2[ImpactDetector]

    C --> C1[ImpactBatch]
    C --> C2[ImpactLoop]

    D --> D1[ImpactSwitch]
    D --> D2[ImpactIf]

    E --> E1[ImpactSave]
    E --> E2[ImpactLoad]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
    style E fill:#ffe1e1
# 通过Manager安装
# 或手动安装
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git

2. ComfyUI-Manager

git clone https://github.com/ltdrdata/ComfyUI-Manager.git

模型插件

1. ComfyUI-GGUF

graph LR
    A[GGUF支持] --> B[GGUF模型]
    A --> C[量化模型]
    A --> D[低显存]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1ffe1
    style D fill:#e1ffe1
git clone https://github.com/city96/ComfyUI-GGUF.git

2. ComfyUI-ModelManager

git clone https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git

工具插件

1. ComfyUI-VideoHelperSuite

graph TD
    A[VideoHelper] --> B[视频生成]
    A --> C[视频处理]
    A --> D[视频导出]

    B --> B1[帧插值]
    B --> B2[视频生成]

    C --> C1[视频编辑]
    C --> C2[视频增强]

    D --> D1[格式转换]
    D --> D2[质量设置]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git

2. ComfyUI-ImageProcessing

git clone https://github.com/BlenderNeko/ComfyUI-ImageProcessing.git

界面插件

1. ComfyUI-Custom-Scripts

graph TD
    A[Custom Scripts] --> B[自定义节点]
    A --> C[快捷操作]
    A --> D[界面增强]

    B --> B1[文本节点]
    B --> B2[数学节点]

    C --> C1[快捷键]
    C --> C2[快捷菜单]

    D --> D1[主题]
    D --> D2[布局]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git

2. ComfyUI-UI-Enhancements

git clone https://github.com/city96/ComfyUI-GGUF.git

功能插件

1. ComfyUI-API

git clone https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git

2. ComfyUI-Automation

git clone https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git

专业插件

1. ComfyUI-WD14-Tagger

graph LR
    A[WD14 Tagger] --> B[图像标签]
    A --> C[自动标注]
    A --> D[Danbooru标签]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
git clone https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git

2. ComfyUI-IPAdapter

git clone https://github.com/tencent-ailab/IP-Adapter.git

插件推荐组合

组合1: 基础组合

graph TD
    A[基础组合] --> B[ComfyUI-Manager]
    A --> C[ComfyUI-Impact-Pack]
    A --> D[ComfyUI-Custom-Scripts]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1

组合2: 视频组合

graph TD
    A[视频组合] --> B[ComfyUI-Manager]
    A --> C[ComfyUI-Impact-Pack]
    A --> D[ComfyUI-VideoHelperSuite]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1

组合3: 专业组合

graph TD
    A[专业组合] --> B[ComfyUI-Manager]
    A --> C[ComfyUI-Impact-Pack]
    A --> D[ComfyUI-GGUF]
    A --> E[ComfyUI-WD14-Tagger]
    A --> F[ComfyUI-IPAdapter]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#ffe1f5
    style D fill:#e1ffe1
    style E fill:#ffe1e1
    style F fill:#e1ffe1

插件选择指南

选择流程

graph TD
    A[确定需求] --> B{需求类型}
    B -->|基础功能| C[基础组合]
    B -->|视频处理| D[视频组合]
    B -->|专业应用| E[专业组合]
    B -->|自定义| F[自定义选择]

    style A fill:#e1ffe1
    style B fill:#ffe1f5
    style C fill:#fff4e1
    style D fill:#fff4e1
    style E fill:#fff4e1
    style F fill:#fff4e1

选择建议

常见问题

Q1: 哪些插件是必须的?

A: ComfyUI-Manager和ComfyUI-Impact-Pack是推荐的基础插件。

Q2: 插件会冲突吗?

A: 部分插件可能冲突,建议测试后使用。

Q3: 如何选择合适的插件?

A: 根据需求选择,参考推荐组合。

Q4: 插件会影响性能吗?

A: 部分插件可能影响性能,按需安装。

Q5: 如何卸载插件?

A: 使用Manager卸载,或手动删除插件目录。

最佳实践

实践1: 按需安装

只安装需要的插件,避免不必要的插件。

实践2: 定期更新

定期更新插件,保持最新版本。

实践3: 测试插件

安装新插件后先测试,确认正常使用。

实践4: 备份配置

备份插件配置,防止丢失。

实践5: 文档记录

记录插件配置和使用方法。

扩展阅读

更新日志