01The problem
Before this platform, producing a single webtoon series meant hiring a full production team — writers, artists, editors — and it typically took close to a year per series. The client wanted an AI system that could compress that into a few months without losing what makes a webtoon readable: a compelling script and characters who look like themselves across hundreds of panels.
That second part is the hard one. Generative image models are naturally inconsistent from one generation to the next — the same character prompt can drift in face, outfit, or proportions panel to panel. Any system built for this had to solve character identity as a first-class problem, not an afterthought.
02A multi-agent pipeline, not one big agent
The system is split across several specialized agents, each responsible for one part of the pipeline, with a human reviewer team sitting in the loop as a hard gate before anything expensive happens.
The script side and the character-art side run as two lanes that fork after the Writer Agent and merge twice — once at the Human Reviewer Team gate, once inside the Image Generation & Training System at final rendering. Three separate revise loops (script, sketches, or a human reject) all send work back to the same place: the Script Writer Agent.
03Sample output
Three finished chapters, rendered end to end by the pipeline — script, character art, and panel generation all produced by the system above.
04Inside the AI Webtoon admin
The pipeline isn't just an API — the team operates it through an internal admin tool: a run view of the pipeline itself, plus a dedicated screen per agent for the parts that need human eyes (reviewing scripts, generating and QA-ing character sketches, training LoRAs, checking generated panels).









