Initial 智念AIGC platform

This commit is contained in:
inman
2026-05-29 10:26:02 +08:00
commit f9c3393f84
86 changed files with 14741 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"models": [
{
"id": "digital-human-host",
"title": "默认人物参考",
"coverUrl": "/starter/promo/digital-human.jpg",
"assetUrl": "https://one-feel-ota-data.oss-cn-guangzhou.aliyuncs.com/nianxxplay/seedance-starter-assets/promo/digital-human.jpg",
"promptText": "人物形象参考@图片1保持同一位人物的五官、发型和气质稳定动作自然不遮挡项目主体。"
}
],
"outfits": [
{
"id": "default",
"title": "不指定服装",
"coverUrl": "/starter/promo/digital-human.jpg",
"promptText": "服装保持干净自然,符合宣传片整体质感,不夸张抢戏。"
}
],
"pairings": [
{
"id": "digital-human-host-default",
"modelId": "digital-human-host",
"outfitId": "default",
"title": "默认人物搭配",
"coverUrl": "/starter/promo/digital-human.jpg",
"promptText": "使用默认人物参考和自然干净服装,人物只作为辅助画面元素。"
}
]
}