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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-gen-compare - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-gen-compare触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 Image Gen Compare?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-gen-compare」即可一键安装,无需额外配置。
Image Gen Compare 是免费的吗?
是的,Image Gen Compare 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Gen Compare 支持哪些平台?
Image Gen Compare 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Gen Compare?
由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.1。