Visit ComfyUI Online for ready-to-use ComfyUI environment
Clean up and refine tag lists by excluding unwanted tags for better organization and data relevance.
The TagRemover
node is designed to help you clean up and refine your list of tags by removing any unwanted tags. This can be particularly useful when you have a large set of tags and need to exclude certain ones to better organize your data or to meet specific criteria. The node processes the input tags and excludes any tags that match the ones specified in the exclude list, ensuring that your final list is free from any undesired tags. This functionality is essential for maintaining a clean and relevant set of tags, which can be crucial for various AI art projects and data management tasks.
This parameter accepts a string of tags that you want to process. Each tag should be separated by a comma or a newline. The node will take this list and prepare it for filtering by removing any unwanted spaces and converting the tags to a standardized format. There is no minimum or maximum value for this parameter, but it is recommended to provide a well-structured list for optimal results. The default value is an empty string.
This parameter accepts a string of tags that you want to exclude from the main list. Similar to the tags
parameter, each tag should be separated by a comma or a newline. The node will use this list to filter out any matching tags from the main list, ensuring that the final output does not contain any of the specified exclude tags. The default value is an empty string.
The output parameter result
is a string that contains the filtered list of tags. This list will exclude any tags that were specified in the exclude_tags
parameter, providing you with a clean and refined set of tags. The output is formatted as a comma-separated string, making it easy to use in subsequent processes or for display purposes.
exclude_tags
parameter to remove any tags that are not relevant to your project, helping you maintain a clean and focused tag list.exclude_tags
parameter.exclude_tags
list to ensure it does not contain all the tags from your tags
list. Adjust the lists to retain the necessary tags.exclude_tags
parameter do not match the format of the tags in the tags
parameter.tags
and exclude_tags
are formatted consistently, with spaces removed and tags converted to lowercase if necessary. This ensures accurate matching and exclusion.© Copyright 2024 RunComfy. All Rights Reserved.