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

# LatentComposite - ComfyUI Built-in Node Documentation

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

此节点设计用于将两个潜在表示混合或合并为单个输出。这一过程对于通过控制方式结合输入潜在特征来创建组合图像或特征至关重要。

## 输入

| 参数名称      | 数据类型     | 作用                                                                      |
| --------- | -------- | ----------------------------------------------------------------------- |
| `Latent到` | `LATENT` | 'samples\_to'的潜在表示，是'samples\_from'组合的基础。                               |
| `Latent从` | `LATENT` | 要组合到'samples\_to'上的'samples\_from'潜在表示。它为最终组合输出贡献其特征或特性。                |
| `x`       | `INT`    | 'samples\_from'潜在将放置在'samples\_to'上的x坐标（水平位置）。它决定了组合的水平对齐方式。            |
| `y`       | `INT`    | 'samples\_from'潜在将放置在'samples\_to'上的y坐标（垂直位置）。它决定了组合的垂直对齐方式。            |
| `羽化`      | `INT`    | 一个布尔值，指示在组合之前是否应将'samples\_from'潜在调整大小以匹配'samples\_to'。这可能影响组合结果的规模和比例。 |

## 输出

| 参数名称     | 数据类型     | 作用                                                                 |
| -------- | -------- | ------------------------------------------------------------------ |
| `latent` | `LATENT` | 输出是一个组合的潜在表示，根据指定的坐标和调整大小选项，混合了'samples\_to'和'samples\_from'潜在的特征。 |
