advanced
loaders
Clip Loader

Load CLIP

comfyUI节点-Load CLIP|CLIP加载器

Documentation

  • Class name: CLIPLoader
  • Category: advanced/loaders
  • Output node: False

The CLIPLoader node is designed for loading CLIP models, supporting different types such as stable diffusion and stable cascade. It abstracts the complexities of loading and configuring CLIP models for use in various applications, providing a streamlined way to access these models with specific configurations.

Input types

ParameterComfy dtypeDescription
clip_nameCOMBO[STRING]Specifies the name of the CLIP model to be loaded. This name is used to locate the model file within a predefined directory structure.
typeCOMBO[STRING]Determines the type of CLIP model to load, offering options between 'stable_diffusion' and 'stable_cascade'. This affects how the model is initialized and configured.

Output types

ParameterComfy dtypeDescription
clipCLIPThe loaded CLIP model, ready for use in downstream tasks or further processing.