Displays embedded generation metadata - prompts, parameters, workflows - directly in Eagle's inspector panel. Supports Automatic1111, ComfyUI, NovelAI, and InvokeAI. Works fully offline. No external servers.
Metadata Inspector is an Eagle inspector panel plugin. Select any AI-generated image and the plugin instantly displays its embedded prompts, parameters, model names, LoRAs, and more - no internet connection required. It also indexes your full library in the background so you can see at a glance how many other images share the same prompt.
Features:



Requirements:
Usage:
First run:
On first use the plugin builds a prompt index over your entire library in the background. This runs in batches of 40 images with small pauses between each batch to keep Eagle's UI responsive. Subsequent launches only re-index images added since the last run. You can rebuild or clear the index at any time from Settings → About → Prompt Index.
Tips:
Fixed settings panel height to auto-fit the active section without scrolling.
Fixed workflow JSON scrollbar corner rendering white in dark themes.
Fixed theme flash on plugin reload by caching the active theme and applying it before first paint.
Added image preview overlay with scroll-to-zoom, drag-to-pan, and double-click reset.
Added "Thumbnail click" setting - open preview in inspector or jump directly to library.
Fixed several inspector refresh and shared-thumbnail flicker issues for smoother browsing.
Fixed duplicate shared-prompt panels and stale match/index edge cases while switching images quickly.
Improved metadata parsing reliability for JPEG, EXIF, NovelAI, and ComfyUI edge cases.
Improved theme, localization, and settings robustness.
Improved responsiveness with async-first file access and smoother match rendering.
- Initial public release