From 4d5f626325273a616d7a8de0d09ba200dcebacfe Mon Sep 17 00:00:00 2001 From: rookiestar28 Date: Tue, 14 Oct 2025 22:23:43 +0800 Subject: [PATCH] feat: Add ComfyUI-Danbooru-Tags-Upsampler --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2e880e14..f2a7bfd8 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34703,6 +34703,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rookiestar28", + "title": "Danbooru Tags Upsampler for ComfyUI", + "id": "danbooru-tags-upsampler", + "reference": "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler", + "files": [ + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler" + ], + "install_type": "git-clone", + "description": "Makes the prompts for generating anime images more detailed by upsampling Danbooru tags." } ] }