POD 趋势感知 Agent:缓存热点模式 + 三图合成 + 热点去重/风格去重 + review 兜底
- 缓存热点批量流程(有采集缓存不触发 Google) - 简报不足直接从采集缓存生成(轻量补齐) - 三图合成(模特/印花/底图)+ 底图压缩 <2MB - 热点去重→风格去重自动切换 + 不适合类目 review 兜底 - 透明背景(background=transparent)+ 提示词清洗(敏感词/背景描述) - 任务前 basemap 校验 + 模板国家校验 + 模特任务级分配
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
# 美国审美与风格-配色规则(prompts/US/aesthetics.yaml)
|
||||
# 该文件被 graph/loader.build_country_config 读取,合并进 country_config。
|
||||
style_hint: "Bold vintage / retro Americana, humorous and punchy, high-contrast poster style. Prefer: Vintage, Funny, Patriotic, Sports, Retro."
|
||||
|
||||
# 国家专属风格-配色优先级规则(最具体,优先于全局规则)
|
||||
extra_style_rules:
|
||||
- keywords: [americana, usa, patriot, freedom, flag]
|
||||
art_style: "bold patriotic emblem"
|
||||
color_palette: "navy, red, cream, gold"
|
||||
- keywords: [halloween, pumpkin, trick or treat, spooky]
|
||||
art_style: "playful halloween illustration"
|
||||
color_palette: "orange, black, purple, lime green"
|
||||
- keywords: [christmas, santa, xmas, holiday season]
|
||||
art_style: "festive christmas emblem"
|
||||
color_palette: "holly red, pine green, gold, cream"
|
||||
- keywords: [barbecue, bbq, smoker, grill, tailgate]
|
||||
art_style: "retro barbecue badge"
|
||||
color_palette: "charred brown, ketchup red, mustard yellow, cream"
|
||||
- keywords: [camping, hike, national park, outdoors, adventure]
|
||||
art_style: "rustic adventure badge"
|
||||
color_palette: "forest green, slate, cream, burnt orange"
|
||||
- keywords: [vintage sports, retro team, classic jersey, baseball]
|
||||
art_style: "vintage sports badge"
|
||||
color_palette: "faded red, cream, navy, gold"
|
||||
- keywords: [military, veteran, army, marine, navy, air force]
|
||||
art_style: "veteran tribute emblem"
|
||||
color_palette: "olive, khaki, navy, gold"
|
||||
- keywords: [july fourth, independence, fireworks, star spangled]
|
||||
art_style: "independence day emblem"
|
||||
color_palette: "patriotic red, white, royal blue"
|
||||
- keywords: [cowboy, western, texas, rodeo, country]
|
||||
art_style: "western cowboy badge"
|
||||
color_palette: "brown, cream, oxblood red, mustard"
|
||||
|
||||
# 美国常见侵权盲区(追加到全局黑名单,按国家隔离)
|
||||
extra_blacklist:
|
||||
- super bowl # NFL 超级碗(注册商标)
|
||||
- dallas cowboys # NFL 球队
|
||||
- new york yankees # MLB 球队
|
||||
- los angeles lakers # NBA 球队
|
||||
- golden state warriors
|
||||
- new england patriots
|
||||
- kansas city chiefs
|
||||
- wendy's # 快餐商标
|
||||
- burger king
|
||||
- taco bell
|
||||
- chick-fil-a
|
||||
- under armour # 运动品牌
|
||||
- new balance
|
||||
- amazon
|
||||
- tesla
|
||||
- google
|
||||
# —— 扩充:政治人物(形象/肖像权)——
|
||||
- donald trump
|
||||
- joe biden
|
||||
- obama
|
||||
- kamala harris
|
||||
# —— 扩充:更多职业球队 ——
|
||||
- boston celtics
|
||||
- chicago bulls
|
||||
- miami dolphins
|
||||
- green bay packers
|
||||
- philadelphia eagles
|
||||
- san francisco 49ers
|
||||
- denver broncos
|
||||
- pittsburgh steelers
|
||||
- seattle seahawks
|
||||
- las vegas raiders
|
||||
- los angeles dodgers
|
||||
- boston red sox
|
||||
- chicago cubs
|
||||
- atlanta braves
|
||||
- houston astros
|
||||
# —— 扩充:大学校队 ——
|
||||
- notre dame
|
||||
- alabama crimson tide
|
||||
- ohio state
|
||||
- michigan wolverines
|
||||
# —— 扩充:名人 ——
|
||||
- taylor swift
|
||||
- beyonce
|
||||
- drake
|
||||
- elon musk
|
||||
# —— 扩充:品牌/IP ——
|
||||
- nike
|
||||
- adidas
|
||||
- mcdonald's
|
||||
- coca-cola
|
||||
- pepsi
|
||||
- starbucks
|
||||
- apple
|
||||
- microsoft
|
||||
- netflix
|
||||
- star wars
|
||||
- lego
|
||||
- barbie
|
||||
- minecraft
|
||||
- harry potter
|
||||
- batman
|
||||
- superman
|
||||
- walmart
|
||||
- costco
|
||||
- target
|
||||
@@ -0,0 +1,5 @@
|
||||
# 美国专属补充指令
|
||||
- 设计口吻:美式复古 / 爱国 / 幽默夸张,海报式高对比。
|
||||
- 合规重点:避免真实人物(明星/政客/运动员肖像权)、现役职业球队商标与联赛 logo(NFL/NBA/MLB/NHL)、迪士尼/漫威等版权 IP。
|
||||
- 即使是"致敬",也不要照搬受保护元素,提取安全的"氛围"(如音乐节、公路旅行、复古运动)做原创设计。
|
||||
- 文字规则:英文可加可不加,与印花适配即可;任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
Reference in New Issue
Block a user