lihaoyun6/comfyui-appbuilder — explained in plain English
Analysis updated 2026-05-18
Turn a complex ComfyUI node workflow into a simple web interface for non-technical users.
Share an AI image or video generation workflow with people who don't want to learn ComfyUI's node graph.
Package a workflow as a standalone app without enabling ComfyUI's Node2.0 feature.
| lihaoyun6/comfyui-appbuilder | agentzh/agentzh.org | caseclose/cma-harness | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2017-04-06 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 1/5 | 5/5 |
| Audience | vibe coder | writer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing ComfyUI installation, installed as a custom node via git clone or the Manager.
ComfyUI-AppBuilder is a custom node extension for ComfyUI, a visual tool people use to build AI image and video generation workflows by connecting boxes on a canvas. This extension lets you take any workflow you have built in ComfyUI and turn it into a simple WebApp interface, without needing to enable ComfyUI's Node2.0 feature. In practice this means someone who is not comfortable navigating a full node graph can still use a workflow you have created. Instead of seeing all the connected nodes and technical settings, they get a plain web page with just the inputs and controls needed to run it. Installation is done by cloning the project into ComfyUI's custom_nodes folder, or by installing it through ComfyUI's built in Manager, which is the standard way ComfyUI extensions are added. The README itself is quite short. It includes a preview video showing the tool in action and credits the original ComfyUI project it depends on, but does not go into detail about specific features, configuration options, or how the resulting WebApp differs from other app-building tools in the ComfyUI ecosystem. A Chinese language version of the README is also provided.
A ComfyUI extension that converts any node-based image or video generation workflow into a simple, easy-to-use web app interface.
Mainly HTML. The stack also includes ComfyUI, HTML, Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.