ComfyUI Copilot

Stale
GitHub TypeScript MIT

Description

An AI-powered custom node for ComfyUI that enhances workflow automation through natural language interaction, with intelligent node recommendations and parameter configuration.

Key Features

  • AI-powered custom node for ComfyUI with natural language workflow generation
  • One-click workflow debugging with automatic error detection and repair suggestions
  • Workflow rewriting: optimize parameters, add nodes, and improve logic via description
  • Intelligent node and model recommendations based on user requirements
  • GenLab parameter tuning: batch execute parameter combinations with visual comparison
  • Local environment awareness for personalized and optimized solutions

Use Cases

💡 Generating image generation workflows from text descriptions
💡 Debugging and fixing broken ComfyUI workflows automatically
💡 Iterative workflow optimization through natural language modifications
💡 Finding the best model and LoRA combinations for specific creative needs

Categories

Quick Start

```bash
cd ComfyUI/custom_nodes
git clone https://github.com/AIDC-AI/ComfyUI-Copilot
cd ComfyUI-Copilot && pip install -r requirements.txt
# Restart ComfyUI, Copilot appears in the UI
```

Related Projects