ComfyUI Node

Equirectangular To Cubemap (Flexible)

Convert equirectangular panoramas into cubemaps in multiple formats (3x2 atlas, dice, horizon, stack, list, dict).

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
Equirectangular To Cubemap (Flexible)
  • image
  • cubemap
face_size512
cube_formatatlas_3x2
face_orderF,R,B,L,U,D
interpolationlanczos
CategoryLatLong/Cubemap

Inputs (5)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
face_sizeoptINT51216–4096Resolution (pixels) per cube face.
cube_formatoptCOMBOatlas_3x2Output cubemap layout: 3x2 atlas, dice cross, horizon strip, or stack (B*6 faces). Note: list/dict are aliases of stack for ComfyUI compatibility.
face_orderoptSTRINGF,R,B,L,U,DFace order for stack/horizon (and list/dict alias) formats. Tokens: F,R,B,L,U,D (also accepts front/right/back/left/up/down). Example: 'F,R,B,L,U,D'.
interpolationoptCOMBOlanczosResampling filter used during face generation.

Outputs (1)

NameTypeDescription
cubemapIMAGE