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

How to Move or Rename Claude Code Project Folders Without Losing Session History
Claude Code stores session history using absolute project paths, so moving or renaming folders with mv breaks session access. The clamp tool fixes this by migrating session data to match new paths.

Nudge: A local-first app that surfaces Claude-generated plans via contextual triggers
Nudge is a free, local-first iOS/Android app that lets you paste markdown plans (from Claude, ChatGPT, Notes) and attach triggers like time, location, Wi-Fi, inactivity, or one-time to surface them via local notifications.

TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser
TailClaude is an open source web UI that lets you access and continue Claude Code sessions from your phone or any browser in under a minute using Tailscale. The project was built with Claude Code assistance for scaffolding, SSE streaming backend, mobile-first chat UI, and QR code integration.

Brain: A Persistent Error Memory System for Claude Code via MCP
Brain is an open-source MCP server that gives Claude Code persistent, cross-project memory for errors and solutions. It captures error context, suggests proven fixes with confidence scores, and builds a weighted synapse network connecting errors, solutions, and code modules across all projects.