advanced
loaders
Dual CLIP Loader - How it work and how to use it.

Dual CLIP Loader

comfyUI节点-DualCLIPLoader|双CLIP加载器

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.

Download ComfyUI flux_text_encoders clip models

ComfyUI flux_text_encoders on hugging face (opens in a new tab)

Model File NameSizeNoteLink
clip_l.safetensors246 MBDownload (opens in a new tab)
t5xxl_fp8_e4m3fn.safetensors (Recommended)4.89 GBFor lower memory usage (8-12GB)Download (opens in a new tab)
t5xxl_fp16.safetensors9.79 GBFor better results, if you have high VRAM and RAM(more than 32GB ram).Download (opens in a new tab)
  1. Download clip_l.safetensors
  2. Download t5xxl_fp8_e4m3fn.safetensors or t5xxl_fp16.safetensors Depend on your VRAM and RAM
  3. Place downloaded model files in ComfyUI/models/clip/ folder. Note: If you have used SD 3 Medium before, you might already have the above two models
Flux.1 ComfyUI Guide & Workflow Example

Input types - Dual CLIP Loader

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.

Output types - Dual CLIP Loader

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

Workflow example - Dual CLIP Loader

The original workflow Quote from https://openart.ai/workflows/seal_harmful_40/flux/UGHBjoJgN8tLnhr7FKOP (opens in a new tab)