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

# VAEDecode - ComfyUI Built-in Node Documentation

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

VAEDecode 节点专用于使用指定的变分自编码器（VAE）将潜在表示解码为图像。其目的是从压缩数据表示中生成图像，促进从潜在空间编码中重建图像。

## 输入

| 参数       | 描述                                                     | 数据类型     |
| -------- | ------------------------------------------------------ | -------- |
| `Latent` | `Latent` 参数表示要解码为图像的潜在表示。它对解码过程至关重要，因为它提供了用于重建图像的压缩数据。 | `LATENT` |
| `vae`    | `vae` 参数指定用于将潜在表示解码为图像的变分自编码器模型。它对于确定解码机制和重建图像的质量至关重要。 | VAE      |

## 输出

| 参数      | 描述                            | 数据类型    |
| ------- | ----------------------------- | ------- |
| `image` | 输出是使用指定的 VAE 模型从提供的潜在表示重建的图像。 | `IMAGE` |

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