Ipadapter Unified loader "Clip vision not found"
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
Using Ipadapter Unified Loader i have the next error:
Exception: ClipVision model not found.
Exception: ClipVision model not found.
### Actual Behavior
### Steps to Reproduce
I just connect everything correctly but something happen with clip vision, but in the IPadapter Unified Loader thers no link for clipvision so i guess its something internal
### Debug Logs
```powershell
Exception: ClipVision model not found.
File "C:\pinokio\api\comfy.git\app\execution.py", line 534, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
File "C:\pinokio\api\comfy.git\app\execution.py", line 334, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
File "C:\pinokio\api\comfy.git\app\execution.py", line 308, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\pinokio\api\comfy.git\app\execution.py", line 296, in process_inputs
result = f(**inputs)
File "C:\pinokio\api\comfy.git\app\custom_nodes\comfyui_ipadapter_plus\IPAdapterPlus.py", line 501, in load_models
raise Exception("ClipVision model not found.")
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.