Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SaveGLB node saves 3D mesh data as GLB files, which is a common format for 3D models. It takes mesh data as input and exports it to the output directory with the specified filename prefix. The node can save multiple meshes if the input contains multiple mesh objects, and it automatically adds metadata to the files when metadata is enabled.

Inputs

ParameterData TypeRequiredRangeDescription
meshMESHYes-The 3D mesh data to be saved as a GLB file
filename_prefixSTRINGNo-The prefix for the output filename (default: “mesh/ComfyUI”)

Outputs

Output NameData TypeDescription
uiUIDisplays the saved GLB files in the user interface with filename and subfolder information