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

# ImageAddNoise - ComfyUI Built-in Node Documentation

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

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

ImageAddNoise 节点用于向输入图像添加随机噪声。它使用指定的随机种子生成一致的噪声模式，并允许控制噪声效果的强度。输出图像保持与输入相同的尺寸，但增加了视觉纹理。

## 输入参数

| 参数名        | 数据类型  | 必填 | 取值范围                     | 描述                 |
| ---------- | ----- | -- | ------------------------ | ------------------ |
| `image`    | IMAGE | 是  | -                        | 需要添加噪声的输入图像        |
| `seed`     | INT   | 是  | 0 到 18446744073709551615 | 用于创建噪声的随机种子（默认值：0） |
| `strength` | FLOAT | 是  | 0.0 到 1.0                | 控制噪声效果的强度（默认值：0.5） |

## 输出结果

| 输出名称    | 数据类型  | 描述           |
| ------- | ----- | ------------ |
| `image` | IMAGE | 应用了噪声效果的输出图像 |
