From 3b6be0fb076943d9876c2b8a8297b633aa926d2e Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 16 Jul 2024 23:41:48 +0800 Subject: [PATCH] Add Improved DanTagGen custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1d64c92f..31d5c4c6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11940,6 +11940,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." } ] }