spacepxl / ComfyUI-HQ-Image-Save

Load/save images and latents as 32bit EXRs
MIT License
44 stars 6 forks source link

red and blue channels are switched #14

Open riouxr opened 2 weeks ago

riouxr commented 2 weeks ago

Outputting from ComfyUI, then imported in Nuke. I have to switch the red and blue channels to get the proper image.

On the left is what I get, on the right after switching channels.

Screenshot 2024-10-30 150219

spacepxl commented 2 weeks ago

Make sure you're using image>Save EXR, not marigold>SaveImageOpenEXR. That node has tripped up others in the past, it has this BGR bug (and also doesn't convert to linear colorspace) because it was only ever tested on depth maps.

image