ComfyUI Node
Mpi Prompt Processor
Process prompt lists into positive and negative prompts
Mpi Prompt Processor
- prompt_list
- prompt
- positive
- negative
- seed
- boolean
◄positive—►
◄negative—►
◄cleanuptrue►
◄seed0►
◄probability1.00►
◄opt_title—►
CategoryMpiNodes/PromptGen
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_list | PROMPT_LST | — | |
| positive | STRING | Positive prompt | |
| negative | STRING | Negative prompt | |
| cleanup | BOOLEAN | true | When enabled, it will remove any _title_ that couldn't be replaced |
| seed | INT | 00–18446744073709550000 | — |
| probability | FLOAT | 1.000–1 | 0.0 will always bypass this prompt output and return False 1.0 will always let this prompt through and return True 0.5 gives both a 50% chance |
| opt_titleopt | STRING | Unique ID, use to convert to a reusable prompt |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| prompt | PROMPT_LST | — |
| positive | STRING | — |
| negative | STRING | — |
| seed | INT | — |
| boolean | BOOLEAN | — |