2025-04-29 11:28:04 -04:00
2025-05-01 03:24:32 -04:00
2024-12-09 15:24:39 -05:00
2023-01-16 22:37:14 -05:00
2024-09-09 04:31:18 -04:00
2025-05-02 23:45:41 +08:00
2025-04-24 16:03:01 -04:00
2024-12-12 17:59:16 -05:00
2023-01-16 22:37:14 -05:00
2025-04-03 20:57:59 -04:00
2024-08-15 11:21:11 -04:00

ComfyUI

A powerful and modular stable diffusion GUI with a graph/nodes interface.

ComfyUI Screenshot

Quick Start

Option 1: Install as a Package (New!)

# Install ComfyUI with GPU support
uv pip install "comfyui[gpu]"

# Run ComfyUI
comfyui

Option 2: From Source

# Clone the repository
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI

# Set up with UV (recommended)
./uv_setup.sh --gpu

# Or on Windows:
python uv_setup.py --gpu

# Run ComfyUI
python main.py

Main Features

  • Nodes/graph/flowchart-based UI
  • Highly optimized for better performance and VRAM usage
  • Advanced prompt system with wildcards and more
  • Create and share workflows as JSON files
  • Supports multiple model backends
  • Powerful API for external integration
  • Extensible with custom nodes

Requirements

  • Python 3.9+ (Python 3.11 recommended)
  • GPU with at least 4GB VRAM (8GB+ recommended)
  • [Optional] CUDA-compatible NVIDIA GPU for faster processing

Documentation

Contributing

Please read our Contributing Guidelines before submitting pull requests.

License

ComfyUI is licensed under the GNU General Public License v3.0.

Community

Description
No description provided
Readme GPL-3.0 1.2 GiB
Languages
Python 100%