From 33327f43b010b8b6a05d0a56457a5ecafc518f20 Mon Sep 17 00:00:00 2001 From: iMac <> Date: Thu, 19 Dec 2024 15:38:50 +0800 Subject: [PATCH] Add ComfyUI-Addoor to custom-node-list.json * Add ComfyUI-Addoor to custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 28d55a19..0d274a7c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18592,6 +18592,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ADDOOR", + "title": "ComfyUI-Addoor", + "reference": "https://github.com/Eagle-CN/ComfyUI-Addoor", + "files": [ + "https://github.com/Eagle-CN/ComfyUI-Addoor" + ], + "install_type": "git-clone", + "description": "A collection of batch operation toolkits suitable for ComfyUI" } ] }