pythongosssss / ComfyUI-WD14-Tagger

A ComfyUI extension allowing for the interrogation of booru tags from images.
MIT License
438 stars 51 forks source link

Filtering Out repeated tags #7

Open TomLucidor opened 9 months ago

TomLucidor commented 9 months ago

Currently if the batch size is set to 8 or more and the threshold is set to 0.2 (finding negative prompts), the display will get extra long and cluttered up. Most of the keywords will be repeated based on the core input prompts (e.g. character, clothing, backdrop) and those need to be filtered.

  1. exclude_tags does not have enough space to fit all of the repeated tags, would be useful if it is replaced by a string node
  2. If there is a way to auto-detect the repeated tags within the aggregate (e.g. 50%+ have a specific tag) they can be easily pointed out