Image Gen Compare
/install image-gen-compare
Image Gen Compare
Generate images from the same prompt across multiple models and compare results. Tracks costs, generation time, and quality for informed model selection.
Supported Models
| Model | Type | Cost | Speed (M4) |
|---|---|---|---|
| DALL-E 3 | Cloud (OpenAI) | ~$0.04-0.08/img | 5-10s |
| FLUX.1-schnell | Local (mflux) | Free | ~105s |
| Gemini Imagen 4.0 | Cloud (Google) | $0.04-0.13/img | 3-8s |
| SDXL-Turbo | Local (diffusers) | Free | ~15s (512px) |
Usage
python3 scripts/image_gen_compare.py --prompt "cyberpunk alley at night"
python3 scripts/image_gen_compare.py --model dalle3 # Single model
python3 scripts/image_gen_compare.py --list # Previous runs
Key Lesson
Gemini (Imagen 4.0) beats fine-tuned SD 1.5 with zero training. Use commercial APIs for production quality; local models for experimentation, privacy, and offline use.
Files
scripts/image_gen_compare.py— Comparison script with metadata logging
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-gen-compare - After installation, invoke the skill by name or use
/image-gen-compare - Provide required inputs per the skill's parameter spec and get structured output
What is Image Gen Compare?
Side-by-side comparison of paid vs local image generation models — DALL-E 3, FLUX.1-schnell, Gemini Imagen, and others. Generates images from the same prompt... It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.
How do I install Image Gen Compare?
Run "/install image-gen-compare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image Gen Compare free?
Yes, Image Gen Compare is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image Gen Compare support?
Image Gen Compare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image Gen Compare?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.1.