Could you please upload the BF16 vision model? Thanks!

#18
by yah4 - opened

I’m not sure why my ComfyUI can’t recognize the F16 vision model, but the language model works fine.

Im not sure if thats the correct solution but nonetheless, I did it: https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF/blob/main/Qwen3.8-27B-Uncensored-vision-bf16.gguf let me know if it works

I tried it, but no luck — both the BF16 and F16 vision models are still being recognized as checkpoint models rather than vision models in ComfyUI. That said, I've managed to get someone else's ComfyUI Qwen3.8 27B vision model working, so I'm all set now. Thanks anyway for your help!

Hi, I ended up getting it work. I have a new section in the model card (https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#comfyui) that explains it. I had to first define the custom module here ComfyUI/custom_nodes/ComfyUI-QwenVL/custom_models.json then in that json put this key: "mmproj_file": "Qwen3.8-27B-Uncensored-vision-f16.gguf", because the filename did not start with mmproj-. However, now it starts with the prefix mmproj so you should not have to do that. Anyway thanks for bringing this issue to my attention @yah4

JonathanColetti changed discussion status to closed

Sign up or log in to comment