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

# LatentComposite - ComfyUI Built-in Node Documentation

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

LatentCompositeノードは、2つの潜在表現を1つの出力にブレンドまたはマージするために設計されています。この処理は、入力された潜在表現の特性を制御された方法で組み合わせることで、合成画像や特徴を作成するために不可欠です。

## 入力

| パラメータ          | 説明                                                                                               | データ型     |
| -------------- | ------------------------------------------------------------------------------------------------ | -------- |
| `samples_to`   | 'samples\_from'が合成されるベースとなる潜在表現です。合成処理の基盤として機能します。                                               | `LATENT` |
| `samples_from` | 'samples\_to'に合成される潜在表現です。最終的な合成出力にその特徴や特性を提供します。                                                | `LATENT` |
| `x`            | 'samples\_from'潜在表現が'samples\_to'上に配置されるx座標（水平位置）です。合成の水平方向の位置合わせを決定します。                         | `INT`    |
| `y`            | 'samples\_from'潜在表現が'samples\_to'上に配置されるy座標（垂直位置）です。合成の垂直方向の位置合わせを決定します。                         | `INT`    |
| `フェザー`         | 合成前に'samples\_from'潜在表現を'samples\_to'に合わせてリサイズするかどうかを示すブール値です。これにより、合成結果のスケールや比率が影響を受ける可能性があります。 | `INT`    |

## 出力

| パラメータ    | 説明                                                                                          | データ型     |
| -------- | ------------------------------------------------------------------------------------------- | -------- |
| `latent` | 出力は合成された潜在表現であり、指定された座標とリサイズオプションに基づいて、'samples\_to'と'samples\_from'の両方の潜在表現の特徴をブレンドしたものです。 | `LATENT` |

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