> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# VAEDecodeTripoSplat - ComfyUI Built-in Node Documentation

> Complete documentation for the VAEDecodeTripoSplat node in ComfyUI. Learn its inputs, outputs, parameters and usage.

# VAEDecodeTripoSplat

将 TripoSplat 潜在表示解码为 3D 高斯泼溅。此节点接收从 TripoSplat 模型采样的潜在变量，并将其重建为一组 3D 高斯体，可通过修改生成的高斯体数量来调整密度。

## ## 输入

| 参数              | 描述                                                                                               | 数据类型   | 是否必需 | 范围                       |
| --------------- | ------------------------------------------------------------------------------------------------ | ------ | ---- | ------------------------ |
| `samples`       | 待解码的潜在样本                                                                                         | LATENT | 是    | -                        |
| `vae`           | TripoSplat VAE 解码器模型                                                                             | VAE    | 是    | -                        |
| `num_gaussians` | 生成的高斯体数量（四舍五入到 32 的倍数）。262144 与八叉树的点密度匹配；更高的值会对相同点进行过采样（密度更高，但不会增加新细节），并成比例地消耗更多显存/时间。默认值：262144 | INT    | 是    | 32 至 1048576（步长：32）      |
| `seed`          | 为八叉树点采样器（全局随机数生成器）设定种子，以实现确定性解码。默认值：0                                                            | INT    | 是    | 0 至 18446744073709551615 |

**注意：** `num_gaussians` 值会自动四舍五入为 VAE 解码器每点高斯体设置的倍数。实际使用的数值可能与输入值略有差异。

## ## 输出

| 输出名称    | 描述                                | 数据类型  |
| ------- | --------------------------------- | ----- |
| `splat` | 解码后的 3D 高斯泼溅，包含位置、缩放、旋转、不透明度和球谐系数 | SPLAT |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/VAEDecodeTripoSplat/zh.md)

***

**Source fingerprint (SHA-256):** `60fff70ade38bc820eaea9db26b714daf84a111fb3563477f56f4e8ffa96ff5b`
