Conditioning (Combine)

Learn about the Conditioning(Combine) node in ComfyUI, which is designed for merging two sets of conditioning data, effectively combining their information. It provides a straightforward interface for integrating conditioning inputs, allowing for the dynamic adjustment of generated content or features.

comfyUI节点-Conditioning(Combine)|条件合并

Documentation

  • Class name: ConditioningCombine
  • Category: conditioning
  • Output node: False

This node combines two conditioning inputs into a single output, effectively merging their information.

Input types

ParameterComfy dtypeDescription
conditioning_1CONDITIONINGThe first conditioning input to be combined. It plays an equal role with conditioning_2 in the combination process.
conditioning_2CONDITIONINGThe second conditioning input to be combined. It is equally important as conditioning_1 in the merging process.

Output types

ParameterComfy dtypeDescription
conditioningCONDITIONINGThe result of combining conditioning_1 and conditioning_2, encapsulating the merged information.