ComfyUI Node
Prompt Sequence Text
A ComfyUI node in prompt sequence with 4 inputs and 1 output.
Prompt Sequence Text
- text
◄prompts►
◄modesequential►
◄seed-1►
◄max_items0►
Categoryprompt sequence
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| prompts | STRING | Each non-empty line becomes one prompt item. | |
| mode | COMBO | sequential | sequential: output top to bottom. random: shuffle before output. |
| seed | INT | -1-1–9223372036854776000 | For random mode: -1 makes a new order each queue; a fixed value repeats the same order. |
| max_items | INT | 00–10000 | 0 outputs all available prompts. A positive value outputs up to that many prompts. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |