Skip to main content

SaveGLB

3dOutput Node
SaveGLB

Example

JSON Example
{
  "class_type": "SaveGLB",
  "inputs": {
    "mesh": [
      "node_id",
      0
    ],
    "filename_prefix": "mesh/ComfyUI"
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
meshMESHrequired--
filename_prefixSTRINGrequired-"mesh/ComfyUI"

Outputs

This node has no outputs.

Was this page helpful?