ComfyUI Extension: Skin Highlight Remover
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
ComfyUI node that removes skin highlights (specular shine) from anime/realistic character images using blur-brush style processing with AI face exclusion and lineart protection.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-SkinHighlightRemover
Blur-brush style skin highlight remover for ComfyUI.
Detects highlight spots/lines on body skin and blurs them into surrounding skin color — like using a blur brush in Clip Studio Paint.
Features
- Multi-method highlight detection (local contrast, white lines, saturation drop)
- Anime face cascade + Haar cascade face detection
- Lineart protection (preserves line art while removing highlights)
- Adjustable blur strength, mask expansion, face exclusion
- Optional exclude mask input
Installation
cd ComfyUI/custom_nodes
git clone https://github.com/mingyu4537-creator/ComfyUI-SkinHighlightRemover.git
Node
- Skin Highlight Remover — Category:
image/skin
Parameters
| Parameter | Default | Description | |---|---|---| | local_contrast | 25 | Highlight detection sensitivity | | detect_radius | 15 | Neighborhood size | | blur_strength | 15 | Blur brush size | | mask_expand | 3 | Expand highlight area | | strength | 1.0 | Overall effect strength | | skin_mode | anime | Skin detection mode | | face_expand | 0.5 | Face exclusion expansion | | lineart_enhance | 0.3 | Lineart darkening |
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.