EasyUse/Promptgenerated
PromptList(promptList)
The PromptList node (class promptList) is a prompt-combination utility in the EasyUse/Prompt category.
prompt List
prompt_strings
prompt_1
STRING
prompt_2
STRING
prompt_3
STRING
prompt_4
STRING
prompt_5
STRING
Easy Use
The PromptList node (class promptList) is a prompt-combination utility in the EasyUse/Prompt category. It accepts up to five separate prompt strings and returns them as a single STRING output, making it easy to assemble a longer or modular prompt from smaller pieces.
Inputs
All inputs are required widgets, but each defaults to an empty string, so unused fields can simply be left blank.
| Input | Type | Default | Description |
|---|---|---|---|
prompt_1 | STRING | "" | First prompt segment. It is placed first in the combined prompt output. |
prompt_2 | STRING | "" | Second prompt segment. It is combined after prompt_1. |
prompt_3 | STRING | "" | Third prompt segment. It is combined after prompt_2. |
prompt_4 | STRING | "" | Fourth prompt segment. It is combined after prompt_3. |
prompt_5 | STRING | "" | Fifth prompt segment. It is combined after prompt_4. |
Outputs
| Output | Type | Description |
|---|---|---|
STRING | STRING | The combined prompt text assembled from the prompt_1 through prompt_5 input values. |
Usage Notes
- Use this node when you want to break a complex prompt into separate sections, such as subject, style, lighting, and quality tags, and then feed the single combined string into another prompt-processing node.
- To use fewer than five prompts, leave the unused fields blank. Empty fields contribute no visible text to the output.
- The node only combines text; it does not modify the prompt content or apply any sampling/conditioning logic on its own.
Comments
Sign in with GitHub to join the discussion.