🐳Clothing Selector (Multi-Select):
The ClothingSelector node is designed to facilitate the selection of multiple clothing tags within the ComfyUI environment. This node is particularly beneficial for AI artists who wish to generate or manipulate clothing-related data in their projects. By providing a structured way to select and combine various clothing tags, the ClothingSelector node enhances the creative process, allowing for more precise and varied outputs. Its primary goal is to streamline the selection process by offering a multi-select interface that can handle complex clothing data, making it easier for users to experiment with different clothing combinations without needing extensive technical knowledge.
🐳Clothing Selector (Multi-Select) 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 impacts 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 format of the clothing tags in the output. You can choose between "english," "chinese," or "both," with "english" as the default option. This parameter is crucial for ensuring that the output matches your language preference or project requirements.
<category>_列表
For each clothing category, there is an optional parameter named ``_列表 (e.g., "上衣_列表"). This parameter provides a multiline string of all available clothing options within that category, formatted with indices for easy selection. It serves as a reference to help you understand the available choices within each category.
<category>_选择
The ``_选择 parameter allows you to input the indices of the clothing items you wish to select from a specific category. This parameter is a string input where you can specify multiple indices, enabling you to customize the selection process according to your creative needs.
🐳Clothing Selector (Multi-Select) Output Parameters:
result
The result parameter is the primary output of the ClothingSelector node. It contains the selected clothing tags formatted according to the specified separator and output_format parameters. This output is essential for integrating the selected clothing tags into your project, providing a clear and organized list of the chosen items.
🐳Clothing Selector (Multi-Select) Usage Tips:
- Utilize the
separatorparameter to format the output in a way that best suits your project's requirements, whether it's for readability or integration into other systems. - Experiment with different
output_formatsettings to see how the language of the tags affects your project's output, especially if you're working in a multilingual environment.
🐳Clothing Selector (Multi-Select) Common Errors and Solutions:
Invalid index in <category>_选择
- Explanation: This error occurs when an index provided in the ``
_选择parameter is out of range or invalid. - Solution: Ensure that the indices you input correspond to the available options in the ``
_列表and are within the valid range.
Unsupported separator option
- Explanation: This error arises when an unsupported value is provided for the
separatorparameter. - Solution: Verify that the
separatorparameter is set to one of the supported options: "comma," "space," or "newline."
Unsupported output_format option
- Explanation: This error occurs when an unsupported value is provided for the
output_formatparameter. - Solution: Ensure that the
output_formatparameter is set to one of the supported options: "english," "chinese," or "both."
