From d808a1f4065a0d4a8e6fcfb49c5647992da36c44 Mon Sep 17 00:00:00 2001 From: IrsalKhan <141821725+Irsalistic@users.noreply.github.com> Date: Wed, 7 May 2025 20:08:58 +0500 Subject: [PATCH] Add ComfyUI DAM Object Extractor node (#1796) * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 20d77c59..8605b3c4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25394,6 +25394,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Irsalistic", + "title": "ComfyUI DAM Object Extractor", + "reference": "https://github.com/Irsalistic/comfyui-dam-object-extractor", + "files": [ + "https://github.com/Irsalistic/comfyui-dam-object-extractor" + ], + "description": "Extract object names and descriptions from masked regions using NVIDIA's DAM model", + "tags": ["object recognition", "vision", "image analysis"], + "install_type": "git-clone" } ] }