Ai Image Gen Pro
/install ai-image-gen-pro
\r \r
AI Image Generation\r
\r
Generate images with 50+ AI models via inference.sh CLI.\r
\r
\r
\r
Quick Start\r
\r
Requires inference.sh CLI (
infsh). Install instructions\r \r
infsh login\r
\r
# Generate an image with FLUX\r
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'\r
```\r
\r
\r
## Available Models\r
\r
| Model | App ID | Best For |\r
|-------|--------|----------|\r
| FLUX Dev LoRA | `falai/flux-dev-lora` | High quality with custom styles |\r
| FLUX.2 Klein LoRA | `falai/flux-2-klein-lora` | Fast with LoRA support (4B/9B) |\r
| **P-Image** | `pruna/p-image` | Fast, economical, multiple aspects |\r
| **P-Image-LoRA** | `pruna/p-image-lora` | Fast with preset LoRA styles |\r
| **P-Image-Edit** | `pruna/p-image-edit` | Fast image editing |\r
| Gemini 3 Pro | `google/gemini-3-pro-image-preview` | Google's latest |\r
| Gemini 2.5 Flash | `google/gemini-2-5-flash-image` | Fast Google model |\r
| Grok Imagine | `xai/grok-imagine-image` | xAI's model, multiple aspects |\r
| Seedream 4.5 | `bytedance/seedream-4-5` | 2K-4K cinematic quality |\r
| Seedream 4.0 | `bytedance/seedream-4-0` | High quality 2K-4K |\r
| Seedream 3.0 | `bytedance/seedream-3-0-t2i` | Accurate text rendering |\r
| Reve | `falai/reve` | Natural language editing, text rendering |\r
| ImagineArt 1.5 Pro | `falai/imagine-art-1-5-pro-preview` | Ultra-high-fidelity 4K |\r
| FLUX Klein 4B | `pruna/flux-klein-4b` | Ultra-cheap ($0.0001/image) |\r
| Topaz Upscaler | `falai/topaz-image-upscaler` | Professional upscaling |\r
\r
## Browse All Image Apps\r
\r
```bash\r
infsh app list --category image\r
```\r
\r
## Examples\r
\r
### Text-to-Image with FLUX\r
\r
```bash\r
infsh app run falai/flux-dev-lora --input '{\r
"prompt": "professional product photo of a coffee mug, studio lighting"\r
}'\r
```\r
\r
### Fast Generation with FLUX Klein\r
\r
```bash\r
infsh app run falai/flux-2-klein-lora --input '{"prompt": "sunset over mountains"}'\r
```\r
\r
### Google Gemini 3 Pro\r
\r
```bash\r
infsh app run google/gemini-3-pro-image-preview --input '{\r
"prompt": "photorealistic landscape with mountains and lake"\r
}'\r
```\r
\r
### Grok Imagine\r
\r
```bash\r
infsh app run xai/grok-imagine-image --input '{\r
"prompt": "cyberpunk city at night",\r
"aspect_ratio": "16:9"\r
}'\r
```\r
\r
### Reve (with Text Rendering)\r
\r
```bash\r
infsh app run falai/reve --input '{\r
"prompt": "A poster that says HELLO WORLD in bold letters"\r
}'\r
```\r
\r
### Seedream 4.5 (4K Quality)\r
\r
```bash\r
infsh app run bytedance/seedream-4-5 --input '{\r
"prompt": "cinematic portrait of a woman, golden hour lighting"\r
}'\r
```\r
\r
### Image Upscaling\r
\r
```bash\r
infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'\r
```\r
\r
### Stitch Multiple Images\r
\r
```bash\r
infsh app run infsh/stitch-images --input '{\r
"images": ["https://img1.jpg", "https://img2.jpg"],\r
"direction": "horizontal"\r
}'\r
```\r
\r
## Related Skills\r
\r
```bash\r
# Full platform skill (all 150+ apps)\r
npx skills add inference-sh/skills@infsh-cli\r
\r
# Pruna P-Image (fast & economical)\r
npx skills add inference-sh/skills@p-image\r
\r
# FLUX-specific skill\r
npx skills add inference-sh/skills@flux-image\r
\r
# Upscaling & enhancement\r
npx skills add inference-sh/skills@image-upscaling\r
\r
# Background removal\r
npx skills add inference-sh/skills@background-removal\r
\r
# Video generation\r
npx skills add inference-sh/skills@ai-video-generation\r
\r
# AI avatars from images\r
npx skills add inference-sh/skills@ai-avatar-video\r
```\r
\r
Browse all apps: `infsh app list`\r
\r
## Documentation\r
\r
- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI\r
- [Image Generation Example](https://inference.sh/docs/examples/image-generation) - Complete image generation guide\r
- [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem\r
\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-image-gen-pro - After installation, invoke the skill by name or use
/ai-image-gen-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Ai Image Gen Pro?
Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image,... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install Ai Image Gen Pro?
Run "/install ai-image-gen-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Image Gen Pro free?
Yes, Ai Image Gen Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Image Gen Pro support?
Ai Image Gen Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Image Gen Pro?
It is built and maintained by bingze00000 (@bingze00000); the current version is v1.0.0.