ComfyUI Node
Prompt List (Inteliweb)
Creates a prompt list from five multiline fields. Empty prompts are ignored. Use prompt_strings to run downstream generation once for each prompt, or prompt_list for nodes that expect a LIST value.
Prompt List (Inteliweb)
- optional_prompt_list
- PROMPT_LIST
- PROMPT_STRINGS
◄prompt_1►
◄prompt_2►
◄prompt_3►
◄prompt_4►
◄prompt_5►
CategoryInteliweb/Text
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_1 | STRING | — | |
| prompt_2 | STRING | — | |
| prompt_3 | STRING | — | |
| prompt_4 | STRING | — | |
| prompt_5 | STRING | — | |
| optional_prompt_listopt | LIST | Optional existing prompt list to prepend before the five prompt fields. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| PROMPT_LIST | LIST | The prompts packaged as one LIST value for nodes that explicitly accept a LIST. |
| PROMPT_STRINGS | STRING | The prompts exposed as a STRING sequence so downstream nodes execute once per prompt. |