如何在 ComfyUI 中运行 Diffusion Image GGUFs
在 ComfyUI 中运行 Unsloth Diffusion GGUF 模型的指南。
先决条件与要求
📖 ComfyUI 教程
#1. 安装与设置
mkdir comfy_ggufs
cd comfy_ggufs
python -m venv .venv
source .venv/bin/activate
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
pip install -r requirements.txt
cd custom_nodes
git clone https://github.com/city96/ComfyUI-GGUF
cd ComfyUI-GGUF
pip install -r requirements.txt
cd ../..#2. 下载模型
工作流与超参数


#3. 推理


🎯 工作流与超参数
采样
引导
结论
关键概念与术语表
最后更新于
这有帮助吗?

