> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CLIPVisionLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the CLIPVisionLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

该节点会检测位于 `ComfyUI/models/clip_vision` 文件夹下的模型，同时也会读取在 `extra_model_paths.yaml` 文件中配置的额外路径的模型，如果你的模型是在 ComfyUI 启动后才添加的，请 **刷新 ComfyUI 界面** 保证前端能够获取到最新的模型文件列表

## 输入

| 参数名称     | 数据类型           | 作用                                               |
| -------- | -------------- | ------------------------------------------------ |
| `clip名称` | COMBO\[STRING] | 会获取`ComfyUI/models/clip_vision` 文件夹下受支持格式的模型文件列表 |

## 输出

| 参数名称     | 数据类型         | 作用                               |
| -------- | ------------ | -------------------------------- |
| `CLIP视觉` | CLIP\_VISION | 加载的CLIP视觉模型，准备用于编码图像或执行其他视觉相关任务。 |
