Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The PairConditioningSetDefaultAndCombine node sets default conditioning values and combines them with input conditioning data. It takes positive and negative conditioning inputs along with their default counterparts, then processes them through ComfyUI’s hook system to produce final conditioning outputs that incorporate the default values.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-The primary positive conditioning input to be processed
negativeCONDITIONINGYes-The primary negative conditioning input to be processed
positive_DEFAULTCONDITIONINGYes-The default positive conditioning values to be used as fallback
negative_DEFAULTCONDITIONINGYes-The default negative conditioning values to be used as fallback
hooksHOOKSNo-Optional hook group for custom processing logic

Outputs

Output NameData TypeDescription
positiveCONDITIONINGThe processed positive conditioning with default values incorporated
negativeCONDITIONINGThe processed negative conditioning with default values incorporated