




A small set of useful nodes which aid with the tagging process by splitting tags and strings, alternating tags from multiple sources and removing duplicates.
To install, clone this repo into custom_modules
cd ComfyUI/custom_nodes
git clone https://github.com/NMWave/ComfyUI-Nader-Tagging
Tag Alternating Combiner
Takes input from multiple fields and round robins them according to their ratio.
For instance, if Field 1 has 20 tags, and Field 2 has 5 tags, 4 tags are taken from field 1, then 1 tag taken from field 2, and this is repeated.
Tag Duplicates Remover
Define a delimiter and remove duplicate tags, only the first instance of a tag is kept.
Split Tags / Split Sentences
Split a field of tags into 2 sets, define the max number before splitting.
A version exists for sentence splitting.
TokenCounter
Counts the number of tokens (words) in a given field.