Nodes/ComfyUI LatLong - Equirectangular Image Processing Nodes/Equirectangular Processor (All-in-One)
ComfyUI Node
Equirectangular Processor (All-in-One)
Rotate an equirectangular image, then optionally crop to 180° or to a centered square — all in one node. (Square crop takes precedence.)
Equirectangular Processor (All-in-One)
- image
- processed_image
◄yaw_rotation0.0►
◄pitch_rotation-65.0►
◄roll_rotation0.0►
◄horizon_offset0.0►
◄crop_to_180false►
◄crop_to_squarefalse►
◄output_width1024►
◄output_height512►
◄interpolationlanczos►
CategoryLatLong
Inputs (10)
| 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. |
| crop_to_180opt | BOOLEAN | false | Enable crop to a horizontal FOV (usually 180°). |
| crop_to_squareopt | BOOLEAN | false | Center-crop width to the image height; overrides 180° crop if enabled. |
| output_widthopt | INT | 102464–4096 | Output width for the 180° crop. |
| output_heightopt | INT | 51264–4096 | Output height for the 180° crop. |
| interpolationopt | COMBO | lanczos | Resampling filter used by rotation/crop steps. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| processed_image | IMAGE | — |