Update custom-node-list.json

This commit is contained in:
IrsalKhan 2025-05-07 12:46:08 +05:00 committed by GitHub
parent e16e9d7a0e
commit 80e0750289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
]
}