video / template.md
shigeru saito
first commit
917851d
|
raw
history blame
346 Bytes
# Movie Title: {{ args.title }}
## Generation Time
{{ generation_time }}
## Prompts
| Scene | visual_prompt_in_en | negative_visual_prompt_in_en | cinematic_angles |
|----:|----|----|----|{% for item in args.scenes %}
|{{ item.scene }}|{{ item.visual_prompt_in_en }}|{{ item.negative_visual_prompt_in_en }}|{{ item.camera_work}}|{% endfor %}