Add faceExtractor node for ComfyUI (#2339)

Added faceExtractor node for ComfyUI which identifies based on input image reference
This commit is contained in:
llikethat 2025-12-05 09:19:28 +05:30 committed by GitHub
parent 84c95bf322
commit d2f8a89e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37995,6 +37995,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Bharanidharan",
"title": "faceExtractor for ComfyUI",
"reference": "https://github.com/llikethat/ComfyUI-faceExtractor",
"files": [
"https://github.com/llikethat/ComfyUI-faceExtractor"
],
"install_type": "git-clone",
"description": "Custom Node to detect face matching the input reference image."
}
]
}