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

# LoadLatent - ComfyUI Built-in Node Documentation

> Complete documentation for the LoadLatent 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/LoadLatent/zh.md)

LoadLatent 节点从输入目录中的 .latent 文件加载先前保存的潜在表示。该节点会从文件中读取潜在张量数据，并在返回潜在数据供其他节点使用之前应用必要的缩放调整。

## 输入参数

| 参数       | 数据类型   | 必填 | 取值范围                | 描述                            |
| -------- | ------ | -- | ------------------- | ----------------------------- |
| `Latent` | STRING | 是  | 输入目录中的所有 .latent 文件 | 从输入目录中的可用文件中选择要加载的 .latent 文件 |

## 输出结果

| 输出名称     | 数据类型   | 描述               |
| -------- | ------ | ---------------- |
| `LATENT` | LATENT | 返回从选定文件加载的潜在表示数据 |
