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

# VAEDecodeHunyuan3D - ComfyUI Built-in Node Documentation

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

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

VAEDecodeHunyuan3D 节点使用 VAE 解码器将潜在表示转换为 3D 体素数据。它通过可配置的分块和分辨率设置，利用 VAE 模型处理潜在样本，生成适用于 3D 应用的体数据。

## 输入参数

| 参数名      | 数据类型   | 必填 | 取值范围        | 描述                          |
| -------- | ------ | -- | ----------- | --------------------------- |
| `样本`     | LATENT | 是  | -           | 待解码为 3D 体素数据的潜在表示           |
| `vae`    | VAE    | 是  | -           | 用于解码潜在样本的 VAE 模型            |
| `块数`     | INT    | 是  | 1000-500000 | 为内存管理将处理过程分割的块数（默认：8000）    |
| `八叉树分辨率` | INT    | 是  | 16-512      | 用于 3D 体素生成的八叉树结构分辨率（默认：256） |

## 输出参数

| 输出名称     | 数据类型  | 描述                   |
| -------- | ----- | -------------------- |
| `voxels` | VOXEL | 从解码后的潜在表示生成的 3D 体素数据 |
