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

# ImageBlur - ComfyUI Built-in Node Documentation

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

`ImageBlur` 节点对图像应用高斯模糊，可柔化边缘、减少细节和噪点。通过参数可控制模糊的强度和扩散范围。

## 输入

| 字段     | 描述                                      | 数据类型    |
| ------ | --------------------------------------- | ------- |
| `图像`   | 待模糊处理的输入图像，是模糊效果的主要作用对象。                | `IMAGE` |
| `模糊半径` | 决定模糊效果的半径。半径越大，模糊程度越明显。                 | `INT`   |
| `西格玛`  | 控制模糊的扩散范围。sigma 值越高，模糊对每个像素周围区域的影响范围越广。 | `FLOAT` |

## 输出

| 字段   | 描述                        | 数据类型    |
| ---- | ------------------------- | ------- |
| `图像` | 输出为输入图像的模糊版本，模糊程度由输入参数决定。 | `IMAGE` |

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