> ## 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.

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/ja.md)

***

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