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

ParameterDescriptionComfy dtype
clip_name1Specifies 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.COMBO[STRING]
clip_name2Specifies 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.COMBO[STRING]
typeChoose from “sdxl”, “sd3”, “flux” to adapt to different models.option
  • The order of loading does not affect the output effect

Outputs

ParameterDescriptionData Type
clipThe output is a combined CLIP model that integrates the features or functionalities of the two specified CLIP models.CLIP
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub