diff options
Diffstat (limited to 'prompts/story_full_prompt.md')
| -rw-r--r-- | prompts/story_full_prompt.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prompts/story_full_prompt.md b/prompts/story_full_prompt.md index e170d99..89bcd62 100644 --- a/prompts/story_full_prompt.md +++ b/prompts/story_full_prompt.md @@ -24,10 +24,10 @@ Then write a short comic title in {{.LanguageName}} using {{.ScriptName}} script After the title, write exactly this separator line by itself: {{.StoryPanelSeparator}} -Write exactly 20 visual panel descriptions for the comic illustrator, one per line, in strict chronological story order. +Write exactly {{.TotalPanels}} visual panel descriptions for the comic illustrator, one per line, in strict chronological story order. Each line must use exactly this format: P{page}-{panel}: {description} -where page is 1 through 5, and panel is A (top-left), B (top-right), C (bottom-left), or D (bottom-right). +where page is 1 through {{.StoryPages}}, and panel is one of {{.PanelLabelsText}}. Each description must be 1-2 sentences and include who is in the panel, what they do, where they are, their expression or body language, and, for most panels, exact dialogue or thought text in {{.LanguageName}} inside quotation marks. -At least 3 of the 4 panels on every page MUST include dialogue or thought text in {{.LanguageName}} for a speech or thought bubble. Dialogue must come from the story and use {{.ScriptName}} script. -The 20 panels must retell the story from beginning to end; each page covers one stage and each panel moves the action forward. +At least {{.RequiredDialoguePanels}} of the {{.PanelsPerPage}} panels on every page MUST include dialogue or thought text in {{.LanguageName}} for a speech or thought bubble. Dialogue must come from the story and use {{.ScriptName}} script. +The {{.TotalPanels}} panels must retell the story from beginning to end; each page covers one stage and each panel moves the action forward. Do not repeat the same scene or camera angle in consecutive panels. |
