ComfyUI Node
List: from Multiline (lab)
Split a multiline string, each line being a value By default the list elemenrs are strings, but they can be converted Optionally, lines starting with '#' can be ignored.
List: from Multiline (lab)
- load
- list
- count
◄strip_commentstrue►
◄convertdisabled►
◄multiline►
CategoryComfyLab/list
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| load | BTN | load content from file or you can just paste / edit the content below | |
| strip_comments | BOOLEAN | true | ignore lines starting with '#' |
| convert | COMBO | disabled | convert each value to int, float or boolean for booleans, values like true/false, yes/no, on/off, 0/1... are accepted. |
| multiline | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | LIST | list of values (one per line, optionally converted) |
| count | INT | number of values |