loaders
Clip Vision Loader

Load CLIP Vision

comfyUI节点-Load CLIP Vision|CLIP视觉加载器

Documentation

  • Class name: CLIPVisionLoader
  • Category: loaders
  • Output node: False

The CLIPVisionLoader node is designed for loading CLIP Vision models from specified paths. It abstracts the complexities of locating and initializing CLIP Vision models, making them readily available for further processing or inference tasks.

Input types

FieldComfy dtypeDescription
clip_nameCOMBO[STRING]Specifies the name of the CLIP Vision model to be loaded, used to locate the model file within a predefined directory structure.

Output types

FieldComfy dtypeDescription
clip_visionCLIP_VISIONThe loaded CLIP Vision model, ready for use in encoding images or performing other vision-related tasks.