ComfyUI Node
đź’€Prepack Model DualCLIP
Load a diffusion UNet and a dual-CLIP pair in one step (SDXL, SD3, FLUX, optional Hunyuan Video).
đź’€Prepack Model DualCLIP
- model
- clip
- vae
â—„unet_nameâ–ľâ–ş
â—„weight_dtypeâ–ľâ–ş
â—„vae_nameâ–ľâ–ş
â—„clip_name1â–ľâ–ş
â—„clip_name2â–ľâ–ş
â—„typeâ–ľâ–ş
â—„deviceâ–ľâ–ş
Categoryđź’€Prepack
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| unet_name | COMBO | The name of the diffusion model (UNET) to load. | |
| weight_dtype | COMBO | The weight dtype for the diffusion model. | |
| vae_name | COMBO | The VAE to load. | |
| clip_name1 | COMBO | The name of the first CLIP model to load. | |
| clip_name2 | COMBO | The name of the second CLIP model to load. | |
| type | COMBO | The type of CLIP configuration to use. | |
| deviceopt | COMBO | Device override for CLIP loading/offloading. Use 'cpu' to force CPU; 'default' lets Comfy manage devices. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The loaded diffusion model (UNET) used for denoising latents. |
| clip | CLIP | The loaded dual CLIP model used for encoding text prompts. |
| vae | VAE | The loaded VAE for encoding/decoding latents (can be None if loading fails). |