The model has no memory β every generation re-rolls your character's face from scratch. This chapter is how to pin an identity down anyway, all the way to a finished comic page.
You've collected every steering wheel the model has: the loop (Ch.1), the knobs (Ch.2), LoRA patches (Ch.3), a style that's yours (Ch.4), pictures and poses (Ch.5), and a well-built prompt (Ch.6). This chapter spends all of it on one stubborn goal β and it's the one you actually asked about: how do I make a comic book?
A comic is the same character, recognizably one person, across dozens of panels. That's the hardest thing to ask a memoryless model for. So we'll climb a ladder β cheap tricks first, the real tool last β then wire the whole guide together into a page-by-page pipeline.
Chapter 4 already solved one kind of consistency: style. Fifty images that share a look β same inks, same palette, same light. That's a texture you can pin with a style block and a frozen recipe.
Identity is a harder animal. You want the same face β the jawline, the hair, the scar, the jacket β recognizably one person across poses, scenes, and moods. And here's the plain fact that makes it hard: the model has no memory. Type "young woman, red jacket, short black hair" and every generation hands you a brand-new stranger who happens to match the words. Description isn't identity. A police sketch fits a thousand people.
The fix is a ladder. Each rung holds the identity a little tighter than the last β and costs a little more to set up. Watch the difference the top rungs make: six renders "from the same brief," under three regimes.
Plain prompt: six strangers. Add a character block and the costume and silhouette lock, but the faces still wander. Add a character LoRA and it's one person in six moments β only pose, expression, and background move. Everything below is how you climb from the first panel to the last.
The cheapest rung is a specialization of Chapter 6's prompt anatomy: a character block β a frozen, verbatim chunk of description you paste into every prompt. Two rules make it work:
Be honest about what this buys you: the block won't lock the face, but it will lock the silhouette and costume β often enough for wide shots and backgrounds where the face is small. Pair it with the seed family trick from Chapter 2: when a seed produces an on-model face, note it, and reuse it for similar shots. A shortlist of good seeds plus a frozen block gets you surprisingly far before you spend a minute training anything.
Before you can lock an identity, you have to choose one. Don't decide face-by-face across a hundred panels β decide once, on a sheet. Generate a turnaround: prompt something like "character sheet, front view, side view, back view, same character, neutral background." Models render multi-view sheets surprisingly well, because artist reference sheets are all over the training data.
Reroll until you love someone. That sheet becomes your anchor asset β the single source of truth every downstream step points back to: the img2img source, the inpaint reference, and the seed of your LoRA dataset. Spin up a hero below:
Now Chapter 5 earns its keep. You've generated a panel: the composition is right, the pose is right β but the face drifted off-model. Two repair moves, both per-image:
These are cheap, manual, and per-image. For a one-page pin-up, they're all you need. For a 60-panel book, hand-fixing every face is a soul-grinding tax. Which is exactly what pushes you up the ladder to the real tool.
This is the rung that actually solves it. A character LoRA is Chapter 4's training, with the polarity flipped β and the flip is the whole idea, so hold it in your head:
The chicken-and-egg for an invented character β one that doesn't exist yet to photograph β is solved with a bootstrap loop:
Same reality as Chapter 4: DiffusionBee doesn't train. You build the dataset on your Mac, train in an external trainer (Kohya, an online notebook), then drop the resulting .safetensors into DiffusionBee's LoRA folder and trigger it by name.
Here's the combination that makes comics feel possible. Take Chapter 5's OpenPose and your character LoRA and run them together, and something lovely happens: they don't fight, because each steers a different thing.
Structure, identity, texture: three independent dials, exactly Chapter 3's stacking β now with a purpose. The drift demo up in Section 1 is that stack from the identity side; the pipeline below is the same stack pointed at a whole page.
One bit of etiquette when you stack a character + style LoRA (Ch.3): give the character the bigger vote β roughly 0.8β1.0 β and hold the style lower, around 0.5β0.7, so its texture doesn't melt the face you worked so hard to lock. If they start fighting β the face going flat, the style going grey β drop both weights a notch before you touch anything else.
So β the actual answer to "how do I make a comic book?" It's a workflow, and every step is a chapter you've already read:
Assemble a three-panel page below. Same hero every panel; pose, shot, backdrop, and expression per panel; and a lettering layer that lives on top β proving the bubbles never touch the model.
Every constant β the character, the style, the frozen knobs β is captured once in the environment; only the panel spec varies. So the whole page is a map (a fold) of one render function over a list of panels. Lettering happens after the fold, never inside it. Flip the languages β the shape is identical.
Time for the honest limits. Everything above assumes one character in frame. The moment you want two in a shared panel, prompts start to break down, in two predictable ways:
Working strategies, in order of how reliably they hold:
And that's the whole climb. Your hero exists on a sheet, a LoRA holds her face, a skeleton holds her pose, a style holds the ink, and bubbles land on top. Your pages exist. Chapter 8 makes them print-worthy.