You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded two gguf model files and put them in the folder as instructed.
Then I added two nodes in Comfy as shown in the picture to load the models.
However, I didn't pay attention to which model files I should select, I thought by default it'll pick the right model file. And when I run the workflow, the whole system crashed with (core dump).
It took me quite a while to discover that the "Llava Clip Loader" was trying to load the main Llava model, in my case it was llava-v1.6-mistral-7b.Q3_K_XS.gguf, and if I chose the right one, in my case it was mmproj-model-f16.gguf, it works.
I think it'll be great to choose the right one by default, or have some error check instead of relying on llama-cpp. C++ is dangerous.
The text was updated successfully, but these errors were encountered:
I've downloaded two gguf model files and put them in the folder as instructed.
Then I added two nodes in Comfy as shown in the picture to load the models.
However, I didn't pay attention to which model files I should select, I thought by default it'll pick the right model file. And when I run the workflow, the whole system crashed with (core dump).
It took me quite a while to discover that the "Llava Clip Loader" was trying to load the main Llava model, in my case it was
llava-v1.6-mistral-7b.Q3_K_XS.gguf
, and if I chose the right one, in my case it wasmmproj-model-f16.gguf
, it works.I think it'll be great to choose the right one by default, or have some error check instead of relying on
llama-cpp
. C++ is dangerous.The text was updated successfully, but these errors were encountered: