Made a Python tool that automatically catches bad AI generations (extra fingers, garbled text, prompt mismatches)
r/StableDiffusion
•
AI Tools
I've been running an AI app studio where we generate millions of images and we kept dealing with the same thing: you generate a batch of images and some percentage of them have weird artifacts, messed up faces, text that doesn't read right, or just don't match the prompt. Manually checking everything doesn't scale. I built evalmedia to fix this. It's a pip-installable Python library that runs quality checks on generated images and gives you structured pass/fail results.