ComfyUI Node

Cubemap Faces Extract

Extract individual cube faces from an equirectangular panorama, returned as separate images.

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
Cubemap Faces Extract
  • image
  • left
  • front
  • right
  • back
  • top
  • bottom
face_size512
interpolationlanczos
CategoryLatLong

Inputs (3)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
face_sizeoptINT51216–4096Resolution per cube face in pixels (each output will be face_size × face_size).
interpolationoptCOMBOlanczosResampling quality: lanczos (highest), bicubic, bilinear, nearest (fastest).

Outputs (6)

NameTypeDescription
leftIMAGE
frontIMAGE
rightIMAGE
backIMAGE
topIMAGE
bottomIMAGE