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

# VAESave - ComfyUI Built-in Node Documentation

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

VAESave 节点旨在将变分自编码器（VAE）模型及其元数据（包括提示和附加的PNG信息）保存到指定的输出目录中。它封装了将模型状态和相关信息序列化到文件的功能，便于保存和共享训练好的模型。

## 输入

| 参数名称    | 数据类型   | 作用                                    |
| ------- | ------ | ------------------------------------- |
| `vae`   | VAE    | 要保存的VAE模型。此参数至关重要，因为它代表了要序列化并存储状态的模型。 |
| `文件名前缀` | STRING | 用于保存模型及其元数据的文件名前缀。这允许有序存储和轻松检索模型。     |

## 输出

该节点没有输出类型。
