Can not generate anything
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [ ] 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
I am trying to load my clip and model version, and yet they don't work
### Actual Behavior
It just pops up with [WinError -529697949] Windows Error 0xe06d7363
### Steps to Reproduce
Just use mmproj-model-f16.gguf and ggml-model-q4_k on a fresh install in comfyui portable, and it will pop up with the error
### Debug Logs
```powershell
File "C:\AI\Qwen\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\AI\Qwen\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "C:\AI\Qwen\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_VLM_nodes\nodes\llavaloader.py", line 59, in load_clip_checkpoint
clip = Llava15ChatHandler(clip_model_path = clip_path, verbose=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\Qwen\ComfyUI_windows_portable\python_embeded\Lib\site-packages\llama_cpp\llama_chat_format.py", line 2709, in __init__
clip_ctx = self._llava_cpp.clip_model_load(self.clip_model_path.encode(), 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError -529697949] Windows Error 0xe06d7363
```
### Other
This is getting really annoying. I try to find a solution to making prompts for Qwen Image, and all other solutions I've found/have don't work or are strict. THis is the only alternative I've found that would allow me the freedome, and yet it doesn't work at all when you install it unless you do so many workarounds
Contributor guide
Assessment
This issue has not been assessed yet.