[PR #1023] [MERGED] docs: Update ComfyUI documentation with accurate node mapping and set… #1009

Closed
opened 2026-02-15 18:16:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/1023
Author: @silentoplayz
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @Classic298

Base: mainHead: docs/fix-comfyui-documentation-accuracy


📝 Commits (2)

  • 194cf53 docs: Update ComfyUI documentation with accurate node mapping and settings
  • 501c1c4 Create image-prompt-generation-toggle.png

📊 Changes

2 files changed (+127 additions, -34 deletions)

View changed files

📝 docs/features/image-generation-and-editing/comfyui.md (+127 -34)
static/images/image-generation-and-editing/image-prompt-generation-toggle.png (+0 -0)

📄 Description

The ComfyUI documentation had several inaccuracies that caused confusion for users:

  1. Image Prompt Generation toggle location was documented under ComfyUI settings, but it actually appears before engine selection in the Images settings

  2. Default model key for image generation was incorrectly implied as unet_name when it should be ckpt_name

  3. Workflow node parameters were not clearly documented - generation supports: prompt, model, width, height, steps, seed while editing supports: image, prompt, model, width, height

  4. UI field labels were incorrect - "Node ID" should be "Node Ids" and "Input Key" should be "Key"

  5. Image editing does not support negative prompts, steps, seed, or batch size - this was not clearly documented

Added clear parameter tables showing default keys for each task type, corrected the Image Prompt Generation location, and updated troubleshooting examples with accurate key names.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/1023 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `docs/fix-comfyui-documentation-accuracy` --- ### 📝 Commits (2) - [`194cf53`](https://github.com/open-webui/docs/commit/194cf536b57fb238022a9e17ecc1bff21864bfa7) docs: Update ComfyUI documentation with accurate node mapping and settings - [`501c1c4`](https://github.com/open-webui/docs/commit/501c1c498bcd8aeb9f7731e9de1577e5a7ab007e) Create image-prompt-generation-toggle.png ### 📊 Changes **2 files changed** (+127 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/image-generation-and-editing/comfyui.md` (+127 -34) ➕ `static/images/image-generation-and-editing/image-prompt-generation-toggle.png` (+0 -0) </details> ### 📄 Description The ComfyUI documentation had several inaccuracies that caused confusion for users: 1. Image Prompt Generation toggle location was documented under ComfyUI settings, but it actually appears before engine selection in the Images settings 2. Default model key for image generation was incorrectly implied as `unet_name` when it should be `ckpt_name` 3. Workflow node parameters were not clearly documented - generation supports: prompt, model, width, height, steps, seed while editing supports: image, prompt, model, width, height 4. UI field labels were incorrect - "Node ID" should be "Node Ids" and "Input Key" should be "Key" 5. Image editing does not support negative prompts, steps, seed, or batch size - this was not clearly documented Added clear parameter tables showing default keys for each task type, corrected the Image Prompt Generation location, and updated troubleshooting examples with accurate key names. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:58 -05:00
yindo closed this issue 2026-02-15 18:16:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#1009