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 theDocumentation Index
Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
Use this file to discover all available pages before exploring further.
ComfyUI/models/text_encoders folder.
Inputs
| Parameter | Comfy dtype | Description |
|---|---|---|
clip_name1 | COMBO[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_name2 | COMBO[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. |
type | option | Choose from “sdxl”, “sd3”, “flux” to adapt to different models. |
- The order of loading does not affect the output effect
Outputs
| Parameter | Data Type | Description |
|---|---|---|
clip | CLIP | The output is a combined CLIP model that integrates the features or functionalities of the two specified CLIP models. |