Nodes/ComfyUi-MpiNodes/Mpi Prompt List
ComfyUI Node

Mpi Prompt List

Create a prompt list with options, probability, and blocking rules

By MadPonyInteractive·Created 10 months ago·Updated 4 days ago· 2
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)

NameTypeDefaultDescription
titleSTRINGThe title used to trigger this list in a Prompt Processor
prefixSTRINGA handy prefix to add to each option
optionsSTRINGEach line is a selectable option to be added to the prompt
suffixSTRINGA handy suffix to add to each option Be careful as this will be placed at the end of each option, meaning after negative options.
blocksSTRINGLists that this list should block (separated by commas)
amountINT00–100If 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_itemINT-1-1–100If 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!
randomBOOLEANtrueWhen disabled the list order will not change
seedINT00–18446744073709550000Affects 'probability' and 'options' order.
probabilityFLOAT1.000–1Probability 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_listoptPROMPT_LST
opt_overrideoptPROMPT_OVR

Outputs (4)

NameTypeDescription
prompt_listPROMPT_LST
seedINT
booleanBOOLEAN
selected_optionsSTRING