From 579f19ad789ffff69020cfb99534eb74a6841e8e Mon Sep 17 00:00:00 2001 From: neflow <20128868+nestflow@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:42:23 -0500 Subject: [PATCH] Add booru tagger node. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6ee5f8b3..a969a93a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43627,6 +43627,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.)" } ] }