update DB

This commit is contained in:
Dr.Lt.Data
2023-12-30 19:15:20 +09:00
parent 953178adf2
commit 253839faa2
4 changed files with 82 additions and 24 deletions

View File

@@ -3844,6 +3844,16 @@
"install_type": "git-clone",
"description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
},
{
"author": "Ryuukeisyou",
"title": "comfyui_face_parsing",
"reference": "https://github.com/Ryuukeisyou/comfyui_face_parsing",
"files": [
"https://github.com/Ryuukeisyou/comfyui_face_parsing"
],
"install_type": "git-clone",
"description": "This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to provide detailed segmantation of face. 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."
},