What problem does it solve?
Automates the generation and editing of raster images using AI, reducing manual graphic design time and enabling rapid iteration of visuals for projects.
Core Features & Use Cases
- Built-in image generation and editing via the image_gen tool (no OPENAI_API_KEY required for basic use).
- Fallback CLI mode using scripts/image_gen.py for explicit model/size/transparency controls and true-transparent workflow.
- Transparent-image workflow: generate on a flat chroma-key background, then remove chroma key locally with the remove_chroma_key.py helper for alpha extraction.
- Prompt augmentation and structure: automatic prompt shaping and optional augmentation fields to guide outputs for product visuals, UI mocks, infographics, game art, and marketing visuals.
- References and scripts: modular resources in scripts/ and references/ for deterministic tasks and in-depth guidance.
Quick Start
Start by generating or editing images with the built-in image_gen tool, and switch to the CLI fallback by explicitly invoking the scripts/image_gen.py path when you need deterministic model controls or true-transparent outputs.