image
Image Invert

Invert Image

comfyUI节点-Invert Image|图像反转

Documentation

  • Class name: ImageInvert
  • Category: image
  • Output node: False

The ImageInvert node is designed to invert the colors of an image, effectively transforming each pixel's color value to its complementary color on the color wheel. This operation is useful for creating negative images or for visual effects that require color inversion.

Input types

ParameterComfy dtypeDescription
imageIMAGEThe 'image' parameter represents the input image to be inverted. It is crucial for specifying the target image whose colors are to be inverted, affecting the node's execution and the visual outcome of the inversion process.

Output types

ParameterComfy dtypeDescription
imageIMAGEThe output is an inverted version of the input image, with each pixel's color value transformed to its complementary color.