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

# ScaleROPE - ComfyUI Built-in Node Documentation

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

ScaleROPE 节点允许您通过对其 X、Y 和 T（时间）分量分别应用缩放和偏移因子，来修改模型的旋转位置编码（ROPE）。这是一个高级实验性节点，用于调整模型的位置编码行为。

## 输入

| 参数        | 描述                              | 数据类型  | 是否必填 | 范围             |
| --------- | ------------------------------- | ----- | ---- | -------------- |
| `模型`      | 将修改其 ROPE 参数的模型。                | MODEL | 是    | -              |
| `scale_x` | 应用于 ROPE X 分量的缩放因子（默认值：1.0）。    | FLOAT | 否    | 0.0 - 100.0    |
| `shift_x` | 应用于 ROPE X 分量的偏移值（默认值：0.0）。     | FLOAT | 否    | -256.0 - 256.0 |
| `scale_y` | 应用于 ROPE Y 分量的缩放因子（默认值：1.0）。    | FLOAT | 否    | 0.0 - 100.0    |
| `shift_y` | 应用于 ROPE Y 分量的偏移值（默认值：0.0）。     | FLOAT | 否    | -256.0 - 256.0 |
| `scale_t` | 应用于 ROPE T（时间）分量的缩放因子（默认值：1.0）。 | FLOAT | 否    | 0.0 - 100.0    |
| `shift_t` | 应用于 ROPE T（时间）分量的偏移值（默认值：0.0）。  | FLOAT | 否    | -256.0 - 256.0 |

## 输出

| 输出名称 | 描述                      | 数据类型  |
| ---- | ----------------------- | ----- |
| `模型` | 应用了新的 ROPE 缩放和偏移参数后的模型。 | MODEL |

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

***

**Source fingerprint (SHA-256):** `c5ca193a46faa9477a2e6c99b905205685e8add8faa2f2d161c7c384b3dc2441`
