ComfyUI Node

Equirectangular Rotate

Rotate an equirectangular (360°) image with yaw/pitch/roll and adjust the horizon.

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
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)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
yaw_rotationoptFLOAT0.0-180–180Yaw: horizontal rotation around the vertical axis (degrees).
pitch_rotationoptFLOAT-65.0-90–90Pitch: tilt up/down around the horizontal axis (degrees).
roll_rotationoptFLOAT0.0-180–180Roll: bank left/right around the view axis (degrees).
horizon_offsetoptFLOAT0.0-90–90Vertical horizon shift (degrees). Positive values move the horizon up.
interpolationoptCOMBOlanczosResampling filter used during rotation remap.
backendoptCOMBOautoProcessing backend. Auto uses GPU if available (bilinear/nearest).
use_tilingoptCOMBOautoTiled processing for 16K+ images. Auto enables for >8K images. Reduces memory usage.
tile_sizeoptINT2048512–8192Tile size in pixels for tiled processing. Smaller = less memory, more tiles.

Outputs (1)

NameTypeDescription
rotated_imageIMAGE