ComfyUI
ActiveDescription
ComfyUI is a modular AI content-creation engine using a node-graph interface for Stable Diffusion workflows. Generate images, videos, 3D models, and audio without code. Supports local and cloud deployment.
Key Features
- Node-graph interface — Visually wire nodes to build complex AI workflows without writing a single line of code
- Multimodal generation — Natively supports image, video, 3D model, audio, and more generation tasks
- Smart caching — Only re-executes changed parts of the workflow between runs for fast iteration
- App Mode — Wrap complex workflows behind a simple UI so anyone can generate with one click
Use Cases
Categories
Quick Start
# Install dependencies (NVIDIA / AMD / Intel / Apple Silicon)
git clone https://github.com/comfyanonymous/ComfyUI.git && cd ComfyUI
pip install -r requirements.txt
# Download models into models/checkpoints/
# Start server (defaults to http://localhost:8188)
python main.py
# CPU mode (works without a GPU, slower)
python main.py --cpu