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

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

## 输出

该节点没有输出类型。

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