From a8283a0d0085e88c588a08ddbbc75da568cb47b2 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Fri, 24 Jul 2026 19:35:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(SaveImageLM):=20clarify=20embed=5Fworkflow?= =?UTF-8?q?=20tooltip=20=E2=80=94=20explains=20drag-and-drop=20workflow=20?= =?UTF-8?q?restoration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- py/nodes/save_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/nodes/save_image.py b/py/nodes/save_image.py index 2b251f56..b6620dc9 100644 --- a/py/nodes/save_image.py +++ b/py/nodes/save_image.py @@ -242,7 +242,7 @@ class SaveImageLM: "BOOLEAN", { "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": (