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

# 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` | 两个潜在样本逐元素相加的结果，代表结合了两个输入特征的新的潜在样本集。 |

***
