From c590a88ffdb19c0ee4c99588913f85ef253644d8 Mon Sep 17 00:00:00 2001 From: Casual Gamer <151893693+rookiestar28@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:50:07 +0800 Subject: [PATCH] feat: Add ComfyUI-Danbooru-Tags-Upsampler (#2220) --- 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." } ] }