Does not support jpg upload in LM Studio

#1
by hidp123 - opened

Hi, I am unable to load jpg files for OCR, there is a long list of pdf txt json csv etc, but not jpg.
Error: Failed to upload file, Model does not support image input.

that is because the inference engine does not recognize the model as a vision enabled one because of an error in the naming of the mmproj file

the solution:
1 go to the folder containing the model files
2 locate the file named "Qwen3-VL-4B-Instruct.F16-mmproj.gguf"
3 rename that file into "Qwen3-VL-4B-Instruct-mmproj-f16.gguf"

Sign up or log in to comment