Skip to content
Become a Patron Help Build a Better ComfyUI Knowledge Base
Nodes ManualImageSave Image - Save Images to Local in ComfyUI

Save Image - Save Images to Local in ComfyUI

comfyUI node-Save Image

Documentation

  • Class name: SaveImage
  • Category: image
  • Output node: True

Node Function: The Save Image node is mainly used to save images to the output folder in ComfyUI. If you only want to preview the image during the intermediate process rather than saving it, you can use the Preview Image node. Default save location: ComfyUI/output/

Input types

ParameterComfy dtypeDescription
imagesIMAGEThe images to be saved. This parameter is crucial as it directly contains the image data that will be processed and saved to disk.
filename_prefixSTRINGThe filename prefix for images saved to the ComfyUI/output/ folder. The default is ComfyUI, but you can customize it.

Right-click Menu Options

After the image generation is complete, right-clicking on the corresponding menu provides the following node-specific options and functions:

Option NameFunction
Save ImageSave the image locally
Copy ImageCopy the image to clipboard
Open ImageOpen the image in a new browser tab

The saved images are generally in PNG format and include all the image generation data. If you want to use the corresponding workflow for regeneration, you can simply load the corresponding image into ComfyUI to load the workflow.