ComfyUI-Copilot提供两种主要安装方式,用户可根据情况选择:
1. 手动克隆安装:首先确保已安装ComfyUI主程序,然后进入custom_nodes目录执行:
- HTTPS方式:
git clone https://github.com/AIDC-AI/ComfyUI-Copilot.git
- SSH方式:
git clone git@github.com:AIDC-AI/ComfyUI-Copilot.git
2. 通过ComfyUI Manager安装(推荐新手使用):
- 打开Custom Nodes Manager界面
- 搜索”ComfyUI-Copilot”
- 点击Install按钮完成自动安装
安装完成后需要:
- 重启ComfyUI并在界面右上角激活Copilot
- 通过仓库README获取API密钥并输入激活
- 验证安装是否成功(能响应自然语言输入)
本答案来源于文章《ComfyUI-Copilot:文字描述生成 ComfyUI 工作流的AI助手》