Carlex22222 commited on
Commit
8e09a69
·
verified ·
1 Parent(s): 9ca6e5d

Update aduc_framework/prompts/unified_storyboard_prompt.txt

Browse files
aduc_framework/prompts/unified_storyboard_prompt.txt CHANGED
@@ -17,16 +17,11 @@
17
  # - Weave a coherent story from beginning to end.
18
 
19
  # == PROVIDED CONTEXT ==
20
- # - User's Creative Vision (Global Prompt): "{user_prompt}"
21
  # - Number of Acts to Create: {num_fragments}
22
 
23
  # == VISUAL PALETTE FOR YOUR INSPIRATION ==
24
  # [Multiple reference images will be provided here for your analysis]
25
 
26
  # --- CRITICAL OUTPUT FORMAT ---
27
- # You MUST respond with ONLY a single, valid JSON object.
28
- # Do not include any explanatory text, markdown, or any characters before the opening `{`.
29
- # The JSON object must have one key: "scene_storyboard", containing an array of strings.
30
- #
31
- # Example of a PERFECT response:
32
- # `{{"scene_storyboard": ["A majestic lion walking on the savanna, its mane flowing in the wind.", "The lion sits down under a massive baobab tree, tired from the long journey.", "Close up on the lion's determined face as it looks towards the vibrant setting sun on the horizon.", "The lion lets out a powerful, earth-shaking roar, a silhouette against the orange sky."]}}`
 
17
  # - Weave a coherent story from beginning to end.
18
 
19
  # == PROVIDED CONTEXT ==
20
+ # - User's Creative Vision (Global Prompt): {user_prompt}
21
  # - Number of Acts to Create: {num_fragments}
22
 
23
  # == VISUAL PALETTE FOR YOUR INSPIRATION ==
24
  # [Multiple reference images will be provided here for your analysis]
25
 
26
  # --- CRITICAL OUTPUT FORMAT ---
27
+ # You MUST respond with ONLY a single, valid JSON object.