From 12cb8dfcaf3b8c4f7e42b3ffae824c1c9e3c6faf Mon Sep 17 00:00:00 2001 From: Ardenius <160415696+ArdeniusAI@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:28:58 +0300 Subject: [PATCH] Update custom-node-list.json (#1179) * Update custom-node-list.json adding ComfyUI-Ardenius custom nodes * Update custom-node-list.json put ComfyUI-Ardenius in place of CPlus control box at line 8334 since the new repo includes more nodes like ARD Math and more to be added. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 04f481f4..dd1b6f2c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8331,6 +8331,17 @@ "install_type": "git-clone", "description": "Mask cutout based on Segment Anything." }, + { + "author": "Ardenius", + "title": "ComfyUI-Ardenius", + "id": "ARD", + "reference": "https://github.com/ArdeniusAI/ComfyUI-Ardenius", + "files": [ + "https://github.com/ArdeniusAI/ComfyUI-Ardenius" + ], + "install_type": "git-clone", + "description": "ARD ComfyUI Ardenius include ARD Control Box, ARD Math nodes and other helper nodes to be added in the future. for more info https://ko-fi.com/ardenius." + }, { "author": "Shadetail", "title": "Eagleshadow Custom Nodes", @@ -16181,4 +16192,4 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." } ] -} \ No newline at end of file +}