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

相关推荐
_Jimmy_9 小时前
Agent 溯源精度提升方案
人工智能·python·langchain
SamChan9010 小时前
在Web应用中集成PDF多语言翻译功能:PDFTranslator API实战指南
前端·python·ai·pdf·yapi·机器翻译
天天进步201511 小时前
Python全栈项目--智能办公自动化系统
开发语言·python
颜酱11 小时前
09 | 重构项目结构
人工智能·python·langchain
Sisphusssss13 小时前
香橙派5plus GPIO
linux·python·ubuntu
颜酱13 小时前
08 | 把维度值同步到 Elasticsearch(生成阶段)
人工智能·python·langchain
久久学姐14 小时前
基础转码学 AI:Java+Python 双语言入门,3 个月可落地实战项目
java·python·ai·转码·实战项目
ZHOU_WUYI14 小时前
4. light wam 模型loss计算过程
开发语言·人工智能·python
nwsuaf_huasir14 小时前
【无标题】
python
Python私教16 小时前
Codex 写出的代码能跑却算错钱:我用 3 个测试拆穿一次 AI 编程幻觉
python·单元测试·ai编程