Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ImageFlip node flips images along different axes. It can flip images vertically along the x-axis or horizontally along the y-axis. The node uses torch.flip operations to perform the flipping based on the selected method.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to be flipped
flip_methodSTRINGYes”x-axis: vertically"
"y-axis: horizontally”
The flipping direction to apply

Outputs

Output NameData TypeDescription
imageIMAGEThe flipped output image