安装ComfyUI
1、点击下载 官方 Windows 整合包(Nvidia显卡)
2、解压到一个空文件夹
安装管理插件:
在ComfyUI\custom_nodes目录执行(需安装Git)
1 | git clone https://ghproxy.yuilier.eu.org/83b2oCWvhTrp8Zj4jr/https://github.com/ltdrdata/ComfyUI-Manager.git |
安装汉化插件:
在ComfyUI\custom_nodes目录执行(需安装Git)
1 | git clone https://ghproxy.yuilier.eu.org/83b2oCWvhTrp8Zj4jr/https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git |
以下插件适用于小显存显卡:
安装GGUF插件:
1 | git clone https://ghproxy.yuilier.eu.org/83b2oCWvhTrp8Zj4jr/https://github.com/city96/ComfyUI-GGUF |
换源、安装依赖,在整合包的根目录执行:
1 | .\python_embeded\python.exe -s -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ |
1 | .\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-GGUF\requirements.txt |
下载对应量化模型:
FLUX.1-dev-gguf
t5-v1_1-xxl-encoder-gguf
clip_l.safetensors
将 FLUX.1-dev-gguf 模型放至 ComfyUI\models\unet 目录
将 t5-v1_1-xxl-encoder-gguf、clip_l.safetensors 模型放至 ComfyUI\models\clip 目录
- Title: 安装ComfyUI
- Author: 清夏晚风
- Created at : 2025-12-20 00:00:00
- Updated at : 2026-01-13 16:48:23
- Link: https://blog.kimikkorow.eu.org/AI相关工具/图片生成/ComfyUI/00.安装ComfyUI/
- License: This work is licensed under CC BY-NC-SA 4.0.