> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ConditioningConcat - ComfyUI Built-in Node Documentation

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

ConditioningConcat ノードは、コンディショニングベクトルを連結するために設計されており、具体的には `conditioning_from` ベクトルを `conditioning_to` ベクトルにマージします。この操作は、2つのソースからのコンディショニング情報を1つの統合された表現に結合する必要があるシナリオにおいて基本となる処理です。

## 入力

| パラメータ   | 説明                                                                              | Comfy dtype    |
| ------- | ------------------------------------------------------------------------------- | -------------- |
| `条件付け先` | `条件付け元` ベクトルが連結される、主要なコンディショニングベクトルのセットを表します。連結処理のベースとして機能します。                  | `CONDITIONING` |
| `条件付け元` | `条件付け先` ベクトルに連結されるコンディショニングベクトルで構成されます。このパラメータにより、既存のセットに追加のコンディショニング情報を統合できます。 | `CONDITIONING` |

## 出力

| パラメータ          | 説明                                                                 | Comfy dtype    |
| -------------- | ------------------------------------------------------------------ | -------------- |
| `conditioning` | `条件付け元` ベクトルを `条件付け先` ベクトルに連結した結果として得られる、統合されたコンディショニングベクトルのセットです。 | `CONDITIONING` |

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