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

# LatentRotate - ComfyUI Built-in Node Documentation

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

LatentRotate 노드는 지정된 각도로 이미지의 잠재 표현을 회전시키도록 설계되었습니다. 회전 효과를 얻기 위해 잠재 공간을 조작하는 복잡성을 추상화하여, 사용자가 생성 모델의 잠재 공간에서 이미지를 쉽게 변환할 수 있도록 합니다.

## 입력

| 매개변수     | 설명                                                                 | 데이터 타입         |
| -------- | ------------------------------------------------------------------ | -------------- |
| `잠재 데이터` | 'samples' 매개변수는 회전할 이미지의 잠재 표현을 나타냅니다. 회전 작업의 시작점을 결정하는 데 중요합니다.   | `LATENT`       |
| `회전`     | 'rotation' 매개변수는 잠재 이미지를 회전할 각도를 지정합니다. 결과 이미지의 방향에 직접적인 영향을 미칩니다. | COMBO\[STRING] |

## 출력

| 매개변수     | 설명                                    | 데이터 타입   |
| -------- | ------------------------------------- | -------- |
| `latent` | 출력은 입력 잠재 표현을 지정된 각도로 회전시킨 수정된 버전입니다. | `LATENT` |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LatentRotate/ko.md)
