Vision Support?

#1
by olivermee11 - opened

Apologies for the noob question, but does this model then also support vision?

From my understanding, the vision should be basically inside of the model file, but LM Studio doesn't recognise this as a vision model.

Owner

Hi there! No worries at all—everyone starts somewhere 😊

Happy to clarify this for you. The issue you’re encountering is likely due to the current limitations in the MLX environment, where the vision projection layer may not be properly loaded.

As mentioned earlier, LM Studio requires the mmproj file to enable vision support. This file is not included in the default model package.

You can try the following:
• Look for the file named mmproj-BF16.gguf in the repository
• Place it in the same folder as your model
• Then reload the model in LM Studio

Alternatively, using the GGUF format with the correct mmproj file should allow LM Studio to properly recognize the model as a vision-capable (multimodal) model.

Sign up or log in to comment