> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageFlip - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageFlip node in ComfyUI. Learn its inputs, outputs, parameters and usage.

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`
