Nodes/ComfyUI-JH-PixelPro/Edge-Aware Skin Smoother
ComfyUI Node

Edge-Aware Skin Smoother

A ComfyUI node in ComfyUI-JH-PixelPro/filters with 7 inputs and 1 output.

By jetthuangai·Created 4 months ago·Updated 3 months ago· 5
Edge-Aware Skin Smoother
  • image
  • mask
  • image
strength0.40
sigma_color0.10
sigma_space6.0
deviceauto
tile_modefalse
CategoryComfyUI-JH-PixelPro/filters

Inputs (7)

NameTypeDefaultDescription
imageIMAGE
strengthFLOAT0.400–1Blend between smoothed and original. 0 = identity (bypass), 1 = full smoothing. Typical pro dose 0.3–0.5.
sigma_colorFLOAT0.100.01–0.5Intensity sigma on the [0, 1] image scale — not the 8-bit 10–50 range from OpenCV docs. Small values preserve edges; large values smooth across weak edges.
sigma_spaceFLOAT6.01–8Spatial sigma in pixels. Range 1.0–8.0 (v1.1 cap). Kernel size auto-sized to 2*ceil(3*sigma_space)+1. Need wider? Downsample the image first with a Resize node upstream.
deviceCOMBOautoCompute device. 'auto' picks CUDA if available, else CPU. Explicit 'cuda' raises if CUDA unavailable. 'cpu' forces CPU (slow but deterministic).
tile_modeBOOLEANfalseEnable 512x512 tile processing to avoid OOM on large images. Required for 4K+ or sigma_space > 4 on most GPUs. Leave off for images ≤1K for max speed.
maskoptMASK

Outputs (1)

NameTypeDescription
imageIMAGE