fix(SaveImageLM): clarify embed_workflow tooltip — explains drag-and-drop workflow restoration

The previous tooltip was misleading: users thought workflow embedding was
automatic. New wording explains this opt-in flag stores the complete
workflow inside images, allowing one-click restoration via drag-and-drop.
PNG and WebP only.
This commit is contained in:
Will Miao
2026-07-24 19:35:21 +08:00
parent 55896669fc
commit a8283a0d00

View File

@@ -242,7 +242,7 @@ class SaveImageLM:
"BOOLEAN", "BOOLEAN",
{ {
"default": False, "default": False,
"tooltip": "Embeds the complete workflow data into the image metadata. Only works with PNG and WebP formats.", "tooltip": "When enabled, saved images store the complete workflow. Drag the image back into ComfyUI to restore the original node graph. PNG and WebP only.",
}, },
), ),
"save_with_metadata": ( "save_with_metadata": (