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

# CLIPAdd - ComfyUI Built-in Node Documentation

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

## 概述

CLIPAdd 节点通过合并两个 CLIP 模型的关键补丁来组合它们。它会创建第一个 CLIP 模型的副本，然后添加第二个模型中的大部分关键补丁（不包括位置 ID 和对数尺度参数）。这使您能够融合不同 CLIP 模型的特征，同时保留第一个模型的结构。

## 输入

| 参数      | 数据类型 | 输入类型 | 默认值 | 范围 | 描述                 |
| ------- | ---- | ---- | --- | -- | ------------------ |
| `clip1` | CLIP | 必选   | -   | -  | 作为合并基础的主 CLIP 模型   |
| `clip2` | CLIP | 必选   | -   | -  | 提供待添加补丁的次要 CLIP 模型 |

## 输出

| 输出名称   | 数据类型 | 描述                         |
| ------ | ---- | -------------------------- |
| `CLIP` | CLIP | 返回合并后的 CLIP 模型，包含两个输入模型的特征 |
