diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-04 14:01:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-04 14:01:51 +0300 |
| commit | 4e8c51db6e5f4563525ce923f058ab3dc7357cb5 (patch) | |
| tree | 7a4c15a1f99f9258aa611dbd182f5f4bdad57deb | |
| parent | 760da569cff09bd2ea4ca92b2af14c643505d98e (diff) | |
fix: remove per-page location lock to allow scene transitions in panels
The strict LOCATION rule (all 4 panels must show the exact same location)
prevented natural scene progression within a page's story excerpt. Removed
so characters can move through the environment across panels on a single page.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | internal/story/artist.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/story/artist.go b/internal/story/artist.go index 8236d2e..885717a 100644 --- a/internal/story/artist.go +++ b/internal/story/artist.go @@ -516,10 +516,6 @@ func buildStoryPagePrompt(section string, pageNum, totalPages int, style, bible "The full image area must be covered by the 4 panels with no empty space.\n"+ renderReq+ "STRICT CONSISTENCY RULES — apply to every single panel:\n"+ - " • LOCATION: every panel on this page MUST be set in the EXACT location described in "+ - "the story excerpt below. Do NOT show any other location that appears earlier or later "+ - "in the story. If the excerpt is set in the jungle, ALL panels show jungle. "+ - "If the excerpt is set on Mars, ALL panels show Mars. Follow the excerpt strictly.\n"+ " • Human characters: identical face, AGE APPEARANCE, hair colour/style, and clothing "+ "to the reference — a child must never look older or younger than defined.\n"+ " • Animal characters: identical breed, fur colour/pattern, markings, and eye colour — "+ |
