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

# NormalizeImages - ComfyUI Built-in Node Documentation

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

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

## 输入

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

## 输出

| 输出名称    | 描述             | 数据类型  |
| ------- | -------------- | ----- |
| `image` | 经过归一化处理后的结果图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `9d08c8dba7d13c6f255ed786d3d2d3005bce425dc04b14b7199d868c3fc81fd9`
