ComfyUI Node

String OutputList

Creates an OutputList by splitting the string in the textfield with a separator. `value` and `index` use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.

By geroldmeisinger·Created 9 months ago·Updated 6 months ago· 169
String OutputList
    • value
    • index
    • count
    • inspect_combo
    separator\n
    values
    CategoryUtility

    Inputs (2)

    NameTypeDefaultDescription
    separatorSTRING\nThe string used to split the textfield values by.
    valuesSTRINGThe text you want to split into a list. Note that the string is trimmed of trailing newlines before splitting, and each item is again trimmed of whitespace.

    Outputs (4)

    NameTypeDescription
    value*The values from the list. use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.
    indexINTRange of 0..count. You can use this as an index. use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.
    countINTThe number of items in the list. use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.
    inspect_comboCOMBOA dummy-output you can use to link to a `COMBO` and pre-fill with it's values. The connection will then be automatically re-linked to `value` output.