By jadefalkner
Generate comic-style illustrations from text descriptions with optional reference images for style consistency
Generate comic-style illustrations from text descriptions using Google Gemini. Supports reference images for consistent character design and art style across multiple panels.
Text description + optional reference image → Gemini → Comic-style PNG
/plugin marketplace add Jadefalkner/jadefalkner-plugins
/plugin install prettycomics@jadefalkner-plugins
Then use /prettycomics:prettycomic to create illustrations.
git clone https://github.com/Jadefalkner/prettycomics.git
cd prettycomics
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
Create a .env file:
GEMINI_API_KEY=your-key-here
# Optional: Kie.ai as fallback
KIE_API_KEY=your-key-here
Generate an illustration:
# Simple comic
python generate.py "a robot debugging code at 3am, surrounded by coffee cups"
# With reference image for style consistency
python generate.py "the same robot now celebrating a successful deploy" --ref previous-comic.png
# Different style
python generate.py "hackers in a neon-lit server room" --style cyberpunk
generate.py "<description>" [options]
--ref PATH Reference image for style consistency
--style STYLE Visual style preset (default: comic)
-o, --output PATH Output path (default: output/comic.png)
--resolution 1K|2K|4K Resolution (default: 2K)
--aspect-ratio RATIO Aspect ratio (default: 16:9)
--backend kie|gemini Override rendering backend
| Style | Description |
|---|---|
comic | Classic colorful comic book / webcomic (default) |
manga | Japanese manga with speed lines, screen tones |
cyberpunk | Dark futuristic with neon colors, glitch effects |
retro | 1960s pop art, halftone dots, bold primary colors |
pixel | 16-bit pixel art, limited color palette |
Color defaults are applied per style but can be overridden — if your description mentions colors ("black and white", "pastel", "neon"), the default is skipped.
The --ref flag enables style consistency across multiple generations. The model matches:
This is useful for creating comic series with a consistent look, or matching an existing illustration style.
Both backends use the same underlying model (Nano Banana Pro / gemini-3-pro-image-preview). If both API keys are configured, the primary backend is tried first. On failure, the other is used as fallback.
| Google Gemini (default) | Kie.ai | |
|---|---|---|
| API Key | GEMINI_API_KEY | KIE_API_KEY |
| Pricing | Google AI free tier / pay-as-you-go | 18 credits (~$0.09) / image |
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jadefalkner/jadefalkner-plugins --plugin prettycomicsOriginal editorial illustrations where a recurring mascot performs the idea — ten bundled print looks, custom characters via a built-in character builder, palettes derived from your own site's colors. Ships the illo Agent Skill and its dual-backend image engine: free generation through your Codex CLI subscription (gpt-image-2) when available, OpenRouter otherwise.
OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill + CLI. Gallery-first prompt patterns, reference-image editing workflows, and a packaged CLI for skill-capable agent runtimes.
Visual creative expert — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration
Research & Implementation Supercharged with a curated list of AI skills for academic paper analysis, code generation, comic creation, visual schemas, and deep research.
AI image generation CLI powered by Gemini 3.1 Flash (default) and Gemini 3 Pro. Multi-resolution, aspect ratios, cost tracking, green screen transparency, and reference images.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.