> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScaleROPE - ComfyUI Built-in Node Documentation

> The ScaleROPE node allows you to modify the Rotary Position Embedding (ROPE) of a model by applying separate scaling and shifting factors to its X, Y, and T (time) components.

The ScaleROPE node allows you to modify the Rotary Position Embedding (ROPE) of a model by applying separate scaling and shifting factors to its X, Y, and T (time) components. It is an advanced, experimental node used to adjust the model's positional encoding behavior.

## Inputs

| Parameter | Description                                                                       | Data Type | Required | Range                     |
| --------- | --------------------------------------------------------------------------------- | --------- | -------- | ------------------------- |
| `model`   | The model whose ROPE parameters will be modified.                                 | MODEL     | Yes      | -                         |
| `scale_x` | The scaling factor to apply to the X component of the ROPE (default: 1.0).        | FLOAT     | Yes      | 0.0 - 100.0 (step 0.1)    |
| `shift_x` | The shift value to apply to the X component of the ROPE (default: 0.0).           | FLOAT     | Yes      | -256.0 - 256.0 (step 0.1) |
| `scale_y` | The scaling factor to apply to the Y component of the ROPE (default: 1.0).        | FLOAT     | Yes      | 0.0 - 100.0 (step 0.1)    |
| `shift_y` | The shift value to apply to the Y component of the ROPE (default: 0.0).           | FLOAT     | Yes      | -256.0 - 256.0 (step 0.1) |
| `scale_t` | The scaling factor to apply to the T (time) component of the ROPE (default: 1.0). | FLOAT     | Yes      | 0.0 - 100.0 (step 0.1)    |
| `shift_t` | The shift value to apply to the T (time) component of the ROPE (default: 0.0).    | FLOAT     | Yes      | -256.0 - 256.0 (step 0.1) |

## Outputs

| Output Name | Description                                                          | Data Type |
| ----------- | -------------------------------------------------------------------- | --------- |
| `model`     | The model with the new ROPE scaling and shifting parameters applied. | MODEL     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ScaleROPE/en.md)

***

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