Nodes/ComfyUI-Leputen-Utils/Equirectangular to Cubemap
ComfyUI Node

Equirectangular to Cubemap

Converts an equirectangular (360 panorama/HDRI) image to 6 cubemap faces. Outputs 6 separate images following DirectX convention: • +X (Right), -X (Left) • +Y (Top), -Y (Bottom) • +Z (Front), -Z (Back) Feed outputs directly into Cubemap Assembler for DDS creation.

By lilquail·Created 8 months ago·Updated 8 months ago· 1
Equirectangular to Cubemap
  • image
  • pos_x
  • neg_x
  • pos_y
  • neg_y
  • pos_z
  • neg_z
face_size1024
CategoryLeputen-Utils/DDS

Inputs (2)

NameTypeDefaultDescription
imageIMAGEEquirectangular panorama image (2:1 aspect ratio for full 360x180).
face_sizeCOMBO1024Output size for each cubemap face. Auto = width / 4.

Outputs (6)

NameTypeDescription
pos_xIMAGE+X face (Right)
neg_xIMAGE-X face (Left)
pos_yIMAGE+Y face (Top)
neg_yIMAGE-Y face (Bottom)
pos_zIMAGE+Z face (Front)
neg_zIMAGE-Z face (Back)