Dual CLIP Loader - How it work and how to use it

Dual CLIP Loader

Dual CLIP Loader Documentation

  • Class name: DualCLIPLoader

  • Category: advanced/loaders

  • Output node: False

The DualCLIPLoader node is designed for loading two CLIP models simultaneously, facilitating operations that require the integration or comparison of features from both models.

Imagine you’re in a kitchen preparing a dish, and you have two different spice jars—one with salt and one with pepper. Each spice adds a unique flavor to your dish. Now, imagine you have a special tool that lets you use both jars at the same time to season your food. This is similar to the DualCLIPLoader node. It lets you load and use two different CLIP models simultaneously, so you can combine their unique capabilities and styles to create more versatile and refined AI-generated art.

Input types - Dual CLIP Loader

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

Output types - Dual CLIP Loader

Parameter
Comfy dtype
Description

clip

CLIP

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

Workflow example - Dual CLIP Loader

After downloading the file, you can use it in SeaArt's ComfyUI.

Last updated