Prompt Architecture

Status: Candidate production standard

Prompts must be readable, diffable, and reusable. Store the structured record; compile it into model-specific text only at generation time.

Inheritance

Universe → Show → Season → Cast → Location → Shot → Model adapter

Later layers may add detail but must not silently contradict an earlier lock.

Human-readable shot record

identity:
  show: Little Lanterns
  season: 01 Alphabet Adventures
  episode: S01E__
  panel: 06

style:
  medium: cinematic anime-inspired preschool animation
  rendering: clean shapes, soft dimensional light, controlled texture
  palette: warm lantern gold against teal-blue shadows

cast:
  visible: [Mia]
  mia:
    hair: chestnut-brown chin-length bob with one small teal clip
    eyes: warm brown
    face: light freckles
    wardrobe: teal zip jacket, cream T-shirt, denim pants
    signature: tiny round lantern pendant

location:
  name: Lantern Club room
  anchors: [arched window, low map table, hanging lanterns]
  time: blue hour

shot:
  framing: close-up
  lens_intent: intimate portrait compression
  camera_height: eye level
  subject_scale: face fills most of frame
  composition: Mia alone; clean eyeline space camera-right
  action: she notices the letter glowing
  emotion: quiet wonder
  continuity: teal clip visible; background softly recognizable

output:
  aspect_ratio: 3:4
  dimensions: 864x1152

Compilation rules

  1. Include only visible character features in the final shot prompt.
  2. Put shot framing and subject scale near the beginning and reinforce them in composition.
  3. State exactly who is visible; “Mia alone” is stronger than omitting Henry.
  4. Use stable location anchors, but vary camera position and focal depth.
  5. Preserve style language verbatim across a sequence.
  6. Keep negative constraints in the model adapter, not scattered through story fields.
  7. Record model, workflow version, seed, dimensions, and output link.

Why distinctive features matter

Perfect pixel identity is unrealistic across independent generations. Strong, orthogonal visual anchors—silhouette, hair shape, palette, signature object, and movement—make small variance tolerable while preserving recognition.

Composition rules learned from Anima tests

  1. Require a single continuous camera image, one frame, one moment.
  2. Require the environment to fill every pixel from corner to corner.
  3. Reject solid-color borders, blank margins, vignettes, circular frames, isolated dioramas, poster layouts, split screens, comic panels, storyboards, and duplicated scenes.
  4. Prefer one simple physical action. Multiple sequential actions increase the chance that Anima will create two panels or a before-and-after layout.
  5. State subject scale and camera geometry, but do not state a height relationship between Mia and Henry.
  6. Treat small accessories as secondary continuity details until reference-guided generation proves them stable.

Exact candidate character text

The following description blocks are copied verbatim from the positive prompts embedded in the selected v007 ComfyUI PNG metadata. Preserve the wording when testing prompt-only continuity; change only the surrounding shot, action, and environment text.

Mia

Mia is an ordinary young girl with a softly rounded face, straight chestnut-brown chin-length bob with a simple side part and one small teal hair clip, warm brown eyes, a few light freckles, teal zip-up jacket over a cream T-shirt, denim pants, cream sneakers, and a tiny round lantern pendant at the collarbone. Balanced natural child proportions and an everyday kid-next-door appearance.

Source: Mia-ReadingNook-v007_00001_.png

Henry

Henry is an ordinary young boy with a lively natural silhouette, compact tousled medium-brown hair with one small cowlick, warm brown eyes, mustard zip jacket over a navy T-shirt, denim pants, simple sneakers, a short burnt-orange neckerchief, and a small blue cross-body satchel. Balanced natural child proportions and an everyday kid-next-door appearance.

Sources: Henry-Soccer-v007_00001_.png and Henry-Pond-v007_00001_.png

Current style target

The current target is the rendering family represented by Mia-ReadingNook-v007_00001_.png:

Warm cinematic storybook animation matching a polished contemporary children's picture book: soft amber backlight and gentle window glow, rich but muted teal, cream, rust, navy, and honey-brown palette, rounded natural child faces, medium-large expressive brown eyes, fine dark-brown linework, softly shaded 2.5D forms, subtle fabric, hair, paper, and wood texture, detailed lived-in environment, gentle atmospheric depth, balanced full-bleed composition.

Keeping that text unchanged produced a coherent style family but not an exact lock. Exact matching will require a validated style-reference workflow, reference conditioning, or a tested style LoRA. See Character, Style, and I2V Tests — 2026-07-27.