ComfyUI Extension: ComfyUI-HigherBitDepthSaveImage
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A comfyui node that provides save image with higher bit depth.
README
Higher Bit Density SaveImage Node
This is a ComfyUI node that allows you to save images with a higher bit depth.
Installation
- Download the
save_image_node.pyfile. - Place the file in the
custom_nodesdirectory of your ComfyUI installation.
Usage
- Add the
Save Image Higher Bit Depthnode to your graph. - Connect the image you want to save to the
IMAGEinput of the node. (Can be used in combination with other nodes that output images, likeSaveImage) - Set the
filename_prefixto the desired prefix for the filename of the image you want to save. - Set the
bit_depthto the bit depth of the image you want to save. 4.1 For 8bits (8-bit per channel - 24bit RGB) images, setbit_depthto8. 4.2 For 16bits (16-bit per channel - 48bit RGB) images, setbit_depthto16. 4.3 For 32bits (32-bit per channel - 96bit RGB) images, setbit_depthto32. - Set the
formatto the format of the image you want to save. Can bePNG,TIFF, orJPEG. Default isPNG.
Notes
- The
formatcan bePNG,TIFF, orJPEG. - The
filename_prefixis the prefix of the filename of the image you want to save. - The
bit_depthis the bit depth of the image you want to save. - For 32 bit images, only TIFF is supported, and will be automatically used if selected.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.