安装ComfyUI

安装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

相关推荐
金銀銅鐵1 小时前
用 Python 实现 Take-Away 游戏
python·游戏
copyer_xyf2 小时前
Agent 流程编排
后端·python·agent
copyer_xyf2 小时前
Agent RAG
后端·python·agent
copyer_xyf3 小时前
【RAG】向量数据库:milvus
后端·python·agent
copyer_xyf3 小时前
Agent 记忆管理
后端·python·agent
星云穿梭18 小时前
用Python写一个带图形界面的学生管理系统——完整教程
python
金銀銅鐵18 小时前
用 Pygame 实现 15 puzzle
python·数学·游戏
黄忠1 天前
大模型之LangGraph技术体系
python·llm
hboot2 天前
AI工程师第二课 - 数据处理
人工智能·python·数据分析
用户8356290780512 天前
使用 Python 自动化 PowerPoint 形状布局与格式设置
后端·python