ComfyUI Node: MaskComposite(FaceParsing)
Authored by Ryuukeisyou
Created 10 months ago
Updated about a month ago
89 stars
Category
face_parsing
Inputs
destination MASK
source MASK
operation
- multiply
- add
- subtract
- and
- or
- xor
Outputs
MASK
Extension: comfyui_face_parsing
This is a set of custom nodes for ComfyUI. The nodes utilize the a/face parsing model to provide detailed segmantation of face. To improve face segmantation accuracy, a/yolov8 face model is used to first extract face from an image. There are also auxiliary nodes for image and mask processing. A guided filter is also provided for skin smoothing.
Authored by Ryuukeisyou