From ef2744996228fa9cc55e866d1d00f123b82c798c Mon Sep 17 00:00:00 2001 From: Neflow <20128868+nestflow@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:16:11 -0400 Subject: [PATCH] Add booru tagger node. (#2633) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 992ef7f7..b7e5349c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45095,6 +45095,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nestflow", + "title": "Booru Taggers for ComfyUI", + "id": "boorutagger", + "reference": "https://github.com/nestflow/ComfyUI-Booru-Tagger", + "files": [ + "https://github.com/nestflow/ComfyUI-Booru-Tagger" + ], + "install_type": "git-clone", + "description": "An improved and extended node of various Booru taggers (WD taggers, Pixai, Camie, etc.)" } ] }