From 80e0750289364bfc55a8c6b3161b5f4d8dcffdf9 Mon Sep 17 00:00:00 2001 From: IrsalKhan <141821725+Irsalistic@users.noreply.github.com> Date: Wed, 7 May 2025 12:46:08 +0500 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b4ff2e95..c9258e1a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25352,6 +25352,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "title": "ComfyUI DAM Object Extractor", + "description": "Extract object names and descriptions from masked regions using NVIDIA's DAM model", + "author": "Irsalistic", + "repository": "https://github.com/Irsalistic/comfyui-dam-object-extractor", + "tags": ["object recognition", "vision", "image analysis"], + "pip": [], + "node_list": [ + "DAMObjectNameNode", + "DAMVisualizeNode" + ] } ] }