> ## 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 节点旨在按指定角度旋转图像的潜在表示。它抽象了在潜在空间中实现旋转效果的复杂性，使用户能够轻松地在生成模型的潜在空间中变换图像。

## 输入

| 参数       | 描述                                         | 数据类型           |
| -------- | ------------------------------------------ | -------------- |
| `Latent` | `Latent` 参数表示待旋转图像的潜在表示。它对于确定旋转操作的起始点至关重要。 | `LATENT`       |
| `旋转`     | `旋转` 参数指定了潜在图像应旋转的角度。它直接影响最终图像的方向。         | COMBO\[STRING] |

## 输出

| 参数       | 描述                       | 数据类型     |
| -------- | ------------------------ | -------- |
| `latent` | 输出是输入潜在表示的修改版本，已按指定角度旋转。 | `LATENT` |

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