ComfyUI Node

OpenCV Denoise

Denoises an image using OpenCV's edge-preserving filter followed by a bilateral filter. Reduces noise while preserving edges and fine detail. GPU is strongly recommended for reasonable performance.

By mudknight·Created 8 months ago·Updated 27 days ago· 0
OpenCV Denoise
  • full_pipe
  • image
  • full_pipe
  • image
deviceGPU
sigma_r0.01
sigma_color8.0
bilateral_diameter128
Categorymudknight/image

Inputs (6)

NameTypeDefaultDescription
deviceCOMBOGPUGPU highly recommended, CPU limited to single-core
sigma_rFLOAT0.010.01 is recommended, higher values will filter more noise at the expense of detail.
sigma_colorFLOAT8.08 is recommended, higher values cause more gradient banding
bilateral_diameterINT1280–256Pixel neighbourhood diameter for the bilateral filter. 128 or 256 are recommended — higher values produce better smoothing but are significantly slower.
full_pipeoptFULL_PIPE
imageoptIMAGE

Outputs (2)

NameTypeDescription
full_pipeFULL_PIPE
imageIMAGE