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

# CLIPMergeSubtract - ComfyUI Built-in Node Documentation

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

CLIPMergeSubtract ノードは、一方のCLIPモデルの重みからもう一方のCLIPモデルの重みを減算することで、モデルのマージを実行します。最初のモデルを複製し、2番目のモデルのキーパッチを減算することで新しいCLIPモデルを作成し、調整可能な乗数で減算の強度を制御します。これにより、ベースモデルから特定の特性を除去することで、微調整されたモデルのブレンドが可能になります。

## 入力

| パラメータ   | 説明                         | データ型  | 必須 | 範囲           |
| ------- | -------------------------- | ----- | -- | ------------ |
| `clip1` | 複製および変更されるベースのCLIPモデル      | CLIP  | はい | -            |
| `clip2` | ベースモデルからキーパッチが減算されるCLIPモデル | CLIP  | はい | -            |
| `乗数`    | 減算操作の強度を制御します（デフォルト: 1.0）  | FLOAT | はい | -10.0 ～ 10.0 |

**注:** このノードは、乗数の値に関わらず、`.position_ids` および `.logit_scale` パラメータを減算操作から除外します。

## 出力

| 出力名    | 説明                                | データ型 |
| ------ | --------------------------------- | ---- |
| `clip` | 最初のモデルから2番目のモデルの重みを減算した結果のCLIPモデル | CLIP |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CLIPMergeSubtract/ja.md)

***

**Source fingerprint (SHA-256):** `3136cf509fcbfa291af8f820928a6cc14de7a586f953af0ada9bea949b437d86`
