Local AI Image Critic Tool Uses Ollama Vision Models for Feedback

A developer has released a free desktop application that provides AI image critique using local vision models through Ollama. The tool analyzes AI-generated images and generates structured feedback reports without requiring cloud services.
Key Features
- Runs 100% locally using Ollama vision models
- Uses llama3.2-vision by default, but can be switched to other vision models
- Generates clean reports with specific sections
- Works with both Flux/SD3 anime-style generations and photorealistic images
Report Structure
- What Looks Great - Positive aspects of the image
- What Could Be Improved - Areas needing enhancement
- Quick Scores - Ratings for Anatomy, Color Harmony, and Mood
- Overall Rating - With reasoning behind the assessment
- Prompt Upgrade Suggestion - Specific phrases to add to prompts for better next generations
Requirements
The tool requires Ollama to be already installed and a vision model pulled. The developer notes that if you don't have Ollama set up, this tool isn't suitable for you.
Current Status and Feedback Request
The developer has shared screenshots of the application interface and two example analyses. They're seeking feedback from users who actually work with vision models, asking what additional features would be useful. Potential improvements mentioned include more score categories, batch processing capabilities, and different focus options.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Claude Tag: @Claude on Slack for Multiplayer AI Collaboration
Anthropic launches Claude Tag on Slack — tag @Claude in channels, give it tools, and delegate async tasks. 65% of product team code now created by Claude.

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.

idea-reality-mcp: MCP server checks for existing tools before Claude writes code
A developer built an MCP server called idea-reality-mcp that scans GitHub repos, Hacker News discussions, npm packages, and PyPI before Claude writes any code, returning a 'reality signal' score from 0-100 indicating market competition.