> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-custom-nodes-sdk-v2-frontend.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NormalizeImages - ComfyUI Built-in Node Documentation

> 此节点通过数学归一化过程调整输入图像的像素值。

此节点通过数学归一化过程调整输入图像的像素值。它从每个像素中减去指定的均值，然后将结果除以指定的标准差。这是为其他机器学习模型准备图像数据的常见预处理步骤。

## 输入

| 参数      | 描述                | 数据类型  | 必需 | 范围          |
| ------- | ----------------- | ----- | -- | ----------- |
| `image` | 要归一化的输入图像。        | IMAGE | 是  | -           |
| `平均`    | 归一化的均值（默认值：0.5）。  | FLOAT | 否  | 0.0 - 1.0   |
| `标准差`   | 归一化的标准差（默认值：0.5）。 | FLOAT | 否  | 0.001 - 1.0 |

## 输出

| 输出名称 | 描述             | 数据类型  |
| ---- | -------------- | ----- |
| `图像` | 应用归一化过程后生成的图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `927451ed275254d87e42b52919143ee2f3d9833a2aa5b43c7315d798871f9a2d`
