Visit ComfyUI Online for ready-to-use ComfyUI environment
SaveImageOpenEXR node: Saves images in high dynamic range OpenEXR format for preserving color and brightness fidelity.
The SaveImageOpenEXR node is designed to save images in the OpenEXR format, which is a high dynamic range (HDR) image file format developed by Industrial Light & Magic. This node is particularly useful for AI artists who need to preserve the full range of color and brightness information in their images, making it ideal for professional visual effects, animation, and high-quality rendering tasks. The node can handle images in floating-point 32-bit format and ensures that the saved files maintain the highest possible fidelity. It supports both the OpenEXR and OpenCV libraries, providing flexibility depending on the available modules in your environment.
This parameter expects an image input in the form of a tensor. The image should be in a format that can be converted to a NumPy array and subsequently saved as an OpenEXR file. The quality and accuracy of the saved image depend on the input image's resolution and color depth.
This parameter is a string that specifies the prefix for the saved file's name. The default value is "ComfyUI_EXR". This prefix helps in organizing and identifying the saved files, especially when multiple images are being processed and saved in sequence. The node automatically appends a counter to this prefix to ensure unique filenames.
This output parameter returns the file path of the saved OpenEXR image as a string. This path can be used to access the saved image for further processing, sharing, or storage. The returned file path includes the directory, filename prefix, and the counter to ensure the file can be easily located.
© Copyright 2024 RunComfy. All Rights Reserved.