ComfyUI Node
Gaussian Blur
Apply Gaussian blur filter to an image using OpenCV
Gaussian Blur
- image
- image
◄ksize_x5►
◄ksize_y5►
◄sigma_x0.0►
◄sigma_y0.0►
CategoryOpenCV/Filters
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The input image to apply Gaussian blur | |
| ksize_x | INT | 51–99 | Kernel width. Must be odd and greater than 1 |
| ksize_y | INT | 51–99 | Kernel height. Must be odd and greater than 1 |
| sigma_x | FLOAT | 0.00–20 | Gaussian kernel standard deviation in X direction |
| sigma_y | FLOAT | 0.00–20 | Gaussian kernel standard deviation in Y direction |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |