Visit ComfyUI Online for ready-to-use ComfyUI environment
Automated image tagging using ONNX models for efficient categorization and metadata enhancement.
The WD14Tagger| WD14 Tagger 🐍 node, also known as "WD14 Tagger 🐍", is designed to automatically generate descriptive tags for images using a pre-trained model. This node leverages ONNX models to analyze the content of an image and produce relevant tags that can be used for categorization, search optimization, or enhancing metadata. The primary benefit of this node is its ability to streamline the process of tagging images, saving you time and ensuring consistency in tag generation. By utilizing advanced machine learning techniques, the WD14Tagger| WD14 Tagger 🐍 node can accurately identify various elements within an image, making it an invaluable tool for AI artists and content creators who need to manage large collections of visual data.
The image
parameter expects an image input that you want to tag. This is the primary input for the node, and the quality and content of the image will directly impact the accuracy and relevance of the generated tags.
The model
parameter allows you to select the pre-trained model to be used for tagging. The available options are the models installed in your system, with the default being wd-v1-4-moat-tagger-v2
. This parameter ensures that you can choose the most suitable model for your specific tagging needs.
The threshold
parameter is a float value that determines the minimum confidence level required for a general tag to be included in the output. The default value is 0.35, with a range from 0.0 to 1.0. Adjusting this value can help you control the sensitivity of the tagger, with higher values resulting in fewer but more confident tags.
The character_threshold
parameter is a float value that sets the minimum confidence level for character-specific tags. The default value is 0.85, with a range from 0.0 to 1.0. This parameter is particularly useful for tagging images with recognizable characters, ensuring that only highly confident character tags are included.
The replace_underscore
parameter is a boolean that determines whether underscores in tags should be replaced with spaces. The default value is False
. This can be useful for improving the readability of tags, especially when they are displayed to end-users.
The trailing_comma
parameter is a boolean that specifies whether to include a trailing comma in the generated tags. The default value is False
. This can be useful for formatting purposes, particularly if the tags are to be used in a list or CSV format.
The exclude_tags
parameter is a string that allows you to specify tags that should be excluded from the output. The default value is an empty string. This can be useful for filtering out irrelevant or unwanted tags, ensuring that the output is more focused and relevant to your needs.
The output of the WD14Tagger| WD14 Tagger 🐍 node is a string containing the generated tags. These tags are derived from the analysis of the input image and are formatted according to the specified parameters. The output string can be used for various purposes, such as metadata enhancement, search optimization, or categorization of images.
threshold
and character_threshold
parameters to control the sensitivity of the tagger and filter out less confident tags.exclude_tags
parameter to remove any tags that are not relevant to your use case, ensuring a more focused output.filename
parameter is correct and that the file exists in the specified directory.type
parameter is not one of the allowed values (output
, input
, temp
).type
parameter is set to one of the allowed values.© Copyright 2024 RunComfy. All Rights Reserved.