> ## 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`   |
| `シグマ`       | ブラーの広がりを制御します。シグマ値が高いほど、各ピクセルの周囲の広い範囲にブラーが影響します。 | `FLOAT` |

## 出力

| フィールド | 説明                                           | データ型    |
| ----- | -------------------------------------------- | ------- |
| `画像`  | 入力画像にブラーを適用した結果です。ブラーの度合いは入力パラメータによって決定されます。 | `IMAGE` |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageBlur/ja.md)
