ComfyUI Node
ACB Prompt Post Processor
A ComfyUI node in ACB with 19 inputs and 3 outputs.
ACB Prompt Post Processor
- model
- wc_options
- stn_options
- cup_options
- en_options
- pos_prompt
- neg_prompt
- variables
◄pos_prompt►
◄neg_prompt►
◄modelname(none)►
◄seed-1►
◄debug_levelminimal►
◄on_warningswarn►
◄strict_operatorstrue►
◄process_wildcardstrue►
◄do_cleanuptrue►
◄cleanup_variablestrue►
◄do_combinatorialfalse►
◄combinatorial_shufflefalse►
◄combinatorial_limit100►
◄results_file►
CategoryACB
Inputs (19)
| Name | Type | Default | Description |
|---|---|---|---|
| pos_prompt | STRING | Positive prompt to process | |
| neg_prompt | STRING | Negative prompt to process | |
| modelopt | MODEL,STRING | Model or model class name. Optional if you set modelname. | |
| modelnameopt | COMBO | (none) | Relative path of the model. Needed to detect variants. |
| seedopt | INT | -1 | Seed value for the prompt processing (use -1 for random) |
| debug_levelopt | COMBO | minimal | Debug level |
| on_warningsopt | COMBO | warn | How to handle invalid content warnings |
| strict_operatorsopt | BOOLEAN | true | Use strict operators |
| process_wildcardsopt | BOOLEAN | true | Process wildcards in the prompt |
| do_cleanupopt | BOOLEAN | true | Do a cleanup of the prompt |
| cleanup_variablesopt | BOOLEAN | true | Do a cleanup of the output variables |
| do_combinatorialopt | BOOLEAN | false | Enable combinatorial mode |
| combinatorial_shuffleopt | BOOLEAN | false | Shuffle the combinatorial results |
| combinatorial_limitopt | INT | 100 | Limit for combinatorial mode |
| wc_optionsopt | PPP_OPTIONS_WC | Wildcard processing options | |
| stn_optionsopt | PPP_OPTIONS_STN | Send-To-Negative options | |
| cup_optionsopt | PPP_OPTIONS_CUP | Cleanup options | |
| en_optionsopt | PPP_OPTIONS_EN | ExtraNetworks mapping options | |
| results_fileopt | STRING | Filename to save processing results. Supports %datetime%, %date%, %time%, %host% tokens. Empty = disabled. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| pos_prompt | STRING | Processed positive prompt (list of prompts if combinatorial mode is enabled) |
| neg_prompt | STRING | Processed negative prompt (list of prompts if combinatorial mode is enabled) |
| variables | PPP_DICT | Output variables (list of dictionaries if combinatorial mode is enabled) |