Visit ComfyUI Online for ready-to-use ComfyUI environment
Save images in high precision 16-bit PNG format for AI artists, preserving fine details and color depth.
The SaveImageHighPrec node is designed to save images in high precision 16-bit PNG format, ensuring that the fine details and color depth of your images are preserved. This node is particularly useful for AI artists who require high-quality image outputs for further processing or final presentation. By leveraging this node, you can maintain the integrity of your images' color information, which is crucial for tasks that demand high fidelity and precision. The node handles the conversion and saving process seamlessly, allowing you to focus on your creative work without worrying about technical details.
This parameter expects a list of images that you want to save. Each image should be in a tensor format, typically generated or processed by other nodes in your workflow. The images are saved in 16-bit PNG format, which provides higher color depth and precision compared to standard 8-bit images. This is particularly important for preserving subtle gradients and details in your artwork.
This parameter allows you to specify a prefix for the filenames of the saved images. The prefix helps in organizing and identifying your saved files, especially when dealing with multiple images. The default value is "ComfyUI", but you can customize it to suit your project needs. The node appends a unique identifier to each filename to prevent overwriting existing files.
This hidden parameter is used to include additional metadata in the saved PNG files. It can store information related to the image generation process, such as the prompt used for generating the image. This metadata can be useful for tracking and reproducing your work.
This hidden parameter allows you to add extra PNG information chunks to the saved files. These chunks can contain various types of metadata, such as creation date, software used, or any other custom information you want to embed in the PNG files. This can be useful for archival purposes or for providing additional context to the images.
This output parameter provides a dictionary containing information about the saved images. The dictionary includes details such as the filenames, subfolders, and the type of images saved. This information can be used to reference the saved files in subsequent nodes or for further processing. It helps in keeping track of the saved images and their locations, ensuring a smooth workflow.
<filename>
© Copyright 2024 RunComfy. All Rights Reserved.