This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
image | IMAGE | Yes | - | The input image to be flipped |
flip_method | STRING | Yes | ”x-axis: vertically" "y-axis: horizontally” | The flipping direction to apply |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
image | IMAGE | The flipped output image |