Extensions/Skin Highlight Remover
ComfyUI Extension

Skin Highlight Remover

ComfyUI node that removes skin highlights (specular shine) from anime/realistic character images using blur-brush style processing with AI face exclusion and lineart…

By mingyu4537-creator·Created 4 months ago·Updated 4 months ago· 1
mingyu4537-creator/ComfyUI-SkinHighlightRemover
Nodes1
On cloudLocal install
Categoryimage/skin
Stars1
Updated4 months ago
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 |