ComfyUI Extension: comfyui-webui-generator-node

Authored by ai-joe-git

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

ComfyUI custom node that generates shareable HTML UIs from ComfyUI API workflow JSON.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI WebUI Generator Node

A ComfyUI custom node that generates a shareable HTML UI from a ComfyUI API workflow JSON.

Install

Clone into: ComfyUI/custom_nodes/ComfyUI-WebUI-Generator-Node

Restart ComfyUI.

Node

Workflow → HTML (Generator)

Input:

  • api_workflow_json_or_path: paste API workflow JSON OR give a path to a .json
  • output_name: used to name the generated file
  • open_in_browser: auto-open the generated URL (best effort)
  • comfy_base_url (optional): if your ComfyUI isn't on localhost

Output:

  • html_url: served by ComfyUI under /extensions/.../generated/...
  • html_file_path: local path

IMPORTANT: Use API workflow JSON

In ComfyUI: export the workflow as API workflow JSON (not the normal workflow JSON).

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more