ComfyUI Node

Equirectangular Rotate (Preset)

Rotate an equirectangular image to preset views (front, back, left, right, up, down) with optional custom adjustments.

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
Equirectangular Rotate (Preset)
  • image
  • rotated_image
presetfront
yaw_offset0.0
pitch_offset0.0
roll_offset0.0
horizon_offset0.0
interpolationlanczos
backendauto
CategoryLatLong

Inputs (8)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
presetoptCOMBOfrontQuick preset views: front (0°), back (180°), left (-90°), right (90°), up/down (±90° pitch).
yaw_offsetoptFLOAT0.0-180–180Fine-tune yaw: additional horizontal rotation applied to preset (degrees).
pitch_offsetoptFLOAT0.0-90–90Fine-tune pitch: additional vertical tilt applied to preset (degrees).
roll_offsetoptFLOAT0.0-180–180Fine-tune roll: additional banking rotation applied to preset (degrees).
horizon_offsetoptFLOAT0.0-90–90Vertical horizon shift: positive moves horizon up (degrees).
interpolationoptCOMBOlanczosResampling quality: lanczos (highest), bicubic, bilinear, nearest (fastest).
backendoptCOMBOautoProcessing backend: auto uses GPU if available (bilinear/nearest only on GPU).

Outputs (1)

NameTypeDescription
rotated_imageIMAGE