From 632771d988152be906dc31ddd33cae4f33778040 Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:53:47 +0300 Subject: [PATCH] remove download Co-authored-by: Alexis Rolland --- comfy_extras/nodes_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_images.py b/comfy_extras/nodes_images.py index 97f67846f..a9ef91459 100644 --- a/comfy_extras/nodes_images.py +++ b/comfy_extras/nodes_images.py @@ -943,7 +943,7 @@ class SaveImageAdvanced(IO.ComfyNode): def define_schema(cls): return IO.Schema( node_id="SaveImageAdvanced", - search_aliases=["save", "save image", "export image", "output image", "write image", "download"], + search_aliases=["save", "save image", "export image", "output image", "write image"], display_name="Save Image", description="Saves the input images to your ComfyUI output directory.", category="image",