From cee01fec259ad2d3896f0f4a4787248ffd645285 Mon Sep 17 00:00:00 2001 From: Nisaruj Rattanaaram Date: Fri, 18 Apr 2025 20:34:17 -0400 Subject: [PATCH] Add comfyui-daam to custom node list (#1753) * Update custom-node-list.json * Update description --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a4446128..8e00a8b6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24430,6 +24430,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nisaruj", + "title": "ComfyUI-DAAM", + "id": "comfyui-daam", + "reference": "https://github.com/nisaruj/comfyui-daam", + "files": [ + "https://github.com/nisaruj/comfyui-daam" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Diffusion Attentive Attribution Maps (DAAM)" } ] }