🐳Clothing Selector (Number Selection):
The ClothingSelectorSimple node in ComfyUI is designed to streamline the process of selecting clothing tags by offering a simplified and user-friendly interface. This node is particularly beneficial for users who need to quickly choose clothing items from predefined categories without delving into complex multi-select options. By providing a straightforward method to select clothing tags using numerical identifiers, it enhances efficiency and reduces the potential for errors. The node's primary goal is to facilitate the selection of clothing items by allowing users to input numbers corresponding to their desired choices, making it an ideal tool for AI artists who want to incorporate specific clothing elements into their projects with ease.
🐳Clothing Selector (Number Selection) Input Parameters:
separator
The separator parameter determines how the selected clothing tags will be separated in the output. It offers three options: comma, space, and newline, with comma being the default. This parameter is crucial as it affects the readability and formatting of the output, allowing you to choose the most suitable format for your needs.
output_format
The output_format parameter specifies the language in which the clothing tags will be displayed. You can choose between english, chinese, or both, with english set as the default. This parameter is important for ensuring that the output is in a language that is most useful for your project or audience.
<category>_列表
Each clothing category has an associated ``_列表 parameter, which provides a list of available clothing items in that category. This parameter is presented as a multiline string, displaying all possible options with their corresponding numerical identifiers. It serves as a reference to help you understand the available choices within each category.
<category>_选择
The ``_选择 parameter allows you to input the numbers corresponding to the clothing items you wish to select from a specific category. This input is a string where you can list the numbers separated by commas. It directly influences which clothing tags are included in the final output, making it a key component of the selection process.
🐳Clothing Selector (Number Selection) Output Parameters:
result
The result parameter is the final output of the node, containing the selected clothing tags formatted according to the specified separator and output_format. This output is essential as it provides the list of clothing items that you have chosen, ready to be used in your AI art projects or other applications.
🐳Clothing Selector (Number Selection) Usage Tips:
- Familiarize yourself with the available clothing categories and their items by reviewing the ``
_列表parameters to make informed selections. - Use the
output_formatparameter to ensure the clothing tags are displayed in the language that best suits your project requirements. - Experiment with different
separatoroptions to find the most visually appealing format for your output, especially if you plan to use the tags in a text-based application.
🐳Clothing Selector (Number Selection) Common Errors and Solutions:
Invalid number input
- Explanation: This error occurs when a number entered in the
<category>`_选择` parameter does not correspond to any item in the_列表. - Solution: Double-check the numbers you have entered against the list provided in the ``
_列表to ensure they match the available options.
Unsupported separator
- Explanation: This error arises if an unsupported value is entered for the
separatorparameter. - Solution: Ensure that the
separatorparameter is set to one of the supported options:comma,space, ornewline.
Unsupported output format
- Explanation: This error occurs when an invalid value is set for the
output_formatparameter. - Solution: Verify that the
output_formatis set to eitherenglish,chinese, orboth, as these are the only supported options.
