ComfyUI Node
Equirectangular Rotate
Rotate an equirectangular (360°) image with yaw/pitch/roll and adjust the horizon.
Equirectangular Rotate
- image
- rotated_image
◄yaw_rotation0.0►
◄pitch_rotation-65.0►
◄roll_rotation0.0►
◄horizon_offset0.0►
◄interpolationlanczos►
◄backendauto►
◄use_tilingauto►
◄tile_size2048►
CategoryLatLong
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| yaw_rotationopt | FLOAT | 0.0-180–180 | Yaw: horizontal rotation around the vertical axis (degrees). |
| pitch_rotationopt | FLOAT | -65.0-90–90 | Pitch: tilt up/down around the horizontal axis (degrees). |
| roll_rotationopt | FLOAT | 0.0-180–180 | Roll: bank left/right around the view axis (degrees). |
| horizon_offsetopt | FLOAT | 0.0-90–90 | Vertical horizon shift (degrees). Positive values move the horizon up. |
| interpolationopt | COMBO | lanczos | Resampling filter used during rotation remap. |
| backendopt | COMBO | auto | Processing backend. Auto uses GPU if available (bilinear/nearest). |
| use_tilingopt | COMBO | auto | Tiled processing for 16K+ images. Auto enables for >8K images. Reduces memory usage. |
| tile_sizeopt | INT | 2048512–8192 | Tile size in pixels for tiled processing. Smaller = less memory, more tiles. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| rotated_image | IMAGE | — |