服装参考
图生视频/图生图时使用的服装参考变量库。每张参考图 = 一条变量卡:图片存入
03_参考与资产/04_服装参考图/,卡内image字段填相对路径,text只描述图中可见的服装真实结构。生成时以outfit_ref_*变量 + 对应图片共同投喂,让 AI 复用同一套穿搭。
使用步骤(SOP)
- 把服装图片拖入
03_参考与资产/04_服装参考图/,命名:风格_品类_序号(如通勤_西装外套_01.jpg)。 - 在本文件按下面「变量卡格式」新增一条卡,
image填相对库根的图片路径,text用英文描述服装结构、颜色、材质、剪裁。 - 需要某套穿搭时,在配方/组合模板里引用该
outfit_ref_*id;编译脚本会自动带上text,同时把image路径交给上传环节做参考图。 - 每次配图后把
status改为approved;未配图占位卡保持pending。
变量卡格式
id: outfit_ref_example_do_not_call
type: outfit_reference
label: 变量卡格式示例
text: a tailored oat-colored blazer over a white crew-neck tee and straight-leg trousers
image: 03_参考与资产/04_服装参考图/通勤_西装外套_01.jpg
fit: [mirror_selfie, office_walk, try_on, situational]
status: template_only
字段说明:
| 字段 | 必填 | 说明 |
|---|---|---|
| id | ✅ | 唯一变量 id,outfit_ref_ 前缀 |
| type | ✅ | 固定 outfit_reference |
| label | ✅ | 中文名,方便库内检索 |
| text | ✅ | 英文画面描述,只写图中可见结构 |
| image | ✅ | 图片相对库根路径,如 03_参考与资产/04_服装参考图/通勤_西装外套_01.jpg |
| fit | ✅ | 适用内容形式,取值见 00_变量索引 fit 枚举 |
| status | ✅ | pending 待配图 / approved 可用 |
服装参考变量(按风格分组)
通勤职场
id: outfit_ref_office_blazer
type: outfit_reference
label: 通勤西装外套
text: a tailored oat-colored blazer over a white crew-neck tee and straight-leg trousers
image: 03_参考与资产/04_服装参考图/通勤_西装外套_01.jpg
fit: [mirror_selfie, office_walk, try_on, situational]
status: pending
id: outfit_ref_midi_dress_coat
type: outfit_reference
label: 中长裙长大衣
text: a dark midi dress under a long tailored coat, with a structured tote
image: 03_参考与资产/04_服装参考图/通勤_中长裙大衣_01.jpg
fit: [mirror_selfie, office_walk, gallery]
status: pending
id: outfit_ref_knit_trousers
type: outfit_reference
label: 针织衫直筒裤
text: a soft knit top with straight-leg trousers and a relaxed tote
image: 03_参考与资产/04_服装参考图/通勤_针织直筒裤_01.jpg
fit: [ugc, entryway, home]
status: pending
生活方式休闲
id: outfit_ref_linen_set
type: outfit_reference
label: 亚麻休闲套装
text: a relaxed oatmeal linen shirt and wide-leg linen trousers
image: 03_参考与资产/04_服装参考图/休闲_亚麻套装_01.jpg
fit: [mirror_selfie, ugc, travel]
status: pending
id: outfit_ref_denim_casual
type: outfit_reference
label: 牛仔休闲穿搭
text: a washed-denim jacket over a plain cotton top and slim jeans
image: 03_参考与资产/04_服装参考图/休闲_牛仔穿搭_01.jpg
fit: [ugc, situational, travel]
status: pending
id: outfit_ref_white_shirt_skirt
type: outfit_reference
label: 白衬衫半裙
text: an oversized white shirt tucked into a midi pleated skirt
image: 03_参考与资产/04_服装参考图/休闲_白衬衫半裙_01.jpg
fit: [mirror_selfie, gallery, travel]
status: pending
医疗教育(久站场景)
id: outfit_ref_clinical_separates
type: outfit_reference
label: 医护中性分体装
text: "clean neutral scrubs-adjacent separates: a soft knit top and tailored trousers"
image: 03_参考与资产/04_服装参考图/医护_中性分体装_01.jpg
fit: [try_on, ugc, office_walk]
status: pending
创意媒体
id: outfit_ref_gallery_minimal
type: outfit_reference
label: 美术馆极简造型
text: a structured ivory top, wide-leg tailored trousers and a minimal leather-free tote
image: 03_参考与资产/04_服装参考图/创意_美术馆极简_01.jpg
fit: [mirror_selfie, gallery, situational]
status: pending
晚间社交
id: outfit_ref_dark_knit_wide
type: outfit_reference
label: 晚间深色针织
text: a dark ribbed knit top with wide-leg trousers and minimal jewelry
image: 03_参考与资产/04_服装参考图/晚间_深色针织_01.jpg
fit: [evening, gallery, situational]
status: pending
与 02_人物与穿搭 的分工
- 02_人物与穿搭 的
wardrobe_*是纯文字描述,适合无参考图时的文字生成。 - 本库的
outfit_ref_*必须带参考图,text是参考图的「画面锚点描述」,两者一起投喂可锁定同一套穿搭跨镜头复用。 - 两者可互相引用:先在文字库选
wardrobe_*,再在图片库找同风格outfit_ref_*增强一致性。