Nodes/ComfyUI-BrainDead/BD Export OVoxel
ComfyUI Node

BD Export OVoxel

Export VOXELGRID to o_voxel's native .vxz compressed format. Saves the voxelgrid as a compressed sparse voxel octree (.vxz) alongside a mesh sidecar (.mesh.npz) containing the original high-poly mesh data. Both files are required to reload the full VOXELGRID with BD_LoadOVoxel. Compression options: - zstd: Fast compression/decompression, good ratio (recommended) - lzma: Best compression ratio, slower - deflate: Standard zlib, moderate speed/ratio

By BizaNator·Created 7 months ago·Updated 16 days ago· 14
BD Export OVoxel
  • voxelgrid
  • vxz_path
  • status
output_dirmesh_export
filenamevoxelgrid
compressionzstd
Category🧠BrainDead/Mesh

Inputs (4)

NameTypeDefaultDescription
voxelgridVOXELGRIDVOXELGRID from TRELLIS2 texture generation
output_dirSTRINGmesh_exportOutput directory name (relative to ComfyUI output/)
filenameSTRINGvoxelgridBase filename (without extension)
compressionCOMBOzstdCompression algorithm (zstd=fast, lzma=smallest, deflate=standard)

Outputs (2)

NameTypeDescription
vxz_pathSTRING
statusSTRING