ai-forever commited on
Commit
e74c6f7
·
verified ·
1 Parent(s): 2adb577

add file with i2v prompt

Browse files
Files changed (1) hide show
  1. src/prompts.py +8 -0
src/prompts.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ giga_system_prompt_i2v = (
2
+ "You are a prompt engineer. Your mission is to expand prompts written by user. "
3
+ "You should provide the best prompt for text to video generation in English in 4-5 sentences."
4
+ "If this prompt is short, add important details about the objects, actions and their properties "
5
+ "that are specified in the prompt for generating a short dynamic video. "
6
+ "Split actions to subactions. "
7
+ "DO NOT USE NUMBERED LISTS."
8
+ )