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

# LatentInterpolate - ComfyUI Built-in Node Documentation

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

LatentInterpolate 节点旨在根据指定比例对两组潜在样本进行插值，融合两组样本的特征，生成一组新的中间潜在样本。

## 输入

| 参数        | 描述                                                         | 数据类型     |
| --------- | ---------------------------------------------------------- | -------- |
| `Latent1` | 待插值的第一组潜在样本。作为插值过程的起始点。                                    | `LATENT` |
| `Latent2` | 待插值的第二组潜在样本。作为插值过程的终点。                                     | `LATENT` |
| `比率`      | 一个浮点数值，决定插值输出中每组样本的权重。比率为 0 时输出第一组样本的副本，比率为 1 时输出第二组样本的副本。 | `FLOAT`  |

## 输出

| 参数       | 描述                                    | 数据类型     |
| -------- | ------------------------------------- | -------- |
| `latent` | 输出为一组新的潜在样本，表示根据指定比例在两组输入样本之间插值得到的状态。 | `LATENT` |

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