> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.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.

CLIPMergeAdd 节点通过将第二个 CLIP 模型的补丁添加到第一个模型来合并两个 CLIP 模型。它会创建第一个 CLIP 模型的副本，并有选择地合并第二个模型的关键补丁，排除位置 ID 和 logit 缩放参数。这允许您在保留基础模型结构的同时合并 CLIP 模型组件。

## 输入

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

## 输出

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

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

***

**Source fingerprint (SHA-256):** `f212c2750f317ad51516a10a1a03a838b75bc878333381348d5eb388a2faf516`
