Load CLIP Vision
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
Field | Comfy dtype | Description |
---|---|---|
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. |
Output types
Field | Comfy dtype | Description |
---|---|---|
clip_vision | CLIP_VISION | The loaded CLIP Vision model, ready for use in encoding images or performing other vision-related tasks. |