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

# LatentMultiply - ComfyUI Built-in Node Documentation

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

### LatentMultiply ノード

LatentMultiplyノードは、サンプルの潜在表現を指定された倍率でスケーリングするように設計されています。この操作により、潜在空間内の特徴の強度や大きさを調整することができ、生成コンテンツの微調整や、特定の潜在方向におけるバリエーションの探索が可能になります。

## 入力

| パラメータ     | 説明                                                                                            | データ型     |
| --------- | --------------------------------------------------------------------------------------------- | -------- |
| `samples` | 「samples」パラメータは、スケーリングされる潜在表現を表します。乗算処理が実行される入力データを定義するために重要です。                               | `LATENT` |
| `乗数`      | 「multiplier」パラメータは、潜在サンプルに適用されるスケーリング係数を指定します。潜在特徴の大きさを調整する上で重要な役割を果たし、生成出力を微妙に制御することを可能にします。 | `FLOAT`  |

## 出力

| パラメータ    | 説明                                                                                    | データ型     |
| -------- | ------------------------------------------------------------------------------------- | -------- |
| `latent` | 出力は、指定された倍率でスケーリングされた入力潜在サンプルの修正バージョンです。これにより、特徴の強度を調整することで潜在空間内のバリエーションを探索することができます。 | `LATENT` |

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