ComfyUI lets you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface.
Run ComfyUI on cloud GPU with a single command. No local GPU or complex setup needed.
python deploy/launch.pyThis will:
- Auto-install required packages
- Prompt for your RunPod API key
- Deploy ComfyUI with ComfyUI-Manager to a cloud GPU
- Open the browser when ready
- Python 3.8+ installed on your machine
- RunPod API Key - Get it from runpod.io/console/user/settings
- Optional: Anthropic API Key - For AI Agent feature, get from console.anthropic.com
| GPU | VRAM | Price/hr | Best For |
|---|---|---|---|
| RTX A4000 | 16GB | ~$0.20 | SD1.5, SDXL (basic) |
| RTX A5000 | 24GB | ~$0.30 | SDXL, Flux |
| RTX 3090 | 24GB | ~$0.30 | SDXL, Flux |
| RTX 4090 | 24GB | ~$0.50 | Best performance |
| A100 80GB | 80GB | ~$1.50 | Large models, video |
# Deploy (default)
python deploy/launch.py
# Check status
python deploy/launch.py status
# Stop and remove (stops billing)
python deploy/launch.py destroySet these to skip interactive prompts:
export RUNPOD_API_KEY=your-runpod-api-key
export ANTHROPIC_API_KEY=your-anthropic-api-key # For AI AgentDownload from comfy.org/download - Available on Windows & macOS.
Direct download - Extract and run.
pip install comfy-cli
comfy installSee the Installation Wiki for detailed instructions for all platforms (Windows, Linux, macOS) and GPU types (NVIDIA, AMD, Intel, Apple Silicon, Ascend).
python main.pyWith ComfyUI-Manager:
pip install -r manager_requirements.txt
python main.py --enable-manager| Topic | Link |
|---|---|
| Features | Wiki: Features |
| Keyboard Shortcuts | Wiki: Shortcuts |
| Examples & Workflows | Examples |
| Installation Details | Wiki: Installation |
| GPU Recommendations | Wiki: GPU Guide |
| Frontend Development | ComfyUI Frontend |
Generate workflows from natural language. Requires ANTHROPIC_API_KEY.
The agent appears as an input overlay at the bottom of the UI. Describe what you want to create, and it will build the workflow automatically.
ComfyUI follows a weekly release cycle. See Wiki: Release Process for details.
| Repository | Purpose |
|---|---|
| ComfyUI Core | Main engine |
| ComfyUI Desktop | Desktop application |
| ComfyUI Frontend | Web frontend |
