ComfyUI Node
Prompt Line Pick (Oli)
A ComfyUI node in Oli/prompt with 6 inputs and 5 outputs.
Prompt Line Pick (Oli)
- optional_prompt_list
- prompts_in
- STRING
- COMBO
- prompt_list
- prompt_strings
- seed
◄promptprompt 1
prompt 2
prompt3►
◄seed0►
◄remove_empty_linestrue►
◄uncorrelatetrue►
CategoryOli/prompt
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | prompt 1 prompt 2 prompt3 | — |
| seed | INT | 00–18446744073709550000 | — |
| remove_empty_lines | BOOLEAN | true | — |
| uncorrelate | BOOLEAN | true | When on, index = sha256(seed:node_id) % len — each node instance picks independently even with the same seed, avoiding correlation between lists of the same or multiple lengths. When off, index = seed % len — standard index behavior which could result in correlated picks between similar-length lists. |
| optional_prompt_listopt | LIST | — | |
| prompts_inopt | LIST | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |
| COMBO | COMBO | — |
| prompt_list | LIST | — |
| prompt_strings | STRING | — |
| seed | INT | — |