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

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `image` | The input image to be flipped | IMAGE | Yes | - |
| `flip_method` | The flipping direction to apply (default: "x-axis: vertically") | STRING | Yes | "x-axis: vertically"<br>"y-axis: horizontally" |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The flipped output image | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageFlip/en.md)

---
**Source fingerprint (SHA-256):** `481cd167d57746f242fcc4b5f2e3bb0bff0184b5870626d5f24a34422464ddd6`
