Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile node for flipping mask images along specified axes, enhancing AI artists' workflow and creativity.
MaskFlip+ is a versatile node designed to flip a given mask image along specified axes. This node is particularly useful for AI artists who need to manipulate mask orientations to achieve desired effects in their artwork. By flipping the mask along the x-axis, y-axis, or both, you can easily mirror or invert the mask, allowing for greater flexibility and creativity in your projects. The primary goal of MaskFlip+ is to provide a simple yet powerful tool to adjust the orientation of masks, enhancing the overall workflow and enabling more dynamic compositions.
The mask
parameter represents the input mask image that you want to flip. This mask is typically a 2D tensor, but it can also be a 3D tensor if it includes additional dimensions. The mask serves as the base image that will be manipulated by the node. The quality and resolution of the mask directly impact the final output, so ensure that the mask is of appropriate quality for your needs.
The axis
parameter determines the direction(s) along which the mask will be flipped. It accepts three options: x
, y
, and xy
. Choosing x
will flip the mask horizontally, y
will flip it vertically, and xy
will flip it both horizontally and vertically. This parameter allows you to control the orientation of the mask precisely, enabling you to achieve the desired visual effect.
The output parameter MASK
is the flipped version of the input mask. This output retains the same dimensions and quality as the original mask but with the specified orientation changes applied. The flipped mask can then be used in subsequent nodes or processes to create more complex and visually appealing compositions.
x
axis option to flip the mask horizontally.y
axis option to flip the mask vertically.x
and y
axes (using xy
) to achieve a complete flip, which can be useful for symmetrical designs or patterns.axis
parameter.x
, y
, or xy
. Double-check the input to ensure it matches one of these options.© Copyright 2024 RunComfy. All Rights Reserved.