ComfyUI Node
Apply Circular RoPE
A ComfyUI node in DiT360/position_encoding with 5 inputs and 1 output.
Apply Circular RoPE
- model
- model
◄enabletrue►
◄modeshift►
◄seam_width0►
◄verbosefalse►
CategoryDiT360/position_encoding
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Connect your diffusion MODEL (e.g., FLUX UNet + DiT360 LoRA). | |
| enableopt | BOOLEAN | true | Toggle the RoPE patch on/off (useful for A/B testing without rewiring). Recommended: OFF unless you are testing attention-level seam handling. |
| modeopt | COMBO | shift | RoPE circularization strategy. Recommended: shift (safer for planar-trained models like FLUX). Angle is aggressive/experimental and may degrade results. |
| seam_widthopt | INT | 00–4096 | Only for mode='shift': token columns near the right edge to wrap. Recommended: 0 (auto) or 4-16. Larger values can distort the image. |
| verboseopt | BOOLEAN | false | Print one-time diagnostic info (inferred token width, mode, seam width). Enable for debugging. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |