ComfyUI安装
安装
安装方法在官网已经有很详细的文档了(https://docs.comfy.org/zh-CN/installation/manual_install),想省心还可以选择秋叶等大佬做的整合包进行安装,下面安装步骤中的版本、路径、命令参数等根据情况调整。
- 克隆代码仓库
1 |
|
- 安装依赖
1 |
|
- 运行程序
1 |
|
如果以上依赖安装在了conda虚拟环境中,则启动时也要在conda虚拟环境下启动。可以使用bat脚本一键启动:
1 |
|
安装插件
之前在网上下载了其他人分享的json,提示有节点不存在,所以一顿搜索发现可以安装一个叫ComfyUI Manager的东西,可以帮助你安装插件和节点。
github地址:https://github.com/Comfy-Org/ComfyUI-Manager
To install ComfyUI-Manager in addition to an existing installation of ComfyUI, you can follow the following steps:
- goto
ComfyUI/custom_nodes
dir in terminal(cmd) git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
- Restart ComfyUI
ComfyUI安装
https://tdynamicl.github.io/2025/04/24/ai/comfyui/02-安装/