Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently combine and manage multiple string inputs into a single list with optional delimiter for easier organization and utilization.
The "List of strings [Crystools]" node is designed to help you efficiently manage and manipulate multiple string inputs by combining them into a single list. This node is particularly useful when you need to aggregate various string data points for further processing or display. By providing a straightforward method to concatenate strings with an optional delimiter, it simplifies the task of handling multiple text inputs, making it easier to organize and utilize string data in your projects. Whether you are working on text-based AI art projects or need to manage string data for other purposes, this node offers a convenient and effective solution.
This parameter accepts the first string input. If provided, it will be included in the resulting list of strings. There are no specific minimum or maximum values, but it should be a valid string. If left empty or set to None
, it will be ignored.
This parameter accepts the second string input. Similar to string_1
, it will be included in the resulting list if provided. It should be a valid string and will be ignored if left empty or set to None
.
This parameter accepts the third string input. It follows the same rules as the previous string parameters, being included in the list if provided and ignored if empty or set to None
.
This parameter accepts the fourth string input. It will be included in the resulting list if it is a valid string and not empty or None
.
This parameter accepts the fifth string input. It will be included in the resulting list if it is a valid string and not empty or None
.
This parameter accepts the sixth string input. It will be included in the resulting list if it is a valid string and not empty or None
.
This parameter accepts the seventh string input. It will be included in the resulting list if it is a valid string and not empty or None
.
This parameter accepts the eighth string input. It will be included in the resulting list if it is a valid string and not empty or None
.
This parameter allows you to specify a delimiter that will be used to join the strings in the resulting list. The delimiter can be any string, such as a comma, space, or any other character(s) you prefer. If left empty, the strings will be concatenated without any delimiter.
This output parameter provides the concatenated result of all the provided string inputs, joined by the specified delimiter. It is a single string that combines all the valid input strings in the order they were provided.
This output parameter provides the list of all the valid string inputs. It is an array containing each of the provided strings that were not empty or None
.
None
to include them in the resulting list and concatenated string.None
.None
, resulting in an empty output list.© Copyright 2024 RunComfy. All Rights Reserved.