ComfyUI Node
Edge-Aware Skin Smoother
A ComfyUI node in ComfyUI-JH-PixelPro/filters with 7 inputs and 1 output.
Edge-Aware Skin Smoother
- image
- mask
- image
◄strength0.40►
◄sigma_color0.10►
◄sigma_space6.0►
◄deviceauto►
◄tile_modefalse►
CategoryComfyUI-JH-PixelPro/filters
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| strength | FLOAT | 0.400–1 | Blend between smoothed and original. 0 = identity (bypass), 1 = full smoothing. Typical pro dose 0.3–0.5. |
| sigma_color | FLOAT | 0.100.01–0.5 | Intensity 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_space | FLOAT | 6.01–8 | Spatial 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. |
| device | COMBO | auto | Compute device. 'auto' picks CUDA if available, else CPU. Explicit 'cuda' raises if CUDA unavailable. 'cpu' forces CPU (slow but deterministic). |
| tile_mode | BOOLEAN | false | Enable 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. |
| maskopt | MASK | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |