PrunaAI/P-Bench
24
P-Bench
Compare text-to-image models on quality, speed, and price. This repo is the Gradio dashboard: leaderboards, Pareto plots, and side-by-side samples.
The live Space is PrunaAI/P-Bench.
Run locally
From the repo root:
python -m venv .venv
source .venv/bin/activate
pip install "gradio==5.19.0" pandas -r requirements.txt
python app.pyrequirements.txt lists Plotly. Gradio and pandas are required locally; Hugging Face Spaces installs Gradio from the YAML sdk_version above.
Deploy
origin is the Space (https://huggingface.co/spaces/PrunaAI/P-Bench). Publish the current branch to the live app with:
git push origin HEAD:main