Aesthetic Token Mapping
1. Activation & Scope
- Status: Inactive by default.
- Activation Command: Activated strictly upon explicit user command (e.g., “Use token mapping”, “Enable aesthetic mapping dictionary”, “Use location/wardrobe shorthand tokens”).
- Scope: Establishes a formal lookup dictionary inside
[AESTHETIC]to bind complex environmental or wardrobe descriptions to compact alphanumeric tokens.
2. Dictionary Syntax in [AESTHETIC]
When managing multi-location scenes, costume changes, or recurring prop variants, declare mapping tokens in [AESTHETIC] using the Description -> TOKEN syntax:
[AESTHETIC]
Location Mapping: Vintage retro bowling alley with neon lanes -> LOC01; Symmetrical taxidermy library with mahogany shelves -> LOC02
Wardrobe Mapping: Evan in mustard yellow track jacket and red sweatband -> EV01; Evan in tweed vest and wool beanie -> EV02; Felix in dark navy tailored blazer -> FE01
Props Mapping: Intricate silver recurve bow with black fletching -> PROP01; Weathered dark-oak metronome -> PROP02
3. Shorthand Usage in [EXECUTION]
Once defined in the dictionary, refer strictly to the compact token in subsequent [OPENING] and [EXECUTION] lines:
- Opening Frame:
[OPENING] MS, Evan in EV01 stands frame-left inside LOC01, holding PROP01 in right hand. - Execution Beats:
[CAM 01] MS, lockoff -> [BLOCK] Evan in EV01 at LOC01 -> [ACT] Evan sets PROP01 onto counter -> [AUDIO] Metallic thud[CAM 02] WS -> [TRANS] Match-on-action cut to LOC02 -> [BLOCK] Evan in EV02 seated frame-right -> [ACT] Evan opens leather journal
4. Directorial Benefits
- Token Efficiency: Prevents repeating 30-word wardrobe or set descriptions across 10+ Macro-State lines.
- Context Window Protection: Keeps
[EXECUTION]lines lean and highly scannable for both human pre-visualization and machine parsing. - Rigid Consistency: Ensures the model maps the exact same visual identity to
EV01across every shot.
5. Directorial Integration & Reference Exhibits
- aesthetic.md — Macro-Block specification for
[AESTHETIC]lookbook and mapping dictionaries. - block_rules.md — Macro-Block grammar, lookbook isolation, and non-redundancy rules.
- token_mapping_script.md — Complete verified production script demonstrating
LOC01,EV01,PROP01token lookups in action.