ComfyUI Node
Equirectangular → Cubemap (3x2)
Convert an equirectangular panorama into a 3×2 cubemap atlas (left, front, right / back, top, bottom).
Equirectangular → Cubemap (3x2)
- image
- cubemap_atlas
◄face_size512►
◄layout3x2►
◄interpolationlanczos►
CategoryLatLong
Inputs (4)
| 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. |
| layoutopt | COMBO | 3x2 | Output atlas layout (currently 3x2). |
| interpolationopt | COMBO | lanczos | Resampling filter used during face generation. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| cubemap_atlas | IMAGE | — |