💟如何在 ComfyUI 中本地运行 Qwen-Image-2512
在本地设备上使用 ComfyUI 运行 Qwen-Image-2512 的分步教程。
📖 ComfyUI 教程
#1. 安装与设置
mkdir comfy_ggufs
cd comfy_ggufs
python -m venv .venv
source .venv/bin/activate
git clone https://github.com/Comfy-Org/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. 工作流程与超参数


#4. 推理
上传模型 + 设置提示词
图像尺寸 + 采样器参数
运行

多参考生成



🤗 Diffusers 教程
🎨 stable-diffusion.cpp 教程
最后更新于
这有帮助吗?

