Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for changing color modes of output images, aiding AI artists in color conversion for visual accuracy in projects.
The Swap Color Mode node is designed to provide a straightforward interface for changing the color modes of output images. This node is particularly useful for AI artists who need to convert images between different color representations, such as RGB, HSV, or CMYK, among others. By allowing you to specify the desired color mode, this node helps in achieving the right visual effects and color accuracy for your projects. Whether you are working on digital art, photo editing, or any other creative endeavor, this node simplifies the process of color mode conversion, ensuring that your images are in the correct format for further processing or final output.
This parameter accepts a list of images that you want to process. The images should be in a tensor format, which is commonly used in machine learning and AI applications. The node will apply the specified color mode conversion to each image in this list.
This optional parameter allows you to specify the color mode to which you want to convert the images. The available options are default
, luminance
, single_channel
, RGB
, RGBA
, lab
, hsv
, cmyk
, and ycbcr
. If not specified, the node will use the default
color mode. Each color mode serves a different purpose and can significantly impact the appearance and characteristics of the output image. For example, RGB
is commonly used for digital displays, while CMYK
is used for printing.
The output is a tensor containing the images that have been converted to the specified color mode. This tensor can be used for further processing or as the final output, depending on your workflow. The conversion ensures that the images are in the correct format for your specific needs, whether it's for display, printing, or further image manipulation.
<color_mode>
default
, luminance
, single_channel
, RGB
, RGBA
, lab
, hsv
, cmyk
, or ycbcr
.© Copyright 2024 RunComfy. All Rights Reserved.