> ## 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 节点旨在通过指定的乘数缩放样本的潜在表示。此操作允许调整潜在空间内特征的强度或幅度，从而实现对生成内容的微调，或探索给定潜在方向上的变化。

## 输入

| 参数       | 描述                                                              | 数据类型     |
| -------- | --------------------------------------------------------------- | -------- |
| `Latent` | 'samples' 参数表示需要缩放的潜在表示。它对于定义将执行乘法运算的输入数据至关重要。                  | `LATENT` |
| `乘数`     | 'multiplier' 参数指定应用于潜在样本的缩放因子。它在调整潜在特征幅度方面起着关键作用，允许对生成输出进行精细控制。 | `FLOAT`  |

## 输出

| 参数       | 描述                                                    | 数据类型     |
| -------- | ----------------------------------------------------- | -------- |
| `latent` | 输出是输入潜在样本的修改版本，已按指定的乘数进行缩放。这允许通过调整潜在特征的强度来探索潜在空间内的变化。 | `LATENT` |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LatentMultiply/zh.md)
