Nodes/ComfyUI-Pixaroma/Prompt From List Pixaroma
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.

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Prompt From List Pixaroma
  • prompts
  • text
index1
Category👑 Pixaroma/💬 Prompt & Text

Inputs (2)

NameTypeDefaultDescription
promptsPIXAROMA_PROMPT_LISTThe prompts list from a Prompt Multi Pixaroma node set to List mode.
indexINT11–99991-based row number in the list. Out of range returns empty.

Outputs (1)

NameTypeDescription
textSTRINGThe prompt picked from the list at the chosen index. Empty if the index is out of range.