From 5399206a5dc55319c88020a555760d8a129d2bc1 Mon Sep 17 00:00:00 2001 From: Aaron-CHM <64004039+Aaron-CHM@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:31:41 +0800 Subject: [PATCH] Add Improved DanTagGen custom node (#873) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 82684d82..c7e7c3b5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11952,6 +11952,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "aaronchm", + "title": "z-a1111-sd-webui-DanTagGen", + "id":"z-a1111-sd-webui-DanTagGen", + "reference": "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen", + "files":[ + "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen" + ], + "install_type":"git-clone", + "description":"Improved DanTagGen implementation that posesses all functionality of the A1111 webui extension." } ] }