mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #1023] [MERGED] docs: Update ComfyUI documentation with accurate node mapping and set… #1009
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:docs/fix-comfyui-documentation-accuracy📝 Commits (2)
194cf53docs: Update ComfyUI documentation with accurate node mapping and settings501c1c4Create 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:
Image Prompt Generation toggle location was documented under ComfyUI settings, but it actually appears before engine selection in the Images settings
Default model key for image generation was incorrectly implied as
unet_namewhen it should beckpt_nameWorkflow node parameters were not clearly documented - generation supports: prompt, model, width, height, steps, seed while editing supports: image, prompt, model, width, height
UI field labels were incorrect - "Node ID" should be "Node Ids" and "Input Key" should be "Key"
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.