ComfyUI Node
Equirectangular Rotate (Preset)
Rotate an equirectangular image to preset views (front, back, left, right, up, down) with optional custom adjustments.
Equirectangular Rotate (Preset)
- image
- rotated_image
◄presetfront►
◄yaw_offset0.0►
◄pitch_offset0.0►
◄roll_offset0.0►
◄horizon_offset0.0►
◄interpolationlanczos►
◄backendauto►
CategoryLatLong
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| presetopt | COMBO | front | Quick preset views: front (0°), back (180°), left (-90°), right (90°), up/down (±90° pitch). |
| yaw_offsetopt | FLOAT | 0.0-180–180 | Fine-tune yaw: additional horizontal rotation applied to preset (degrees). |
| pitch_offsetopt | FLOAT | 0.0-90–90 | Fine-tune pitch: additional vertical tilt applied to preset (degrees). |
| roll_offsetopt | FLOAT | 0.0-180–180 | Fine-tune roll: additional banking rotation applied to preset (degrees). |
| horizon_offsetopt | FLOAT | 0.0-90–90 | Vertical horizon shift: positive moves horizon up (degrees). |
| interpolationopt | COMBO | lanczos | Resampling quality: lanczos (highest), bicubic, bilinear, nearest (fastest). |
| backendopt | COMBO | auto | Processing backend: auto uses GPU if available (bilinear/nearest only on GPU). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| rotated_image | IMAGE | — |