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
Parameter | Comfy dtype | Description |
---|---|---|
images | IMAGE | The images to be saved. This parameter is crucial as it directly contains the image data that will be processed and saved to disk. |
filename_prefix | STRING | A prefix for the filename under which the image will be saved. This allows for organized storage and easy retrieval of saved images. |
Output types
Parameter | Comfy dtype | Description |
---|---|---|
ui | UI | Provides a user interface component displaying the saved images, including filenames and storage locations. |