Skip to main content
The DualCLIPLoader node is designed for loading two CLIP models simultaneously, facilitating operations that require the integration or comparison of features from both models. This node will detect models located in the ComfyUI/models/text_encoders folder.

Inputs

ParameterComfy dtypeDescription
clip_name1COMBO[STRING]Specifies the name of the first CLIP model to be loaded. This parameter is crucial for identifying and retrieving the correct model from a predefined list of available CLIP models.
clip_name2COMBO[STRING]Specifies the name of the second CLIP model to be loaded. This parameter enables the loading of a second distinct CLIP model for comparative or integrative analysis alongside the first model.
typeoptionChoose from “sdxl”, “sd3”, “flux” to adapt to different models.
  • The order of loading does not affect the output effect

Outputs

ParameterData TypeDescription
clipCLIPThe output is a combined CLIP model that integrates the features or functionalities of the two specified CLIP models.