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

# LatentSubtract - ComfyUI Built-in Node Documentation

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

此节点设计用于从一个潜在表示中减去另一个潜在表示。此操作可用于通过从一个潜在空间中有效地移除特征或属性来操纵或修改生成模型的输出。

## 输入

| 参数名称      | 数据类型     | 作用                                               |
| --------- | -------- | ------------------------------------------------ |
| `Latent1` | `LATENT` | 要被减去的第一个潜在样本集。它作为减法操作的基础。                        |
| `Latent2` | `LATENT` | 将从第一个潜在样本集中减去的第二个潜在样本集。此操作可以通过移除属性或特征来改变生成模型的输出。 |

## 输出

| 参数名称     | 数据类型     | 作用                                             |
| -------- | -------- | ---------------------------------------------- |
| `latent` | `LATENT` | 从第一个潜在样本集中减去第二个潜在样本集的结果。这个修改后的潜在表示可用于进一步的生成任务。 |

***
