image
Save Image

Save Image

comfyUI节点-Save Image|保存图像

Documentation

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

The SaveImage node is designed for saving images to disk. It handles the process of converting image data from tensors to a suitable image format, applying optional metadata, and writing the images to specified locations with configurable compression levels.

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_prefixSTRINGA prefix for the filename under which the image will be saved. This allows for organized storage and easy retrieval of saved images.

Output types

ParameterComfy dtypeDescription
uiUIProvides a user interface component displaying the saved images, including filenames and storage locations.