Nodes/ComfyUI LatLong - Equirectangular Image Processing Nodes/Equirectangular To Cubemap (Flexible)
ComfyUI Node
Equirectangular To Cubemap (Flexible)
Convert equirectangular panoramas into cubemaps in multiple formats (3x2 atlas, dice, horizon, stack, list, dict).
Equirectangular To Cubemap (Flexible)
- image
- cubemap
◄face_size512►
◄cube_formatatlas_3x2►
◄face_orderF,R,B,L,U,D►
◄interpolationlanczos►
CategoryLatLong/Cubemap
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| face_sizeopt | INT | 51216–4096 | Resolution (pixels) per cube face. |
| cube_formatopt | COMBO | atlas_3x2 | Output cubemap layout: 3x2 atlas, dice cross, horizon strip, or stack (B*6 faces). Note: list/dict are aliases of stack for ComfyUI compatibility. |
| face_orderopt | STRING | F,R,B,L,U,D | Face 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'. |
| interpolationopt | COMBO | lanczos | Resampling filter used during face generation. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| cubemap | IMAGE | — |