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

# CLIPSubtract - ComfyUI Built-in Node Documentation

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

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

CLIPSubtract 节点在两个 CLIP 模型之间执行减法操作。它以第一个 CLIP 模型为基础，从第二个 CLIP 模型中减去关键补丁，并通过可选乘数控制减法强度。这允许通过从一个模型中移除另一个模型的特定特征来实现精细调整的模型混合。

## 输入参数

| 参数           | 数据类型  | 输入类型 | 默认值 | 取值范围                 | 描述                      |
| ------------ | ----- | ---- | --- | -------------------- | ----------------------- |
| `clip1`      | CLIP  | 必需   | -   | -                    | 将被修改的基础 CLIP 模型         |
| `clip2`      | CLIP  | 必需   | -   | -                    | 其关键补丁将从基础模型中减去的 CLIP 模型 |
| `multiplier` | FLOAT | 必需   | 1.0 | -10.0 到 10.0，步长 0.01 | 控制减法操作的强度               |

## 输出结果

| 输出名称   | 数据类型 | 描述               |
| ------ | ---- | ---------------- |
| `CLIP` | CLIP | 减法操作后得到的 CLIP 模型 |
