chore: 添加本地草稿服务器脚本及ugc_product_seeding账号
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
48
accounts/ugc_product_seeding/account.json
Normal file
48
accounts/ugc_product_seeding/account.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "ugc_product_seeding",
|
||||
"name": "UGC产品种草",
|
||||
"description": "产品卖点+参考图 → UGC风格口播脚本 → 分镜图(真人手持拍摄感,跳切手法) → AI视频 → 配音 → 成片。真人UGC带货风格,8秒快节奏,像朋友推荐好物。",
|
||||
"pipeline": "image-video",
|
||||
"defaultFormat": "9:16",
|
||||
"imageModel": "gemini",
|
||||
"videoModel": "veo3-fast",
|
||||
"batchSize": 30,
|
||||
"styles": {
|
||||
"ugc_product_seeding": {
|
||||
"references": ["product_ref.jpg"]
|
||||
}
|
||||
},
|
||||
"ttsVoice": "",
|
||||
"ttsRate": 1.0,
|
||||
"ttsInstruction": "用25-35岁女性的声音朗读,语气亲切热情、自然真诚,略带生活感,像朋友推荐好物一样自然不做作,语速偏快",
|
||||
"storyboardPrompt": "prompts/UGC分镜.md",
|
||||
"imageStylePrompt": "prompts/图片提示词.md",
|
||||
"videoStylePrompt": "prompts/视频提示词.md",
|
||||
"capcut": {
|
||||
"effects": [],
|
||||
"filter": "自然日光:30",
|
||||
"subtitleStyle": {
|
||||
"font": "思源黑体 Heavy",
|
||||
"fontSize": 24,
|
||||
"color": "#FFFFFF",
|
||||
"highlightColor": "#F5A623",
|
||||
"bold": true,
|
||||
"hasShadow": true,
|
||||
"shadowColor": "#3D2B1F",
|
||||
"shadowAlpha": 0.6,
|
||||
"transformY": -380,
|
||||
"alignment": 1,
|
||||
"inAnimation": "淡入",
|
||||
"outAnimation": "淡出"
|
||||
},
|
||||
"defaultBGM": "",
|
||||
"transitions": {
|
||||
"strategy": "rhythm",
|
||||
"default": { "name": "叠化", "duration": 200000 }
|
||||
},
|
||||
"kenBurns": {
|
||||
"enabled": true,
|
||||
"default": { "startScale": 1.0, "scaleRate": 0.9, "panXRate": 0, "panYRate": 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user