ComfyUI Node
Tag Filter (from list)
Filters input tags against a reference tag list. Modes: exact - tag must match exactly (e.g. "looking at viewer" == "looking at viewer") partial - list tag found inside input tag (e.g. "looking at viewer" inside "woman looking at viewer") returns the list tag (canonical/shorter form)
Tag Filter (from list)
- filtered_tags
- missing_tags
◄tag_list►
◄input_tags►
◄match_mode▾►
◄case_sensitivefalse►
◄strip_underscorestrue►
CategorybbyNodes
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| tag_list | STRING | — | |
| input_tags | STRING | — | |
| match_mode | COMBO | 2 options: exact, partial | |
| case_sensitive | BOOLEAN | false | — |
| strip_underscores | BOOLEAN | true | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| filtered_tags | STRING | — |
| missing_tags | STRING | — |