Local AI Image Critic Tool Uses Ollama Vision Models for Feedback

✍️ OpenClawRadar📅 Published: April 18, 2026🔗 Source
Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
Ad

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
Ad

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

Ad

👀 See Also

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
Tools

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift

A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

OpenClawRadar
ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms
Tools

ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms

ClaudeClaw is a free, open-source MIT-licensed Claude Code plugin that runs Claude as a persistent agent on Slack, WhatsApp, and Telegram. It requires Node.js 20+, Claude Code, and your own Anthropic API key, with OS-level sandbox isolation via Anthropic's sandbox-runtime.

OpenClawRadar
Local Trello-Style Project Manager for OpenClaw Agents
Tools

Local Trello-Style Project Manager for OpenClaw Agents

A developer built a local Trello-like project management tool that runs on the same machine as their OpenClaw agent, storing cards as markdown files with YAML frontmatter. The system uses Node.js/Express for the API, React for the UI, and allows the AI agent to read/write files directly on the filesystem.

OpenClawRadar
Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents
Tools

Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents

Quanta-SDK v0.9.2 now includes an MCP (Model Context Protocol) server that provides AI agents like Claude or GPT with tools to execute and interpret quantum circuits. The server offers over 20 tools including circuit execution on IBM hardware, result interpretation, noise analysis, and quantum financial pricing.

OpenClawRadar