> ## 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.

# TripoSplatSamplingPreview - ComfyUI Built-in Node Documentation

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

# TripoSplat 采样预览

此节点用于修补 TripoSplat 模型，使其在与标准 KSampler 节点配合使用时，能在每个采样步骤显示解码后的高斯泼溅实时预览。其工作原理是封装采样器的回调函数，在每一步之后将模型输出解码为预览图像。

## ## 输入

| 参数              | 描述                                                               | 数据类型  | 是否必需 | 范围                     |
| --------------- | ---------------------------------------------------------------- | ----- | ---- | ---------------------- |
| `model`         | 需要修补以启用实时预览的 TripoSplat 模型                                       | MODEL | 是    |                        |
| `vae`           | TripoSplat VAE 解码器                                               | VAE   | 是    |                        |
| `octree_level`  | 预览解码的八叉树深度（数值越低，计算成本越低/精度越粗糙）。默认值：5                              | INT   | 否    | 2 至 8                  |
| `num_gaussians` | 预览生成的高斯数量（四舍五入为 32 的倍数）。默认值：16384                                | INT   | 否    | 1024 至 262144（步长：32）   |
| `yaw`           | 预览相机的偏航角（度）。默认值：90.0                                             | FLOAT | 否    | -360.0 至 360.0（步长：1.0） |
| `pitch`         | 预览相机的俯仰角（度）。默认值：15.0                                             | FLOAT | 否    | -89.0 至 89.0（步长：1.0）   |
| `point_size`    | 最大泼溅半径（像素）。每个高斯的大小由其缩放值决定，并受此上限约束；数值越低，效果越精细/尖锐；数值越高，效果越粗犷。默认值：3 | INT   | 否    | 1 至 16                 |

## ## 输出

| 输出名称    | 描述                          | 数据类型  |
| ------- | --------------------------- | ----- |
| `MODEL` | 已添加实时预览功能的修补后 TripoSplat 模型 | MODEL |

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

***

**Source fingerprint (SHA-256):** `56d5eeb5255b42d90f8cffd50319791fe6ec755c6dad47478fe8cc2e9bb65dfb`
