lmstudio-ai / configs

LM Studio JSON configuration file format and a collection of example config files.
MIT License
173 stars 26 forks source link

Image generation with Codellama instruct doesn't work #31

Open metacoding opened 3 months ago

metacoding commented 3 months ago

With a simple prompt like 'give me an image of a sunrise' it shows:

Here is an image of a sunrise:

Sunrise

However the image link is broken. Does LM Studio really support image generation with codellama or any other models? There is no document of how to use/configure it.

metacoding commented 3 months ago

CleanShot 2024-03-31 at 19 03 15@2x

yagil commented 3 months ago

@metacoding indeed this model (and any other LLM) can only generate text natively. In this case it's "hallucinating" this link, or in other words it's making it up. It's advised to never trust links generated in this way. More about LLM hallucinations: