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

***

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