SaveImageLazy (🚫Deprecated)(saveImageLazy)
SaveImageLazy (🚫Deprecated) node from ComfyUI-Easy-Use.
save Image Lazy
Description
SaveImageLazy is a deprecated image-saving node from the ComfyUI-Easy-Use package. Internally, it is known as saveImageLazy. It accepts one or more images, saves them to disk using the provided filename prefix, and then passes the same images through as its output. This makes it possible to insert the node into an existing image-processing chain: the images are saved at that point in the graph while still remaining available for downstream nodes.
This node is categorized under EasyUse/🚫 Deprecated, meaning it is kept for backward compatibility but is not recommended for new workflows.
Inputs
- images (
IMAGE, required): The image or batch of images to save. - filename_prefix (
STRING, default"ComfyUI"): The filename prefix used when writing the saved image files to the output directory. - save_metadata (
BOOLEAN, defaulttrue): Whether to save workflow metadata alongside the image. When enabled, metadata is embedded in the output file; disable this if you need cleaner image files or want to reduce file size.
Outputs
IMAGE: The same images that were passed into the node. This output allows the node to be used as an inline save step while continuing the workflow with the original image data.
Usage Notes
Because SaveImageLazy both saves and passes through its input, it is useful when you want to preserve intermediate image results without breaking a workflow chain. However, since the node is deprecated, prefer using the current save-image node provided by ComfyUI or by the actively maintained sections of ComfyUI-Easy-Use for new projects.
Comments
Sign in with GitHub to join the discussion.