From 050a5b3310aba34d437169e6f2522eeaa5a386a6 Mon Sep 17 00:00:00 2001 From: Gabi Dobocan Date: Tue, 12 Mar 2024 17:33:22 +0200 Subject: [PATCH] Add Cozy Human Parser nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e879792f..968e0ce5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6386,6 +6386,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CozyMantis", + "title": "Cozy Human Parser", + "reference": "https://github.com/cozymantis/human-parser-comfyui-node", + "files": [ + "https://github.com/cozymantis/human-parser-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." } ] }