Nodes/ComfyUI-RyuuNoodles/Color Match 🐲
ComfyUI Node

Color Match 🐲

This is the same Color Match node as from https://github.com/kijai/ComfyUI-KJNodes except that it is modified to be bypass friendly so that during bypass, the target image will be passed through rather than the reference image. color-matcher enables color transfer across images which comes in handy for automatic color-grading of photographs, paintings and film sequences as well as light-field and stopmotion corrections. The methods behind the mappings are based on the approach from Reinhard et al., the Monge-Kantorovich Linearization (MKL) as proposed by Pitie et al. and our analytical solution to a Multi-Variate Gaussian Distribution (MVGD) transfer in conjunction with classical histogram matching. As shown below our HM-MVGD-HM compound outperforms existing methods. https://github.com/hahnec/color-matcher/

By DraconicDragonΒ·Created about a year agoΒ·Updated about a month agoΒ· 11
Color Match 🐲
  • image_target
  • image_ref
  • image
β—„methodmklβ–Ί
β—„strength0.970β–Ί
CategoryRyuuNoodles 🐲/Images

Inputs (4)

NameTypeDefaultDescription
image_targetIMAGEβ€”
image_refIMAGEβ€”
methodCOMBOmklColor transfer method to use. I personally like 'mkl' most because it transfers colors well with least 'artifacts' in scenarios where both input images are structually the same or very close to same.
strengthoptFLOAT0.9700–10β€”

Outputs (1)

NameTypeDescription
imageIMAGEβ€”