Visit ComfyUI Online for ready-to-use ComfyUI environment
Inverts image colors to create negative effect for artistic contrasts and unique aesthetics.
The ImageEffectsNegative
node is designed to invert the colors of your images, creating a negative effect. This effect is often used in artistic and creative contexts to produce striking visual contrasts and unique aesthetics. By reversing the color values, the node transforms bright areas into dark ones and vice versa, offering a fresh perspective on your original images. This can be particularly useful for creating dramatic effects or for use in various artistic projects where a negative image can add a unique touch.
The images
parameter is the primary input for the ImageEffectsNegative
node. It accepts a batch of images that you want to apply the negative effect to. Each image should be in a tensor format, typically with dimensions representing the batch size, height, width, and color channels (e.g., RGB). The node processes these images by inverting their color values, resulting in a negative effect. There are no specific minimum, maximum, or default values for this parameter, as it simply requires the images you wish to transform.
The output of the ImageEffectsNegative
node is a batch of images with the negative effect applied. Each image in the output retains the same dimensions as the input images but with inverted color values. This means that the bright areas of the original images become dark, and the dark areas become bright, creating a visually striking negative effect. The output is useful for artistic and creative projects where such an effect can add a unique and dramatic touch to the visuals.
torch
to handle the conversion if needed.torchvision
.© Copyright 2024 RunComfy. All Rights Reserved.