A comfyui node that provides save image with higher bit depth.
This is a ComfyUI node that allows you to save images with a higher bit depth.
save_image_node.py
file.custom_nodes
directory of your ComfyUI installation.Save Image Higher Bit Depth
node to your graph.IMAGE
input of the node. (Can be used in combination with other nodes that output images, like SaveImage
)filename_prefix
to the desired prefix for the filename of the image you want to save.bit_depth
to the bit depth of the image you want to save.
4.1 For 8bits (8-bit per channel - 24bit RGB) images, set bit_depth
to 8
.
4.2 For 16bits (16-bit per channel - 48bit RGB) images, set bit_depth
to 16
.
4.3 For 32bits (32-bit per channel - 96bit RGB) images, set bit_depth
to 32
.format
to the format of the image you want to save. Can be PNG
, TIFF
, or JPEG
. Default is PNG
.format
can be PNG
, TIFF
, or JPEG
.filename_prefix
is the prefix of the filename of the image you want to save.bit_depth
is the bit depth of the image you want to save.