Commit Graph
1 Commits
Author SHA1 Message Date
Claude e78c541f19 Add pre-made ComfyUI workflows + exact node ID mapping for Open WebUI
The #1 friction point: users had to manually build a ComfyUI workflow,
export it in API format, then figure out which node IDs to enter in
Open WebUI. Now:

- comfyui-workflow-default.json: SD 1.5 text-to-image (512x512)
- comfyui-workflow-sdxl.json: SDXL text-to-image (1024x1024)

Upload either file directly into Admin → Settings → Images → Upload.
Then fill in the node ID mapping: Prompt=6, Model=4, Width/Height=5,
Steps/Seed=3.

Also fixes:
- Clear instructions to remove stale sk-1234 API key (ComfyUI doesn't
  use API keys)
- Explains the localhost:1111 error (stale AUTOMATIC1111 config in
  Open WebUI's database — just re-enter the ComfyUI URL)
- Updated setup steps to use setup-image-models.sh instead of manual
  wget/docker cp

https://claude.ai/code/session_01PtYTPherSJaxDEVPgF6Nxu
2026-03-22 21:54:17 +00:00