ComfyUI Node Runs on cloud
TripoSplat Decode
Decode the sampled TripoSplat latent into a 3D gaussian splat. Modify the number of gaussians to vary the density.
TripoSplat Decode
- samples
- vae
- splat
◄num_gaussians262144►
◄seed0►
Categorymodel/latent/triposplat
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | LATENT | — | |
| vae | VAE | TripoSplat VAE decoder | |
| num_gaussians | INT | 26214432768–1048576 | Number of gaussians to produce (rounded to a multiple of 32). 262144 matches the octree's point density; higher oversamples the same points (denser, but no new detail) and costs proportionally more VRAM/time. |
| seed | INT | 00–18446744073709550000 | Seeds the octree point sampler (global RNG) for deterministic decodes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| splat | SPLAT | — |