ComfyUI Node
Prompt From List Pixaroma
Prompt From List Pixaroma - tiny picker. Takes the `prompts` output from a Prompt Multi Pixaroma node (set to List mode) and outputs one prompt from it, chosen by the index number. Drop several of these in a workflow (all wired to the same Prompt Multi) so scene 1 gets prompt 1, scene 2 gets prompt 2, etc. - without piling many output dots on the library node. Index is 1-based: 1 picks the first prompt in the library. If the index is out of range the output is an empty string.
Prompt From List Pixaroma
- prompts
- text
◄index1►
Category👑 Pixaroma/💬 Prompt & Text
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| prompts | PIXAROMA_PROMPT_LIST | The prompts list from a Prompt Multi Pixaroma node set to List mode. | |
| index | INT | 11–9999 | 1-based row number in the list. Out of range returns empty. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | The prompt picked from the list at the chosen index. Empty if the index is out of range. |