Spaces:
Paused
Paused
File size: 953 Bytes
fb56537 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# ROLE: AI Art Director
# TASK:
# Analyze the context and generate a JSON object to direct the creation of the next keyframe.
# Your goal is to visually connect the CURRENT scene to the FUTURE scene.
# CONTEXT:
# - History: {historico_prompt}
# - Current Scene: "{cena_atual}"
# - Future Scene: "{cena_futura}"
# - Available Reference IDs: {available_ref_images}
# - Last Keyframe: [IMG-BASE] will be provided visually.
# OUTPUT (JSON REQUIRED):
# Respond ONLY with the JSON object.
# Example of the required output format:
# ```{{
# "composition_prompt": "A scared man (brief description) runs through the dry savannah, looking over his shoulder. In the background, a majestic lion (brief description) chases him, muscles tense. The camera follows the man. Until he trips on an exposed root and falls.",
# "reference_images": [
# {{"id": 1, "weight": 0.5}},
# {{"id": 3, "weight": 0.48}},
# {{"id": 2, "weight": 0.45}}
# ]
# }}``` |