← Back to All Products
Product & Solution · AI Content Generation · Visual ScienceProduct Plan · Internal Prototype
🎨

Comic Builder · AI Science-Popularization Comic Generator

Turn "Quantum Entanglement / Relativity / Evolution" into 6 readable comic panels with one sentence

Comic Builder is an AI tool that industrializes the production of multi-panel science-popularization comics from a one-sentence topic. Built on the baoyu-comic skill, it first uses an LLM to parse the requirement into content analysis + 6-segment storyboard, then generates an image prompt per panel, calls the image-generation API panel-by-panel, and finally stitches all panels into a single comic. The full progress is pushed to the frontend via SSE in real time, with a 6-panel typical task completing in 1-3 minutes. Designed to turn abstract science / engineering / business concepts into publishable visual content.

RELATED SYSTEMS

Content Industrialization Matrix

Comic Builder focuses on "6-panel visual science comics"; yanxuan-story focuses on "9-step short-story pipeline"; novel-writing focuses on "30-step long-form creation" — the three form a "long-form → short-form → visual" content industrialization matrix.

Product Demo

Core Modules

🖥️

Generation Progress (Content Analysis → Storyboard → Prompt → Incremental Panel N → Stitched Comic)

PRODUCT MODULE
Generation Progress (Content Analysis → Storyboard → Prompt → Incremental Panel N → Stitched Comic)
🖥️

6-Panel Comic Output · Brief History of Evolution (XiaoAi & Guangsu)

PRODUCT MODULE
6-Panel Comic Output · Brief History of Evolution (XiaoAi & Guangsu)

Design Philosophy

Decompose "generate comic" into 9 independently observable, rerunnable, debuggable engineering steps, so "one sentence to comic" is not a black box.

🧩

Content Analysis Before Drawing

CONTENT_FIRST

On receiving a requirement, the first step is not to draw but to let the LLM distill the topic, knowledge-point structure, concept relations, and narrative rhythm — only after content analysis passes do we move to storyboard, avoiding "fix the setup after drawing".

🎬

Storyboard & Image Prompt Decoupled

SCRIPT_TO_PROMPT

The storyboard only describes "what this panel says / who does what / camera / dialogue", and image prompts are derived independently by the prompt generator from storyboard + characters + style — readable storyboards, reproducible prompts, unified style.

🔁

Incremental Panel Generation

INCREMENTAL_CELLS

Call the image-generation API panel-by-panel from 1 to N, push each completed panel back to the frontend showing "Panel N complete (XXX KB)"; any failed panel can be retried independently without restart.

🧵

Auto-Stitch into a Complete Comic

AUTO_STITCH

Once all panels are generated, PIL auto-stitches them into a single complete comic with unified font size, panel borders, and style — the 6-panel deliverable is a single publishable PNG/JPG, no external layout needed.

Industry Status & Pain Points

Translating "expert knowledge" into "visual content the public can read" has long suffered 6 common pain points, each lowering reach and conversion.

📜

Long & High-Threshold Science Copy

Traditional science articles run 3000-5000 words — unfriendly to the public; short videos are short but low-density and rewatch-costly; comics are the recognized best compromise yet hard to mass-produce.

🖌️

Illustrator Capacity Limited & Costly

Hiring an illustrator for 6 panels takes 1-2 weeks and ¥1000+ per piece; revision communication cost is high, style is hard to unify, multi-topic serialization is nearly impossible.

🤖

Generic Image Gen "AI Flavor"

Using generic image models directly for comics, the character's look / clothing / pose drift each panel, dialogue misaligns with the picture, style is inconsistent — finished work is hard to publish.

🎭

Character & Style Hard to Unify

The same character must keep consistent look / clothing / props across 6 panels (XiaoAi + Guangsu the tabby with a pocket watch); generic models can't be panel-faithful, only single-panel compromises.

⏱️

Generation Process Unobservable

Generating 6 panels typically takes 1-3 minutes; users can't see progress, don't know which panel is stuck, can't rerun a single panel — "click and wait 3 minutes" is a bad experience, users won't retry.

📐

High Post-Layout Cost

After generating single panels, manual stitching, font-size adjustment, and unified panel borders take 1-2 hours; in batch production this step is the biggest bottleneck.

Core Capabilities · 9-Step Engineering Pipeline

From "one-sentence requirement" to "6-panel publishable comic", the full 9-step chain runs independently, observably, and rerunnably per step.

🔑

OpenAI-Compatible API Key

Support any OpenAI-compatible LLM + image-generation API (default agnes-ai agnes-2.5-pro + agnes-image-2.1-flash). Key stays in browser local storage, never on disk. Switch models by changing Base.

📝

Natural-Language "Comic Requirement" Input

"Turn "Quantum Entanglement" into a 6-panel science comic. Characters: 14-year-old middle-schooler + tabby with pocket watch. Style: fresh." The more specific the requirement, the more stable the output. Two-segment "Elements + Requirements" prompting supported.

🧮

Configurable Panel Count (default 6)

Default 6 panels fits science / concept explanation; configurable 2 / 4 / 8 / 12 to adapt different topics and platform tones, with auto layout adjustment.

🎨

Multiple Styles (ligne-claire / default fresh / etc.)

Built-in multiple style enums (ligne-claire clean lines / children-book / flat illustration / retro watercolor / etc.) — pick style by topic, no per-panel drift.

📊

Content Analysis + Storyboard

LLM first outputs "content analysis" (topic decomposition + knowledge-point list + character inventory + narrative arc), then breaks it into N "storyboard" segments (per-panel scene / dialogue / camera), with structured output before prompts.

✍️

Auto Image Prompt Generation

Auto-derive 6 high-quality image prompts from "storyboard + character profiles + style" (including character-consistency constraints + style keywords + camera language); each can be independently copied to any image model for verification.

🖼️

Panel-by-Panel Incremental + Real-Time Progress

Generate 1→N panels sequentially; each completion pushes "Incremental Panel N complete (XXX KB)" to frontend via SSE. Any failed panel can be retried independently.

🧷

Auto-Stitch + Unified Layout

PIL stitches all panels into one complete comic with unified canvas size, font size, panel borders, and whitespace. Output is directly publishable, downloadable, and second-editable.

Quick Examples + Evolution History

Built-in 3 quick examples ("Core Concepts of Relativity" / "Quantum Entanglement 101" / "Brief History of Evolution") — one click fills the "Comic Requirement" and triggers generation, lowering first-use barrier.

9-Step Generation Flow · From Requirement to Comic

The 9-step full-chain engineering flow from "one-sentence requirement" to "6-panel complete comic": each step has independent prompt / log / rerun capability.

Engineering Flow
1
Content Analysis
LLM distills the topic, key concepts, character inventory, narrative arc, and knowledge-point structure from the requirement — only after content structure passes do we move to storyboard, avoiding "fix the setup after drawing".
2
Storyboard
Split into N structured storyboard segments (per-panel scene / dialogue / camera / character), 6 segments total, consistent with content analysis.
3
Generate Image Prompts
Auto-derive 6 image prompts from "storyboard + character profiles + style" (including character-consistency constraints + style keywords + camera language).
4
Incremental Panel 1 Generation
Call image-generation API for panel 1, push back "Incremental Panel 1 complete (XXX KB)"; failed panels can be retried independently.
5
Incremental Panels 2-5 Generation
Generate incrementally from 1→N, each with independent progress and independent output; keep character look and style consistent across 6 panels.
6
Incremental Panel 6 Generation
Complete the last panel (typical 1-1.5 KB), all storyboard outputs are ready, preparing to enter the stitching stage.
7
Character Consistency Check
Optional: extract character features from 6 panels for similarity check; if drift is too large, auto-rerun the most-drifted panel.
8
Unified Layout & Font Size
PIL lays out with unified canvas size, font size, panel border, and whitespace rules, avoiding size misalignment from direct pasting.
9
Stitch Comic
Combine all panels + unified layout into 1 complete comic (output size around 1 MB), save to outputs/<task_id>/, downloadable, second-editable.
Each Step Rerunnable
Any of the 9 steps can be retried independently on failure (especially Incremental Panel N), without restart; progress is pushed back in real time via SSE, and each step's state and output are visible on the frontend.
Character Profiles + Style Unified Injection
The "character profiles" (XiaoAi + Guangsu etc.) and "style" (ligne-claire etc.) extracted from the requirement are injected as unified constraints into every image prompt, ensuring character and style consistency across 6 panels.
OpenAI-Compatible Multi-Model
Backend defaults to agnes-ai (agnes-2.5-pro + agnes-image-2.1-flash), but any OpenAI-compatible LLM + image API can run (GPT-4o / Claude / Tongyi / Zhipu / DeepSeek / self-hosted), only Base and Key change.

Key Outcomes · Industrial-Grade Comic Generation Capability

Upgrade "AI-generated comics" from one-off demo to engineered, reusable visual-science production line.

9-step
Engineering Pipeline
From content analysis to comic stitching
6 panels
Per Run
Default 6, configurable 2/4/8/12
1-3 min
Typical 6-Panel Time
From click-generate to complete comic
3+
Styles + 3 Quick Examples
ligne-claire / children-book / flat + Quantum / Relativity / Evolution

Key Breakthroughs

The difficulty is not "single panel drawing" but connecting "content → storyboard → prompt → incremental generation → stitching" into an observable, rerunnable, unified-style industrial production line.

🎬

Storyboard & Image Prompt Decoupled

The "storyboard" only describes "what this panel says / who does what / dialogue", and image prompts are derived independently by a generator from the storyboard — readable storyboards, reproducible prompts, unified style, avoiding the "AI flavor" and dialogue misalignment of generic models.

🔁

Incremental Panels + SSE Real-Time Progress

Generate 6 panels 1→N sequentially, each independently pushing "Incremental Panel N complete (XXX KB)" to the frontend; any failed panel can be retried independently (no full retry), and the entire process is fully observable.

🎨

Character Profiles + Style Unified Constraints

Extract "character profiles" (XiaoAi + Guangsu etc.) and "style" (ligne-claire etc.) from the requirement and inject as unified constraints into every prompt, keeping the same character consistent across 6 panels — solving the generic-model "AI flavor + character drift" twin pain points.

🧷

Auto-Stitch + Second-Editable

PIL auto-stitches into one complete comic with unified canvas / font size / panel border; output saves to outputs/<task_id>/, downloadable, second-editable — upgrading "6 separate AI images" to "1 publishable comic".

Business Value

Convert technical capability into quantifiable, reusable business value.

Improvements Delivered
Compress the "science / concept explanation" visual capacity from 1-2 weeks/piece (illustrator) to 1-3 minutes/piece (AI), single-image cost down 99%+.
9-step engineering pipeline + incremental panels + SSE real-time progress — each step independently observable and rerunnable — upgrading from "click and wait 3 minutes" to "fully controllable & adjustable throughout".
Character profiles + style unified constraints keep the same character consistent across 6 panels (XiaoAi + Guangsu the tabby), solving the two big generic-model pain points: "AI flavor + character drift".
OpenAI-compatible interface adapts to any LLM + image-generation API (agnes-ai / GPT-4o / Claude / Tongyi / self-hosted) — no single-vendor lock-in.
Auto-stitch into one complete comic (no manual layout needed), output directly publishable / downloadable / second-editable, perfect for multi-platform distribution: official accounts, video channels, courseware, PPT illustrations.
Built-in 3+ quick examples (Quantum Entanglement / Relativity / Evolution) one-click fills the requirement, lowering first-use barrier; even cold start can output a comic in 30 seconds.
Applicable Scenarios
Official accounts / video channels / Xiaohongshu / Zhihu science-popularization illustrations: turn hardcore concepts into 6-panel comics, reach up 3-5x.
Course and training materials: visual courseware for abstract physics / chemistry / biology / programming / economics concepts, 20 images in 1 hour.
Enterprise internal training & brand content: visualized cards for product philosophy / methodology / technical architecture, with unified character and style.
PPT / white paper illustrations: 6-panel comics as concept images embedded in technical reports, unified style, clear copyright, no stock-image collision.
📌

Content Under Active Update

Product content has been published based on internal materials. The following areas are planned for further development:

More style templates (retro watercolor / cyberpunk / minimal line / Japanese manga / Chinese ink) and style customization
Reusable character profile library (beyond XiaoAi / Guangsu) + upload reference images to train dedicated character looks
Image-generation failure retry & degradation (auto-switch backup model on API rate limit / degrade to text panel / local repair)
Batch generation (one outline produces 10 different-style versions for A/B) and multi-language (zh/en/ja/ko) output
Direct integration with official-account editor / Canva / Figma (generate-and-push, no download-re-upload)
Accumulating "publishable visual-science content assets": auto-archive comics + tag search + second-editing workbench
Contact Us

Start AI Partnership

Whether in government, finance, manufacturing, consumer, or content, we can customize vertical AI agent solutions for you.

📍

Address

Xiamen, Fujian · Wuhan OPC (planned)

🌐

Xianma AI

Xiamen Xianma Intelligent Technology Co., Ltd.

© 2024-2026 Xiamen Xianma Intelligent Technology Co., Ltd. · AI Agent Solutions · www.xianma.top

Products: 15active projects