From 38b1c846ed87ab90367590b0c337ab466742a2a9 Mon Sep 17 00:00:00 2001 From: Liu Sida Date: Wed, 8 May 2024 19:22:04 +0800 Subject: [PATCH] add node ComfyUI-AutoCropFaces (#656) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2e8f12aa..4d3d9f91 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7231,6 +7231,16 @@ "install_type": "git-clone", "description": "A simple password to protect ComfyUI." }, + { + "author": "Sida Liu", + "title": "ComfyUI-AutoCropFaces", + "reference": "https://github.com/liusida/ComfyUI-AutoCropFaces", + "files": [ + "https://github.com/liusida/ComfyUI-AutoCropFaces" + ], + "install_type": "git-clone", + "description": "Use RetinaFace to detect and automatically crop faces." + }, { "author": "jtydhr88", "title": "ComfyUI-Workflow-Encrypt",