Open-source tool for creating web apps from ComfyUI workflows
Top 68.7% on sourcepulse
ViewComfy transforms ComfyUI workflows into user-friendly web applications, ideal for researchers and power users who need to share or deploy AI models without requiring direct ComfyUI installation. It simplifies the process of creating interactive demos and production-ready interfaces for image, video, and text generation tasks, supporting both desktop and mobile access.
How It Works
ViewComfy leverages a Next.js frontend to build interactive forms and a playground interface from ComfyUI's workflow_api.json
. Users can drag-and-drop their workflow JSON into a form editor, which generates a configurable UI. The application can be deployed in two parts: a frontend on CPU-friendly hosting and a backend (ComfyUI workflow) exposed via API endpoints on GPU instances, optimizing cost and resource utilization.
Quick Start & Requirements
git clone https://github.com/ViewComfy/ViewComfy.git
cd ViewComfy
npm install
npm run dev
Highlighted Details
workflow_api.json
or requiring ComfyUI installation.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is described as open source but lacks an explicit license, which may pose compatibility concerns for commercial use or closed-source integration. User management requires Clerk keys and is recommended only when Playground mode is active.
2 days ago
1 week