ComfyUI-Nader-Tagging

ComfyUI-Nader-Tagging
★ 5

标签处理拆分字符串轮询合并去重
提供一组辅助标签处理节点:拆分标签/字符串、按来源轮询合并标签并移除重复项,简化批量标签组合与去重流程。
💡 将多个标签来源按比例交替合并并去重,生成最终标签串
🍴 2 Forks💻 Python🔄 2026-02-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
📄 README

ComfyUI Nader Tagging

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.