> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# VAEDecodeTripoSplat - ComfyUI Built-in Node Documentation

> 将 TripoSplat 潜空间表示解码为 3D 高斯泼溅。

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

## 输入

| 参数              | 描述                                                                                             | 数据类型   | 必需 | 范围                       |
| --------------- | ---------------------------------------------------------------------------------------------- | ------ | -- | ------------------------ |
| `samples`       | 要解码的潜变量样本。如果样本在潜变量之外还包含嵌套的相机流，则仅解码潜变量流。                                                        | LATENT | 是  | -                        |
| `vae`           | TripoSplat VAE 解码器                                                                             | VAE    | 是  | -                        |
| `num_gaussians` | 要生成的高斯体数量（四舍五入为 32 的倍数）。262144 与八叉树的点密度匹配；更高值会对相同点进行过采样（密度更高，但没有新细节），并成比例地消耗更多显存/时间。默认值：262144 | INT    | 是  | 32 到 1048576（步长：32）      |
| `seed`          | 对八叉树点采样器（全局 RNG）进行种子设定，以实现确定性解码。默认值：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):** `5c2b21cee31c68a6440ab4c7156e0d5c041ce7264f6467a508dc41e2eb0dc598`
