{"slug": "my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story", "title": "My AI drew the hero as a different man in every scene. It's one guy's life story", "summary": "A developer building fully automated explainer videos discovered that their AI-generated hero changed appearance in every scene, along with historical inaccuracies such as anachronistic ships and crowns. They solved the consistency problem by declaring character and setting details once in a 'character card' that gets injected into every prompt, and by adding a vision-capable AI checkpoint that inspects generated images and regenerates failing scenes. This approach eliminated the need to beg the AI for consistency and caught errors that negative instructions could not.", "body_md": "I build explainer videos fully automatically. For each scene, a local image-generation AI draws that moment, one frame at a time. I was making one about an ancient Roman general — the whole life of a single man.\n\nWhen it was done, I watched it back from the top, scene by scene. And then I froze.\n\nThe hero is a **different person** in every scene.\n\nIn one shot, a king wearing a crown. In the next, a young soldier in a plumed helmet. After that, a white-bearded old man. ...The same guy, supposedly. A biography of one man, and the lead's face changes every time. That's a fatal wound.\n\nAnd when I looked closer, history had gotten sloppy too. An ancient naval battle — but the ship is a **tall sailing ship from the Age of Exploration** (not an oar-driven ancient galley; we're off by more than a thousand years). A figure from the Roman Republic wearing a **crown** (Rome executed people just for *wanting* to be king. The irony is a bit much). A **dome** in the distant cityscape that has no business being there. And on the stone arch, **broken pseudo-Latin** carved into it.\n\nWhy does this happen? The answer was simple.\n\n**I was writing each scene's prompt independently.** I'd ask for scene 1's image, then ask for scene 2's, and so on — each one a separate request. So the AI re-imagines the hero's face, and the historical setting, from zero every single time. Asking independently *means* drifting every single time.\n\nPraying \"draw the same person\" in words, every time, gets you nowhere. The pictures don't listen.\n\nThe first move was **reuse of a declaration**.\n\nThe hero's appearance — age, hair and beard, armor, cloak, right down to \"wears no crown\" — gets written **in one place, once**. I call it the character card. Then each scene's prompt just **references the character with a placeholder**. Right before generation, the card's contents get auto-injected into every scene.\n\nThe shared historical constraints (ancient era, galley not tall ship, no crown, no dome...) get declared once the same way and injected into every prompt.\n\nWith that, the hero landed at a level where you can recognize him as \"the same person.\" The ships became galleys. The crown vanished. Because **the appearance lives in one place**, if I want to change something, I edit one line and it takes effect across every scene. The chore of rewriting it by hand every time — gone.\n\nBut some things didn't go away no matter what I declared. Write \"don't draw a dome,\" write \"don't draw text,\" and the model calmly draws a dome and carves a fake inscription into the arch.\n\nNegative instructions (\"don't do X\") had, for this model, roughly the force of \"**it'd be nice if you honored this.**\" Declaring a thing and enforcing a thing are two different things.\n\nSo the move I made was **a checkpoint on the pixels.**\n\nBefore the heavy step of rendering the video, **I have a vision-capable AI inspect the generated image itself.** Not the prompt string — the pixels that came out. \"Any broken fake text? Any anachronisms (modern tall ships, crowns, domes)? Does the lead look like the same person? Does the picture actually depict this scene's narration?\" Only the scenes that fail get regenerated with a new random seed. Loop until they pass.\n\nThat checkpoint caught exactly the things declaration couldn't kill. The fake inscription on the arch, and the dome in the background. Reroll the seed, redraw, and they were gone.\n\nThe funny part: this is really just **the thing I did by hand first — glaring at each scene one at a time** — turned into a mechanism. I replaced human visual QA with an AI visual gate.\n\nI stopped begging the AI to \"draw the same person every time.\" **Write the character card once, and place a checkpoint that doubts the pictures that come out.** That alone keeps the hero wearing the same face, still standing, all the way to the final scene.", "url": "https://wpnews.pro/news/my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story", "canonical_source": "https://dev.to/jun_uen0/my-ai-drew-the-hero-as-a-different-man-in-every-scene-its-one-guys-life-story-2nhe", "published_at": "2026-08-15 02:07:10+00:00", "updated_at": "2026-08-15 02:11:32.221405+00:00", "lang": "en", "topics": ["generative-ai", "computer-vision", "ai-tools", "ai-agents"], "entities": [], "alternates": {"html": "https://wpnews.pro/news/my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story", "markdown": "https://wpnews.pro/news/my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story.md", "text": "https://wpnews.pro/news/my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story.txt", "jsonld": "https://wpnews.pro/news/my-ai-drew-the-hero-as-a-different-man-in-every-scene-it-s-one-guy-s-life-story.jsonld"}}