ComfyUI Node: FaceParsingResultsParser(FaceParsing)
Authored by Ryuukeisyou
Created 10 months ago
Updated about a month ago
89 stars
Category
face_parsing
Inputs
result FACE_PARSING_RESULT
background BOOLEAN
skin BOOLEAN
nose BOOLEAN
eye_g BOOLEAN
r_eye BOOLEAN
l_eye BOOLEAN
r_brow BOOLEAN
l_brow BOOLEAN
r_ear BOOLEAN
l_ear BOOLEAN
mouth BOOLEAN
u_lip BOOLEAN
l_lip BOOLEAN
hair BOOLEAN
hat BOOLEAN
ear_r BOOLEAN
neck_l BOOLEAN
neck BOOLEAN
cloth BOOLEAN
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