Files
comfyui-nvidia/workflows/img2img.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

9 lines
418 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": "steps", "node_ids": ["3"], "key": "steps" },
{ "type": "seed", "node_ids": ["3"], "key": "seed" },
{ "type": "image", "node_ids": ["11"], "key": "image" }
]