安装ComfyUI
1️⃣ 新目录
bash
E:\ComfyUI
2️⃣ 克隆
bash
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
3️⃣ 用你自己的 Python 3.10
bash
python -m venv venv
venv\Scripts\activate
4️⃣ 安装依赖
bash
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
5️⃣ 启动
bash
python main.py
安装ComfyUI-Manage
✅ 进入目录:
bash
cd E:\ComfyUI\custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
✅ 安装依赖(必须)
bash
cd ComfyUI-Manager
pip install -r requirements.txt
✅ 重启 ComfyUI
bash
cd E:\ComfyUI
python -m venv venv
venv\Scripts\activate
python main.py
✅ 成功标志
浏览器打开:
bash
http://127.0.0.1:8188
右上角出现:
Manager