chore: 添加本地草稿服务器脚本及ugc_product_seeding账号

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
lc
2026-05-20 16:07:24 +08:00
parent 2d26eafb7d
commit 817c181cb5
7 changed files with 383 additions and 0 deletions

View 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 }
}
}
}