@@ -5,20 +5,20 @@ const STORYBOARD_PROMPT_PREFIX_LINES = [
55
66const STORYBOARD_RULE_LINES = [
77 '- Keep captions concise, factual, and sequential.' ,
8+ '- Build a clear narrative arc across panels: setup -> escalation -> turn -> resolution.' ,
9+ '- Keep character identity and setting continuity stable across panels.' ,
810 '- Keep each image_prompt visual and concrete for a single panel scene.' ,
9- '- Each image prompt should include a description of the scene, characters, and interactions for the panel.' ,
10- '- Image prompt should not include requirements for in-image text or panel number.' ,
11- '- Each image_prompt must avoid panel numbering.' ,
12- '- Each image_prompt must not ask for any text elements in the image.'
11+ '- For each image_prompt include: subject/action, environment, framing angle, lighting mood, and emotional tone.' ,
12+ '- Image prompt must avoid panel numbering and must never ask for any text elements inside the image.'
1313] ;
1414
1515const STYLE_REFERENCE_PROMPT_LINES = {
16- intro : 'Create one reference image that defines a consistent visual style for the full comic.' ,
17- sceneRule : 'Show key characters and setting mood in one scene.'
16+ intro : 'Create one reference image that defines a consistent visual style bible for the full comic.' ,
17+ sceneRule : 'Show key characters and setting mood in one scene with strong silhouette readability and cohesive palette .'
1818} ;
1919
2020const PANEL_IMAGE_PROMPT_LINES = {
21- sceneRule : 'Create one clear scene, no collage.' ,
21+ sceneRule : 'Create one clear scene ( no collage), with strong focal point and readable composition .' ,
2222 styleLock1 : 'STYLE LOCK: a summary reference image is provided as image input.' ,
2323 styleLock2 : 'Treat that summary reference image as the authoritative style guide.' ,
2424 styleLock3 : 'Match its linework, color palette, shading, lighting mood, character rendering, and texture treatment.' ,
0 commit comments