ComfyUI Node
Cubemap Assembler
Assembles a DDS cubemap from 6 individual face images. Face inputs follow DirectX convention: • +X (Right), -X (Left) • +Y (Top), -Y (Bottom) • +Z (Front), -Z (Back) The node creates a properly formatted DDS cubemap with optional compression and mipmaps.
Cubemap Assembler
- pos_x
- neg_x
- pos_y
- neg_y
- pos_z
- neg_z
◄filename_prefixcubemap►
◄formatBC6H_UF16►
◄output_color_spaceLinear►
◄output_path►
◄mipmap_levelsFull Chain►
◄mipmap_filterBox►
CategoryLeputen-Utils/DDS
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| pos_x | IMAGE | Positive X (+X) face - Right side of the cubemap. | |
| neg_x | IMAGE | Negative X (-X) face - Left side of the cubemap. | |
| pos_y | IMAGE | Positive Y (+Y) face - Top/Up side of the cubemap. | |
| neg_y | IMAGE | Negative Y (-Y) face - Bottom/Down side of the cubemap. | |
| pos_z | IMAGE | Positive Z (+Z) face - Front side of the cubemap. | |
| neg_z | IMAGE | Negative Z (-Z) face - Back side of the cubemap. | |
| filename_prefix | STRING | cubemap | Prefix for the output filename. The output will be named 'prefix.dds'. |
| format | COMBO | BC6H_UF16 | DDS compression format. BC6H for HDR cubemaps, BC1 for diffuse, BC7 for highest quality. |
| output_color_space | COMBO | Linear | Color space of the output. HDR/environment maps are typically Linear. |
| output_pathopt | STRING | Optional: Absolute path for output. If empty, saves to ComfyUI output directory. | |
| mipmap_levelsopt | COMBO | Full Chain | Mipmap levels: 'Full Chain' = all, 'None' = disabled, or specify count. |
| mipmap_filteropt | COMBO | Box | Mipmap filter. Box: fast default. Linear/Cubic: smoother. |
Outputs (0)
No outputs