Files
comfyui-nvidia/workflows/txt2img.nodes.json
William Gill a73aa4a38a Initial commit — ComfyUI on NVIDIA fronted by Open WebUI
Replaces the figment/segment/Forge stack with a single ComfyUI backend
fronted by Open WebUI's native ComfyUI integration. ComfyUI is built from
the official manual install for NVIDIA. Ships txt2img and img2img workflow
templates plus matching node-mapping JSONs that paste into Open WebUI's
admin panel.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 10:21:43 -05:00

11 lines
554 B
JSON

[
{ "type": "model", "node_ids": ["4"], "key": "ckpt_name" },
{ "type": "prompt", "node_ids": ["6"], "key": "text" },
{ "type": "negative_prompt", "node_ids": ["7"], "key": "text" },
{ "type": "width", "node_ids": ["5"], "key": "width" },
{ "type": "height", "node_ids": ["5"], "key": "height" },
{ "type": "n", "node_ids": ["5"], "key": "batch_size" },
{ "type": "steps", "node_ids": ["3"], "key": "steps" },
{ "type": "seed", "node_ids": ["3"], "key": "seed" }
]