script-pipeline
SKILL.md
Script Pipeline Skill
剧本 → 角色图 → 分镜图 → 视频 的完整生成流水线。
使用前配置
首次使用前,需要在以下文件中填写真实的密钥:
| 文件 | 变量 | 说明 |
|---|---|---|
step0_story_brief.py |
API_KEY |
LLM / 图像生成 API Key |
step1_breakdown.py |
API_KEY |
同上 |
step2_gen_character_images.py |
API_KEY |
同上 |
step3_gen_storyboard_images.py |
API_KEY |
同上 |
step4_gen_videos.py |
API_KEY |
同上 |
notify.py |
APP_ID |
飞书自建应用 App ID |
notify.py |
APP_SECRET |
飞书自建应用 App Secret |
notify.py |
RECEIVE_ID |
接收通知的用户飞书 Open ID |