ComfyUI Node
jz String Picker
A ComfyUI node in jz/util with 5 inputs and 3 outputs.
jz String Picker
- text
- picked_index
- count
◄items►
◄moderandom►
◄seed0►
◄index0►
◄separatornewline►
Categoryjz/util
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| items | STRING | one entry per line (or per separator) | |
| mode | COMBO | random | 2 options: random, index |
| seed | INT | 00–2147483647 | random mode: same seed = same pick; set the control to 'randomize' to re-roll on every queue |
| index | INT | 00–2147483647 | index mode: wraps around the list |
| separatoropt | COMBO | newline | 4 options: newline, comma, semicolon, pipe |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| picked_index | INT | — |
| count | INT | — |