Visit ComfyUI Online for ready-to-use ComfyUI environment
Transfer color distribution between images for harmonized color palette matching using advanced algorithms for unified color scheme.
The PM_ColorTransfer node is designed to transfer the color distribution from one image to another, allowing you to harmonize the color palette between two images seamlessly. This node is particularly useful for AI artists who want to match the color tones of different images, ensuring a consistent and cohesive look across their artwork. By leveraging advanced color transfer algorithms, this node adjusts the color statistics of the source image to match those of the reference image, resulting in a visually appealing and professionally balanced output. Whether you are working on digital portraits, composite images, or any other creative project, PM_ColorTransfer helps you achieve a unified color scheme effortlessly.
This parameter specifies the source image from which the color distribution will be transferred. The source image should be provided in a format that the node can process, typically as an image tensor. The color characteristics of this image will be adjusted to match those of the reference image specified in the transfer_to
parameter.
This parameter specifies the reference image to which the color distribution will be matched. The reference image should also be provided in a compatible format, typically as an image tensor. The color statistics of this image will be used to adjust the colors of the source image specified in the transfer_from
parameter.
The output of the PM_ColorTransfer node is an image tensor that represents the source image with its color distribution adjusted to match that of the reference image. This output image will have the same dimensions as the source image but with a color palette that closely resembles the reference image, providing a harmonious and visually consistent result.
ValueError: Input images must have the same number of channels
TypeError: Input images must be numpy arrays
RuntimeError: Image dimensions do not match
© Copyright 2024 RunComfy. All Rights Reserved.