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

# CLIPMergeAdd - ComfyUI Built-in Node Documentation

> Complete documentation for the CLIPMergeAdd 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/CLIPMergeAdd/zh.md)

CLIPMergeAdd 节点通过将第二个 CLIP 模型中的补丁添加到第一个模型来合并两个 CLIP 模型。它会创建第一个 CLIP 模型的副本，并选择性地整合第二个模型中的关键补丁，同时排除位置 ID 和对数尺度参数。这使您能够在保留基础模型结构的同时合并 CLIP 模型组件。

## 输入参数

| 参数      | 数据类型 | 必需 | 取值范围 | 描述                         |
| ------- | ---- | -- | ---- | -------------------------- |
| `clip1` | CLIP | 是  | -    | 基础 CLIP 模型，将被克隆并作为合并的基础    |
| `clip2` | CLIP | 是  | -    | 次要 CLIP 模型，提供要添加到基础模型的关键补丁 |

## 输出结果

| 输出名称   | 数据类型 | 描述                               |
| ------ | ---- | -------------------------------- |
| `CLIP` | CLIP | 合并后的 CLIP 模型，包含基础模型结构并添加了次要模型的补丁 |
