Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates color transfer between images for seamless color harmonization and aesthetic enhancement.
The ColorMatch node is designed to facilitate the transfer of color characteristics from one image to another, making it an invaluable tool for tasks such as automatic color grading of photographs, paintings, and film sequences, as well as light-field and stop-motion corrections. By leveraging advanced color transfer methods, including those proposed by Reinhard et al., Pitie et al., and a Multi-Variate Gaussian Distribution (MVGD) transfer combined with classical histogram matching, this node ensures high-quality and consistent color matching. The node's primary goal is to enable seamless and efficient color harmonization across different images, enhancing the visual coherence and aesthetic appeal of your projects.
This parameter represents the reference image whose color characteristics will be transferred to the target image. The reference image serves as the source of the desired color palette. It is crucial to ensure that the reference image is either a single image or a batch of images that match the batch size of the target images. This parameter is required and must be of type IMAGE
.
This parameter represents the target image to which the color characteristics from the reference image will be applied. The target image is the one that will undergo color transformation to match the reference image. Similar to the reference image, the target image can be a single image or a batch of images. This parameter is required and must be of type IMAGE
.
This parameter specifies the method used for color transfer. The available options are mkl
, hm
, reinhard
, mvgd
, hm-mvgd-hm
, and hm-mkl-hm
. Each method employs a different algorithm for color matching, offering various levels of accuracy and visual results. The default method is mkl
. Selecting the appropriate method can significantly impact the quality and style of the color transfer.
This output parameter represents the resulting image after the color transfer process. The output image will have the color characteristics of the reference image applied to the target image, resulting in a visually coherent and color-matched image. The output is of type IMAGE
and is clamped to ensure pixel values remain within the valid range of 0 to 1.
color-matcher
library is not installed.color-matcher
library by running the command pip install color-matcher
in your terminal.<specific_error_message>
© Copyright 2024 RunComfy. All Rights Reserved.