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

# LatentAdd - ComfyUI Built-in Node Documentation

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

LatentAdd 节点用于对两个潜在表示进行加法运算。它通过逐元素相加的方式，将这两个表示中编码的特征或属性进行组合。

## 输入

| 参数        | 描述                                             | 数据类型     |
| --------- | ---------------------------------------------- | -------- |
| `Latent1` | 第一组待相加的潜在样本。作为输入之一，其特征将与另一组潜在样本进行组合。           | `LATENT` |
| `Latent2` | 第二组待相加的潜在样本。作为另一个输入，其特征通过逐元素加法与第一组潜在样本的特征进行组合。 | `LATENT` |

## 输出

| 参数       | 描述                                | 数据类型     |
| -------- | --------------------------------- | -------- |
| `latent` | 两组潜在样本逐元素相加的结果，代表一组融合了双方特征的新潜在样本。 | `LATENT` |

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