ComfyUI Node
Cubemap Faces Extract
Extract individual cube faces from an equirectangular panorama, returned as separate images.
Cubemap Faces Extract
- image
- left
- front
- right
- back
- top
- bottom
◄face_size512►
◄interpolationlanczos►
CategoryLatLong
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| face_sizeopt | INT | 51216–4096 | Resolution per cube face in pixels (each output will be face_size × face_size). |
| interpolationopt | COMBO | lanczos | Resampling quality: lanczos (highest), bicubic, bilinear, nearest (fastest). |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| left | IMAGE | — |
| front | IMAGE | — |
| right | IMAGE | — |
| back | IMAGE | — |
| top | IMAGE | — |
| bottom | IMAGE | — |