From 6ecb39b40902bc366ab8cc10db4a5263712610b4 Mon Sep 17 00:00:00 2001 From: Senjin the Dragon Date: Sun, 15 Mar 2026 19:03:45 +0100 Subject: [PATCH] Add ComfyUI Gender Tag Filter node suite by senjinthedragon (#2692) * Add ComfyUI Gender Tag Filter by senjinthedragon * Add install_type: git to satisfy manager loader * Add files array to satisfy json-checker validation * Update install_type to git-clone for scanner compatibility --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6c25dc8e..9daa06d3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45084,6 +45084,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "senjinthedragon", + "title": "ComfyUI Gender Tag Filter", + "reference": "https://github.com/senjinthedragon/comfyui-gender-tag-filter", + "files": [ + "https://github.com/senjinthedragon/comfyui-gender-tag-filter" + ], + "install_type": "git-clone", + "category": "utils/tags", + "description": "Filters and rewrites gendered vocabulary in Danbooru tags and natural language prompts to fix female-biased output from models like TIPO." } ] }