> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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.

ImageFlip 节点可沿不同轴翻转图像。它能够沿 x 轴垂直翻转图像，或沿 y 轴水平翻转图像。该节点基于所选方法，使用 `torch.flip` 操作执行翻转。

## 输入

| 参数     | 描述                                | 数据类型   | 是否必填 | 范围                                               |
| ------ | --------------------------------- | ------ | ---- | ------------------------------------------------ |
| `图像`   | 待翻转的输入图像                          | IMAGE  | 是    | -                                                |
| `翻转方法` | 应用的翻转方向（默认值："x-axis: vertically"） | STRING | 是    | "x-axis: vertically"<br />"y-axis: horizontally" |

## 输出

| 输出名称 | 描述       | 数据类型  |
| ---- | -------- | ----- |
| `图像` | 翻转后的输出图像 | IMAGE |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageFlip/zh.md)

***

**Source fingerprint (SHA-256):** `5cb9949c53653192b1a696179351976c3a87e2e7afc4634624b4d827ad75b527`
