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

Atoo Studio: Open-Source Workspace for Managing Multi-Project Claude Code Workflows
Atoo Studio is an open-source workspace built to address terminal and tab chaos when using Claude Code across multiple projects. It introduces session forking like Git branches and allows continuation across Claude Code, Codex CLI, and Gemini CLI.

Building a $6.4k Local LLM Server: TCO Breakdown vs API Costs
A developer shares a detailed total cost of ownership for a 4x MI100 local server running llama.cpp, compared to API equivalents including OpenAI and Z.AI coding plans.

Zerostack 1.0.0: A Unix-Inspired Coding Agent in Pure Rust
Zerostack is a coding agent written in pure Rust, modeled on Unix philosophy — small composable tools piped together via stdin/stdout.

Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code
A developer reverse-engineered Airtable's internal API and built an MCP server with 60+ tools, letting Claude Code and 15+ IDEs control database views, computed fields, and extensions. Already used by 2000+ users, it's free and open source.