Visit ComfyUI Online for ready-to-use ComfyUI environment
Create text item lists from multiple inputs, manage and organize text data efficiently.
The CR Text List Simple node is designed to help you create a list of text items from multiple input strings. This node is particularly useful when you need to compile a list of text entries for further processing or display. It simplifies the process by allowing you to input up to five separate text strings and optionally extend an existing list. The node ensures that only non-empty strings are included in the final list, making it a convenient tool for managing and organizing text data.
This parameter allows you to input the first text string. If the string is empty or null, it will be ignored. The default value is an empty string.
This parameter allows you to input the second text string. If the string is empty or null, it will be ignored. The default value is an empty string.
This parameter allows you to input the third text string. If the string is empty or null, it will be ignored. The default value is an empty string.
This parameter allows you to input the fourth text string. If the string is empty or null, it will be ignored. The default value is an empty string.
This parameter allows you to input the fifth text string. If the string is empty or null, it will be ignored. The default value is an empty string.
This optional parameter allows you to extend an existing list of text items. If provided, the existing list will be combined with the new text strings. The default value is None.
This output parameter returns the compiled list of text items. It includes all non-empty strings from the input parameters and any existing list provided through the text_list_simple
parameter.
This output parameter provides a URL to the documentation for further assistance. It is a string containing the link to the relevant help page.
text_list_simple
parameter to extend an existing list, making it easier to manage and update lists dynamically.show_help
output to access detailed documentation and examples for more complex use cases.text_list_simple
parameter is not a list or contains invalid entries.text_list_simple
parameter is a valid list of text items and does not contain any invalid entries.show_help
output does not provide a valid URL.show_help
output parameter.© Copyright 2024 RunComfy. All Rights Reserved.