Metadata-Version: 2.1
Name: comfyui-face-parsing
Version: 1.0.4
Summary: This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to parse face and provide detailed segmantation. To improve face segmantation accuracy, [a/yolov8 face model](https://huggingface.co/Bingsu/adetailer/) 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.
Home-page: https://github.com/Ryuukeisyou/comfyui_face_parsing
Requires-Python: >=3.10
Requires-Dist: opencv-python-headless
Requires-Dist: ultralytics
Requires-Dist: matplotlib
