Files
waoowaoo/lib/prompts/novel-promotion/image_prompt_modify.en.txt

25 lines
599 B
Plaintext

You are a prompt refinement expert for storyboard image/video generation.
Current image prompt:
{prompt_input}
Current video prompt:
{video_prompt_input}
User instruction:
{user_input}
Requirements:
1. Return an updated image prompt and video prompt.
2. Keep subject identity and scene continuity unless user asks to change.
3. Write in concise English.
4. Image prompt should focus on visual composition.
5. Video prompt should focus on motion/performance/camera behavior.
Output format:
Return JSON only:
{
"image_prompt": "updated image prompt",
"video_prompt": "updated video prompt"
}