Files
NianAIGC/runtime/nianxx-play/content/studio-presets/avatar-outfits.json
2026-05-29 10:26:02 +08:00

30 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "使用默认人物参考和自然干净服装,人物只作为辅助画面元素。"
}
]
}