ComfyUI Node
Equirectangular to Cubemap
Converts an equirectangular (360 panorama/HDRI) image to 6 cubemap faces. Outputs 6 separate images following DirectX convention: • +X (Right), -X (Left) • +Y (Top), -Y (Bottom) • +Z (Front), -Z (Back) Feed outputs directly into Cubemap Assembler for DDS creation.
Equirectangular to Cubemap
- image
- pos_x
- neg_x
- pos_y
- neg_y
- pos_z
- neg_z
◄face_size1024►
CategoryLeputen-Utils/DDS
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular panorama image (2:1 aspect ratio for full 360x180). | |
| face_size | COMBO | 1024 | Output size for each cubemap face. Auto = width / 4. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| pos_x | IMAGE | +X face (Right) |
| neg_x | IMAGE | -X face (Left) |
| pos_y | IMAGE | +Y face (Top) |
| neg_y | IMAGE | -Y face (Bottom) |
| pos_z | IMAGE | +Z face (Front) |
| neg_z | IMAGE | -Z face (Back) |