中文 | English
👾 Alibaba International Digital Commerce 👾
https://github.com/user-attachments/assets/4b5806b8-dd34-4219-ac9f-6896115c5600
ComfyUI-Copilot is an AIGC intelligent assistant built on ComfyUI that provides comprehensive support for tedious workflow building, ComfyUI-related questions, parameter optimization and iteration processes! It streamlines the debugging and deployment of AI algorithms, making creative workflows more efficient and effortless.
The newly released ComfyUI-Copilot v2.0 evolves from a "helper tool" into a "development partner"—not just assisting with workflow development, but capable of autonomously completing development tasks. We now cover the entire workflow lifecycle, including generation, debugging, rewriting, and parameter tuning, aiming to deliver a significantly enhanced creative experience. Key new features include:
🔧 One-Click Debug::Automatically detects errors in your workflow, precisely identifies issues, and provides repair suggestions.
🔄 Workflow Rewriting:Optimizes the current workflow based on your description, such as adjusting parameters, adding nodes, and improving logic.
🚀 Enhanced Workflow Generation:Understands your requirements more accurately and generates tailored workflows, lowering the barrier to entry for beginners.
🧠 Upgraded Agent Architecture:Now aware of your local ComfyUI environment, Copilot delivers optimized, personalized solutions.
✨ Try the brand-new ComfyUI-Copilot v2.0 now and embark on an efficient creative journey!

Simply type in the input box: I want a workflow for xxx.

There is a Debug button in the upper right corner of the input box. Click it to directly debug the workflow on the current canvas.

Note: If the model is new after May 2025, such as wan2.2, it may cause the LLM to fail to understand and the process to interrupt.


Want ComfyUI-Copilot to assist you in workflow development?
- 5. 💎 Node Recommendations: Based on your description, recommend nodes you might need and provide recommendation reasons.
- Type in the input box: I want a node for xxx.

Type in the input box: What's the usage, input and output of node xxx.

Type in the input box: I want a Lora that generates xxx images.


Repository Overview: Visit the GitHub Repository to access the complete codebase.
bash
cd ComfyUI/custom_nodes
git clone git@github.com:AIDC-AI/ComfyUI-Copilot.git
or
bash
cd ComfyUI/custom_nodes
git clone https://github.com/AIDC-AI/ComfyUI-Copilot
bash
cd ComfyUI/custom_nodes/ComfyUI-Copilot
pip install -r requirements.txt
If you are a Windows user:
bash
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Copilot\requirements.txt

After running the ComfyUI project, find the Copilot activation button on the left side of the panel to launch its service.

Click the * button, enter your email address in the popup window, and the API Key will be automatically sent to your email address later. After receiving the API Key, paste it into the input box, click the save button, and you can activate Copilot.

This project is continuously updated. Please update to the latest code to get new features. You can use git pull to get the latest code, or click "Update" in the ComfyUI Manager plugin.
We welcome any form of contribution! Feel free to make issues, pull requests, or suggest new features.
For any queries or suggestions, please feel free to contact: ComfyUI-Copilot@service.alibaba.com.

Discord
This project is licensed under the MIT License - see the LICENSE file for details.
$ claude mcp add ComfyUI-Copilot \
-- python -m otcore.mcp_server <graph>