ComfyUI Node
Mpi Prompt List
Create a prompt list with options, probability, and blocking rules
Mpi Prompt List
- opt_chained_list
- opt_override
- prompt_list
- seed
- boolean
- selected_options
◄title—►
◄prefix►
◄options—►
◄suffix►
◄blocks—►
◄amount0►
◄specific_item-1►
◄randomtrue►
◄seed0►
◄probability1.00►
CategoryMpiNodes/PromptGen
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| title | STRING | The title used to trigger this list in a Prompt Processor | |
| prefix | STRING | A handy prefix to add to each option | |
| options | STRING | Each line is a selectable option to be added to the prompt | |
| suffix | STRING | A handy suffix to add to each option Be careful as this will be placed at the end of each option, meaning after negative options. | |
| blocks | STRING | Lists that this list should block (separated by commas) | |
| amount | INT | 00–100 | If bigger than 0, it will output the selected 'amount' of items as a single option separated by commas. This will stop _multipliers_x2_ and _pickers_3_ from working! |
| specific_item | INT | -1-1–100 | If bigger than -1: 0 - Will bypass the list (Ignores 'Probability') 1 or greater - It will output the selected item only. This will stop _multipliers_x2_ and _pickers_3_ from working and overwrite the 'amount' option! |
| random | BOOLEAN | true | When disabled the list order will not change |
| seed | INT | 00–18446744073709550000 | Affects 'probability' and 'options' order. |
| probability | FLOAT | 1.000–1 | Probability of this list moving on. 0.0 will always bypass this list and return False 1.0 will always let this list through and return True 0.5 gives both a 50% chance |
| opt_chained_listopt | PROMPT_LST | — | |
| opt_overrideopt | PROMPT_OVR | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| prompt_list | PROMPT_LST | — |
| seed | INT | — |
| boolean | BOOLEAN | — |
| selected_options | STRING | — |