ComfyUI Node
Stack Cubemap Faces (Stack)
Stack cubemap faces into a single tensor (B*6 faces). Use with cube_format='stack'.
Stack Cubemap Faces (Stack)
- Front
- Right
- Back
- Left
- Up
- Down
- face_stack
◄face_orderF,R,B,L,U,D►
CategoryLatLong/Cubemap
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| Front | IMAGE | Front face image batch. | |
| Right | IMAGE | Right face image batch. | |
| Back | IMAGE | Back face image batch. | |
| Left | IMAGE | Left face image batch. | |
| Up | IMAGE | Up face image batch. | |
| Down | IMAGE | Down face image batch. | |
| face_orderopt | STRING | F,R,B,L,U,D | Output stack face order. Must match the order you use when converting back from stack. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| face_stack | IMAGE | — |