Skip to content

shipdeckai/image-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-gen

Image Gen

10 AI image providers. One unified interface.
Generate images with OpenAI DALL-E, BFL FLUX, Stability AI, Ideogram, Google Gemini, FAL, Leonardo, Recraft, Replicate, and ClipDrop through a single CLI or Claude Code plugin.

License GitHub Stars Claude Code Plugin

Website · Get the Plugin


Plugin Moved

The Image Gen plugin code has moved to shipdeckai/claude-skills.

This repository now hosts only the landing page.

Installation

For Claude Code Users

  1. Add the marketplace (run inside Claude Code):

    /plugin marketplace add shipdeckai/claude-skills
    
  2. Install the image-gen plugin:

    /plugin install image-gen@shipdeckai/claude-skills
    
  3. Configure at least one API key in your shell profile:

    export OPENAI_API_KEY="sk-..."       # For DALL-E
    export BFL_API_KEY="..."             # For FLUX (best quality)
    export STABILITY_API_KEY="..."       # For Stable Diffusion
  4. Use in any Claude Code session:

    > Generate a professional product photo of a coffee mug
    

Showcase

Hero Image

Artistic Logo Product

Why Image Gen?

Feature Image Gen Single-Provider Tools
Providers 10 1-3
Automatic Fallbacks ✅ Yes ❌ No
Intelligent Selection ✅ Claude picks best provider ❌ Manual
Type Safety ✅ Full TypeScript Varies
Claude Code Native ✅ Built-in Some

Supported Providers (10)

Provider Best For
OpenAI (DALL-E 3) General purpose, text rendering
BFL (FLUX.2) Photorealism, product shots, 4K
Stability AI (SDXL) Controlled generation, img2img
Ideogram (v3) Typography, logos, text in images
Google Gemini (Imagen) Multi-image composition, multimodal
FAL Fast iterations, FLUX models
Leonardo Artistic renders, fantasy, characters
Recraft (v3) #1 ELO ranked, vector output
Replicate Open source models, flexibility
ClipDrop Upscaling, background removal, editing

License

MIT