> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SaveImage - ComfyUI Built-in Node Documentation

> The SaveImage node saves the input images as PNG files to your ComfyUI output directory.

The SaveImage node saves the input images as PNG files to your ComfyUI output directory. It can embed workflow metadata, such as the prompt, into each saved file, and it returns the images unchanged so they can still be used by other nodes.

## Inputs

| Parameter         | Description                                                                                                                                                                             | Data Type | Required | Range |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `images`          | The images to save.                                                                                                                                                                     | IMAGE     | Yes      | -     |
| `filename_prefix` | The prefix for the file to save. This may include formatting information such as `%date:yyyy-MM-dd%` or `%Empty Latent Image.width%` to include values from nodes (default: "ComfyUI"). | STRING    | Yes      | -     |

The node also receives two hidden inputs, `prompt` and `extra_pnginfo`, which are automatically populated by ComfyUI with the workflow prompt and extra PNG information. When metadata is enabled, this information is embedded as text metadata in each saved PNG file.

## Outputs

| Output Name | Description                                                                                                            | Data Type  |
| ----------- | ---------------------------------------------------------------------------------------------------------------------- | ---------- |
| `images`    | The original input images, returned unchanged after being saved to disk.                                               | IMAGE      |
| `ui`        | A UI-only result containing the list of saved image files (filename, subfolder, and type) for display in the frontend. | UI\_RESULT |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SaveImage/en.md)

***

**Source fingerprint (SHA-256):** `4a718495fd0801304d2bc3afee859e6b9839f9aba8e929bb9ba90ae6a229a750`
