An advanced local image analysis plugin for LM Studio. It lists image files in the working directory and analyzes selected images using the currently loaded vision-capable model.
This project is a fork of Analyze Images.
It is designed to work well with DuckDuckGo Advanced and Visit Website Advanced, which can download images into the working directory.
Tools
List Local Images Advanced
Search Local Images Advanced
Analyze Local Image Advanced
What is improved in this advanced version
Added List Local Images Advanced so the assistant can discover available local images before analysis.
Renamed the analysis tool to Analyze Local Image Advanced for clearer coexistence with the original plugin.
Supports image file names and relative paths from the working directory.
Rejects absolute paths and parent-directory traversal for safer local file access.
If a *-thumb.webp file is selected, the tool tries to analyze the matching full-size image first.
Makes context optional while still allowing the assistant to pass source, intent, constraints, or prior findings when useful.
Returns a clear error if the currently loaded model does not support vision.
Reads sidecar JSON metadata generated by Visit Website Advanced and DuckDuckGo Advanced.
Can list local images with captions, source URLs, metadata paths, and download times.
Can search local images by caption, alt text, source page URL, original image URL, search query, or file name.
Automatically injects sidecar metadata as context when analyzing an image.
Supported image formats
.jpg
.jpeg
.png
.webp
.gif
.bmp
.tiff
.tif
.avif
Installation
Install from LM Studio Hub:
yuanjumay/analyze-images-advanced
Then click Run in LM Studio.
Usage
With the plugin enabled, the assistant can:
List available local images with List Local Images Advanced.
Select an image file name or relative path.
Analyze it with Analyze Local Image Advanced using the currently loaded vision-capable model.
If a non-vision model is loaded, the tool returns an explicit error asking you to load a vision model.
Example prompts:
List local images.
Analyze this image and describe what it shows.
Compare the downloaded product images.
Read any visible text in this image.
Analyze the image using this context: it came from a web search result.
Works great with DuckDuckGo Advanced and Visit Website Advanced