CLIP Vision Loader
Last updated
Last updated
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.
clip_name
COMBO[STRING]
Specifies the name of the CLIP Vision model to be loaded, used to locate the model file within a predefined directory structure.
clip_vision
CLIP_VISION
The loaded CLIP Vision model, ready for use in encoding images or performing other vision-related tasks.