A modern, high-performance standalone desktop application for ComfyUI.
ComfyGUI is a dedicated desktop interface designed for creators who want to generate images using the Anima model family without the complexity of building and maintaining node graphs in ComfyUI.
It provides a clean, studio-grade workspace with all the tools you need. Prompting with tag autocomplete, live generation previews, inpainting, FaceDetailer, background removal, and more while executing dynamic ComfyUI workflows automatically in background.
- Minimum ComfyUI Version: v0.33.1 or later.
Currently, ComfyGUI only supports the Anima model family. Other architectures may work but not really work as expected.
ComfyGUI generates dynamic graph payloads that utilize nodes from the following external custom nodes. You must install them into your ComfyUI custom_nodes/ directory:
- yet_essential
- ComfyUI-WD-Timm-Tagger
- ComfyUI_UltimateSDUpscale
- ComfyUI-Impact-Pack
- ComfyUI-Impact-Subpack
- ComfyUI-Aaalice-Nodes
- ComfyUI-RMBG
- Bun (v1.0 or higher)
- Rust & Cargo (latest stable)
- Tauri v2 Prerequisites for your operating system
# Clone the repository
git clone https://github.com/KidiXDev/comfy-gui.git
cd comfy-gui
# Install frontend dependencies
bun install# Run the desktop application in development mode
bun run tauri dev
# Build for Production
bun run tauri buildCheck
src-tauri/target/release/for the compiled binary.
This project is licensed under the GNU General Public License, version 3.
