Files
ComfyUI/comfy_extras
Glary-Bot c87bf86e57 Fix the RGB/YUV conversion nodes on images with an alpha channel
kornia's rgb_to_ycbcr only accepts 3 channel input, so Image RGB to YUV
raised a ValueError on a 4 channel image. Image YUV to RGB did not raise but
averaged the alpha channel into its per-channel mean, skewing the result.
Convert using the colour channels in both directions.

CORE-393
2026-08-17 00:59:32 +00:00
..
2026-08-11 13:47:39 -04:00
2026-06-16 11:42:00 +08:00
2026-06-16 11:42:00 +08:00