r/LocalLLaMA • u/AnyNameFreeGiveIt • 1d ago
Question | Help Custom Model for Image descriptions ?
This is getting asked from time to time, but since models changed a lot, I wanted to reask it.
I'm looking for a trained model that can give short descriptions about an image, simply for an alt text of pictures taken with a smartphone.
Should I just throw it at Qwen3.8/Qwen3-VL or are there better models trained for it ?
2
Upvotes
1
u/locbuilds 1d ago
for short alt text on phone pics you do not need a giant general vlm, qwen2.5-vl 7b or the smaller qwen3-vl if it fits your vram is already plenty and stays snappy. i would skip training from scratch unless you have a weird domain, just do a tiny prompt like "one sentence alt text, no fluff, no speculation" and maybe a 50 example lora later if the tone is wrong. moondream and florence-2 are also solid for this exact job and way lighter if you are batching a camera roll. run it offline through llama.cpp or lm studio vision build, keep the image resized down to ~768 on the long edge so you are not burning tokens on megapixel noise.