Nodes/Prompt PostProcessor/ACB Prompt Post Processor
ComfyUI Node

ACB Prompt Post Processor

A ComfyUI node in ACB with 19 inputs and 3 outputs.

By acorderob·Created 3 years ago·Updated 2 months ago· 54
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)

NameTypeDefaultDescription
pos_promptSTRINGPositive prompt to process
neg_promptSTRINGNegative prompt to process
modeloptMODEL,STRINGModel or model class name. Optional if you set modelname.
modelnameoptCOMBO(none)Relative path of the model. Needed to detect variants.
seedoptINT-1Seed value for the prompt processing (use -1 for random)
debug_leveloptCOMBOminimalDebug level
on_warningsoptCOMBOwarnHow to handle invalid content warnings
strict_operatorsoptBOOLEANtrueUse strict operators
process_wildcardsoptBOOLEANtrueProcess wildcards in the prompt
do_cleanupoptBOOLEANtrueDo a cleanup of the prompt
cleanup_variablesoptBOOLEANtrueDo a cleanup of the output variables
do_combinatorialoptBOOLEANfalseEnable combinatorial mode
combinatorial_shuffleoptBOOLEANfalseShuffle the combinatorial results
combinatorial_limitoptINT100Limit for combinatorial mode
wc_optionsoptPPP_OPTIONS_WCWildcard processing options
stn_optionsoptPPP_OPTIONS_STNSend-To-Negative options
cup_optionsoptPPP_OPTIONS_CUPCleanup options
en_optionsoptPPP_OPTIONS_ENExtraNetworks mapping options
results_fileoptSTRINGFilename to save processing results. Supports %datetime%, %date%, %time%, %host% tokens. Empty = disabled.

Outputs (3)

NameTypeDescription
pos_promptSTRINGProcessed positive prompt (list of prompts if combinatorial mode is enabled)
neg_promptSTRINGProcessed negative prompt (list of prompts if combinatorial mode is enabled)
variablesPPP_DICTOutput variables (list of dictionaries if combinatorial mode is enabled)