修复种草图生成:以三合一主图为参考 img2img 生成,按颜色分配(每色优先、超出随机补足);新增 BR/CA/DE/ES/IT/PL/SA 七国配置与提示词;删除验证用测试脚本
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
# 巴西审美与风格-配色规则(prompts/BR/aesthetics.yaml)
|
||||
style_hint: "Vibrant Brazilian energy: tropical rainforest, carnival samba, football passion, beach and surf culture, bold street art. Prefer: Tropical, Carnival, Samba, Football Fan, Amazon, Beach, Street Art, Bossa Nova, Jungle Wildlife, Brazilian Food."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [carnival, samba, parade, bloco, mardi gras]
|
||||
art_style: "vibrant carnival samba illustration"
|
||||
color_palette: "hot pink, turquoise, gold, lime green, purple"
|
||||
- keywords: [football, soccer, futebol, fan, stadium, goal]
|
||||
art_style: "bold football fan badge illustration"
|
||||
color_palette: "green, yellow, blue, white"
|
||||
- keywords: [amazon, rainforest, jungle, river, anaconda, piranha]
|
||||
art_style: "lush tropical jungle illustration"
|
||||
color_palette: "deep jungle green, leaf green, golden yellow, earth brown"
|
||||
- keywords: [beach, copacabana, rio, surf, wave, sunset]
|
||||
art_style: "tropical beach sunset flat illustration"
|
||||
color_palette: "turquoise, coral, sand, golden orange"
|
||||
- keywords: [toucan, parrot, macaw, hummingbird, bird]
|
||||
art_style: "colorful tropical bird illustration"
|
||||
color_palette: "vivid orange, teal, yellow, black"
|
||||
- keywords: [jaguar, capybara, sloth, monkey, wildlife, animal]
|
||||
art_style: "cute tropical wildlife illustration"
|
||||
color_palette: "warm brown, jungle green, cream, amber"
|
||||
- keywords: [street art, graffiti, favela, mural, urban]
|
||||
art_style: "bold brazilian street-art mural style"
|
||||
color_palette: "electric blue, hot pink, yellow, black"
|
||||
- keywords: [food, feijoada, brigadeiro, acai, caipirinha, barbecue, churrasco]
|
||||
art_style: "playful brazilian food illustration"
|
||||
color_palette: "chili red, corn yellow, avocado green, cream"
|
||||
- keywords: [samba dancer, carnival mask, confetti, party, festa]
|
||||
art_style: "festive carnival dancer flat illustration"
|
||||
color_palette: "fuchsia, turquoise, gold, orange"
|
||||
- keywords: [bossa nova, forro, music, guitar, dance]
|
||||
art_style: "retro brazilian music flat illustration"
|
||||
color_palette: "teal, coral, cream, black"
|
||||
- keywords: [tropical flower, hibiscus, palm, pineapple, coconut]
|
||||
art_style: "bold tropical botanical pattern"
|
||||
color_palette: "hibiscus pink, palm green, pineapple yellow, coral"
|
||||
- keywords: [capoeira, jiu jitsu, martial arts, fight]
|
||||
art_style: "dynamic martial arts silhouette graphic"
|
||||
color_palette: "black, white, brazilian green, gold"
|
||||
|
||||
# 巴西常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 足球俱乐部 / 国家队 ——
|
||||
- flamengo
|
||||
- corinthians
|
||||
- palmeiras
|
||||
- sao paulo fc
|
||||
- vasco da gama
|
||||
- gremio
|
||||
- internacional
|
||||
- cruzeiro
|
||||
- santos fc
|
||||
- botafogo
|
||||
- cbf
|
||||
- brazilian national team
|
||||
- selecao
|
||||
# —— 品牌 ——
|
||||
- havaianas
|
||||
- natura
|
||||
- petrobras
|
||||
- itau
|
||||
- bradesco
|
||||
- magazine luiza
|
||||
# —— 真实人物 ——
|
||||
- neymar
|
||||
- ronaldinho
|
||||
- pele
|
||||
- ronaldo
|
||||
- vinicius jr
|
||||
- anitta
|
||||
- ivete sangalo
|
||||
- xuxa
|
||||
- gisele bundchen
|
||||
# —— IP / 版权 ——
|
||||
- turma da monica
|
||||
- monica and friends
|
||||
- galinha pintadinha
|
||||
@@ -0,0 +1,10 @@
|
||||
# 巴西专属补充指令
|
||||
- 设计口吻:巴西活力——热带雨林、狂欢节桑巴、足球热情、海滩冲浪、街头艺术;鲜艳高饱和配色(绿/黄/蓝、品红、青绿、金),欢乐庆典氛围。
|
||||
- 合规重点(巴西特有):
|
||||
* 足球俱乐部(弗拉门戈、科林蒂安、帕尔梅拉斯、圣保罗等)与巴西国家队(CBF/Seleção)队徽、名称、吉祥物禁止。
|
||||
* 品牌(Havaianas、Natura、Petrobras)logo 与名称禁止。
|
||||
* 真实人物:球星(内马尔、小罗、贝利、罗纳尔多、维尼修斯)、歌手(Anitta、Ivete Sangalo)、超模(Gisele Bündchen)肖像权。
|
||||
* 版权 IP:Turma da Mônica(莫妮卡帮)、Galinha Pintadinha 等角色禁止。
|
||||
- 可做"狂欢节氛围 / 原创桑巴舞者 / 热带雨林野生动物 / 海滩日落 / 街头艺术 / 巴西美食 / 热带花卉"等原创设计。
|
||||
- 文字规则:葡萄牙语短句可加可不加,与印花适配即可(如 Samba!、Viva Brasil!);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,85 @@
|
||||
# 加拿大审美与风格-配色规则(prompts/CA/aesthetics.yaml)
|
||||
style_hint: "Canadian aesthetic: maple leaf and maple syrup, northern lights, Rocky Mountains and lake country, wildlife (moose, beaver, polar bear), hockey and winter sports, cottage life, French-Canadian charm. Prefer: Maple Leaf, Northern Lights, Rocky Mountains, Wildlife, Hockey, Winter, Cottage, Lake Life, French Canada."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [maple, maple leaf, maple syrup, autumn, fall]
|
||||
art_style: "bold maple leaf emblem illustration"
|
||||
color_palette: "maple red, autumn orange, gold, cream"
|
||||
- keywords: [northern lights, aurora, night sky, winter night]
|
||||
art_style: "glowing aurora borealis illustration"
|
||||
color_palette: "aurora green, teal, purple, deep navy"
|
||||
- keywords: [rocky mountains, mountain, banff, lake louise, hiking]
|
||||
art_style: "majestic rocky mountain landscape illustration"
|
||||
color_palette: "mountain blue, pine green, snow white, slate"
|
||||
- keywords: [moose, beaver, polar bear, wildlife, animal, loon, whale]
|
||||
art_style: "cute canadian wildlife illustration"
|
||||
color_palette: "warm brown, forest green, cream, amber"
|
||||
- keywords: [hockey, ice hockey, skating, winter sport, rink]
|
||||
art_style: "dynamic hockey action illustration"
|
||||
color_palette: "ice blue, red, white, black"
|
||||
- keywords: [winter, snow, snowflake, snowman, ice, cabin]
|
||||
art_style: "cozy canadian winter cabin illustration"
|
||||
color_palette: "snow white, pine green, warm red, blue"
|
||||
- keywords: [cottage, lake, canoe, kayak, camping, fishing, lake life]
|
||||
art_style: "serene canadian lake cottage illustration"
|
||||
color_palette: "lake blue, pine green, wood brown, cream"
|
||||
- keywords: [french canada, quebec, montreal, old quebec, french]
|
||||
art_style: "charming french-canadian old town illustration"
|
||||
color_palette: "stone, terracotta, sky blue, cream"
|
||||
- keywords: [forest, pine, tree, wilderness, trail, camping]
|
||||
art_style: "peaceful pine forest illustration"
|
||||
color_palette: "pine green, moss, amber, sky blue"
|
||||
- keywords: [food, poutine, butter tart, maple syrup, lobster, salmon]
|
||||
art_style: "playful canadian food illustration"
|
||||
color_palette: "gravy brown, cheese yellow, maple gold, red"
|
||||
- keywords: [city, toronto, vancouver, skyline, cn tower, urban]
|
||||
art_style: "modern canadian city skyline graphic"
|
||||
color_palette: "steel blue, glass teal, warm gray, red"
|
||||
- keywords: [plaid, flannel, lumberjack, mountie, heritage]
|
||||
art_style: "classic canadian plaid pattern"
|
||||
color_palette: "plaid red, black, cream, forest green"
|
||||
|
||||
# 加拿大常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 曲棍球联盟 / 球队 ——
|
||||
- nhl
|
||||
- toronto maple leafs
|
||||
- montreal canadiens
|
||||
- edmonton oilers
|
||||
- calgary flames
|
||||
- vancouver canucks
|
||||
- ottawa senators
|
||||
- winnipeg jets
|
||||
- stanley cup
|
||||
# —— 品牌 ——
|
||||
- tim hortons
|
||||
- canada goose
|
||||
- lululemon
|
||||
- roots
|
||||
- arc'teryx
|
||||
- air canada
|
||||
- bombardier
|
||||
- molson
|
||||
- labatt
|
||||
- canadian tire
|
||||
# —— 国旗/国徽 ——
|
||||
- canadian flag
|
||||
- maple leaf flag
|
||||
- canadian coat of arms
|
||||
# —— 真实人物 ——
|
||||
- justin trudeau
|
||||
- trudeau
|
||||
- drake
|
||||
- celine dion
|
||||
- ryan reynolds
|
||||
- the weeknd
|
||||
- justin bieber
|
||||
- wayne gretzky
|
||||
- sidney crosby
|
||||
- connor mcdavid
|
||||
# —— 原住民文化(文化挪用风险)——
|
||||
- totem pole
|
||||
- inuit art
|
||||
- first nations art
|
||||
- rcmp
|
||||
- mountie uniform
|
||||
@@ -0,0 +1,11 @@
|
||||
# 加拿大专属补充指令
|
||||
- 设计口吻:加拿大审美——枫叶与枫糖浆、北极光、落基山脉与湖区、野生动物(驼鹿/河狸/北极熊)、曲棍球与冬季运动、湖畔度假屋生活、法语区魅力;配色常含枫叶红、极光绿、松林绿、雪白、湖蓝。
|
||||
- 合规重点(加拿大特有):
|
||||
* 曲棍球联盟与球队(NHL、多伦多枫叶、蒙特利尔加拿大人、埃德蒙顿油人、温哥华加人、斯坦利杯等)队徽/名称禁止。
|
||||
* 品牌(Tim Hortons、Canada Goose、Lululemon、Roots、Arc'teryx、加航、Molson 等)logo 与名称禁止。
|
||||
* 加拿大国旗/国徽受法律保护,禁止直接复刻。
|
||||
* 真实人物:特鲁多、Drake、席琳·迪翁、瑞恩·雷诺兹、The Weeknd、贾斯汀·比伯、韦恩·格雷茨基等肖像权。
|
||||
* **原住民文化(图腾柱、因纽特艺术、原住民艺术)与皇家骑警(RCMP)制服形象存在文化挪用/受保护风险,避免直接复刻**;可做"自然风光/野生动物/枫叶/极光"等原创设计。
|
||||
- 可做"枫叶 / 北极光 / 落基山 / 野生动物 / 曲棍球氛围 / 冬季木屋 / 湖畔生活 / 法语区街景 / 加拿大美食"等原创设计。
|
||||
- 文字规则:英语或法语短句可加可不加,与印花适配即可(如 Eh!、Bonjour!、True North);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,87 @@
|
||||
# 德国审美与风格-配色规则(prompts/DE/aesthetics.yaml)
|
||||
style_hint: "German aesthetic mix: Bavarian / Alpine folk tradition, Berlin street art, Bauhaus minimalism, industrial heritage, Oktoberfest beer culture and cozy Christmas markets. Prefer: Bavarian, Alpine, Berlin Street Art, Bauhaus, Industrial Minimal, German Typography, Gothic, Medieval, Retro GDR, Nordic."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [oktoberfest, beer festival, weisswurst, biergarten, beer]
|
||||
art_style: "cheerful bavarian beer festival illustration"
|
||||
color_palette: "bavarian blue, white, golden yellow, red"
|
||||
- keywords: [bavarian, lederhosen, dirndl, bavaria, munich, bayern]
|
||||
art_style: "traditional bavarian folk pattern emblem"
|
||||
color_palette: "bavarian blue, white, alpine green, red"
|
||||
- keywords: [alpine, alps, mountain, edelweiss, hiking, hut]
|
||||
art_style: "clean alpine mountain line illustration"
|
||||
color_palette: "snow white, alpine green, slate blue, warm gray"
|
||||
- keywords: [berlin, street art, graffiti, east berlin, wall]
|
||||
art_style: "bold berlin street-art poster graphic"
|
||||
color_palette: "vivid red, mustard, black, off-white"
|
||||
- keywords: [bauhaus, minimal, geometric, industrial, architecture]
|
||||
art_style: "bauhaus geometric minimal poster"
|
||||
color_palette: "primary red, yellow, blue, black, white"
|
||||
- keywords: [christmas market, weihnachten, gluhwein, stollen, advent]
|
||||
art_style: "cozy german christmas market illustration"
|
||||
color_palette: "pine green, holly red, gold, cream"
|
||||
- keywords: [gothic, medieval, castle, knight, cathedral]
|
||||
art_style: "gothic medieval emblem illustration"
|
||||
color_palette: "stone gray, deep burgundy, gold, black"
|
||||
- keywords: [forest, black forest, deer, fox, boar, owl]
|
||||
art_style: "storybook black forest wildlife illustration"
|
||||
color_palette: "deep forest green, moss, amber, cream"
|
||||
- keywords: [retro gdr, trabi, east germany, ampelmann, ostalgie]
|
||||
art_style: "playful retro GDR nostalgia graphic"
|
||||
color_palette: "traffic-light red, yellow, green, cream"
|
||||
- keywords: [techno, club, electronic music, rave]
|
||||
art_style: "minimal techno club graphic"
|
||||
color_palette: "electric cyan, magenta, black, white"
|
||||
- keywords: [nordic, viking, runes, fjord, scandinavian]
|
||||
art_style: "stylized nordic viking emblem"
|
||||
color_palette: "ice blue, charcoal, rust red, cream"
|
||||
- keywords: [autobahn, road trip, classic car, vintage car]
|
||||
art_style: "retro road-trip travel badge"
|
||||
color_palette: "faded red, cream, slate blue, mustard"
|
||||
|
||||
# 德国常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 纳粹/极右符号(德国法律红线,绝对禁止)——
|
||||
- swastika
|
||||
- hakenkreuz
|
||||
- nazi
|
||||
- hitler
|
||||
- heil hitler
|
||||
- ss symbol
|
||||
- gestapo
|
||||
- fuhrer
|
||||
- holocaust
|
||||
# —— 足球俱乐部 / 国家队 ——
|
||||
- fc bayern
|
||||
- bayern munich
|
||||
- borussia dortmund
|
||||
- bvb
|
||||
- rb leipzig
|
||||
- schalke
|
||||
- werder bremen
|
||||
- hamburger sv
|
||||
- dfb
|
||||
- german national team
|
||||
# —— 品牌 ——
|
||||
- volkswagen
|
||||
- vw beetle
|
||||
- bmw
|
||||
- mercedes
|
||||
- audi
|
||||
- porsche
|
||||
- adidas
|
||||
- puma
|
||||
- siemens
|
||||
- lidl
|
||||
- aldi
|
||||
- deutsche bank
|
||||
- sap
|
||||
# —— 真实人物 ——
|
||||
- angela merkel
|
||||
- olaf scholz
|
||||
- frank-walter steinmeier
|
||||
# —— 乐队/艺人 ——
|
||||
- rammstein
|
||||
- kraftwerk
|
||||
- scorpions
|
||||
- helene fischer
|
||||
@@ -0,0 +1,10 @@
|
||||
# 德国专属补充指令
|
||||
- 设计口吻:巴伐利亚/阿尔卑斯民俗(皮裤、Dirndl、雪绒花)、柏林街头艺术、包豪斯极简、工业遗产、啤酒节与圣诞市场氛围;配色常含巴伐利亚蓝、白、金、阿尔卑斯绿。
|
||||
- 合规重点(德国特有):
|
||||
* **纳粹/极右符号(swastika、hakenkreuz、SS、纳粹口号)是德国法律红线,任何形式(含戏仿/艺术化)一律绝对禁止**。
|
||||
* 足球俱乐部(拜仁慕尼黑、多特蒙德、莱比锡等)与德国国家队(DFB)队徽/名称禁止。
|
||||
* 汽车/工业品牌(大众、宝马、奔驰、奥迪、保时捷、阿迪达斯、彪马)logo 与名称禁止。
|
||||
* 真实人物:政客(默克尔、朔尔茨)、名人肖像权。
|
||||
- 可做"巴伐利亚民俗 / 阿尔卑斯徒步 / 柏林街头艺术 / 包豪斯几何 / 啤酒节 / 圣诞市场 / 黑森林童话 / 东德复古 / 中世纪城堡 / 北欧维京"等原创设计。
|
||||
- 文字规则:德语短句可加可不加,与印花适配即可(如 Prost!、Servus);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,84 @@
|
||||
# 西班牙审美与风格-配色规则(prompts/ES/aesthetics.yaml)
|
||||
style_hint: "Spanish aesthetic: flamenco passion, Andalusian azulejo tiles, Gaudí modernism, Mediterranean coast, tapas and fiesta culture, Moorish heritage. Prefer: Flamenco, Azulejo, Andalusian, Gaudí, Mediterranean, Spanish Food, Fiesta, Moorish, Costa Brava, Siesta."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [flamenco, dancer, sevillanas, castanets, guitar, andalusia]
|
||||
art_style: "passionate flamenco dancer illustration"
|
||||
color_palette: "flamenco red, black, gold, cream"
|
||||
- keywords: [azulejo, tile, ceramic, pattern, andalusian]
|
||||
art_style: "intricate azulejo tile pattern design"
|
||||
color_palette: "cobalt blue, white, yellow, green"
|
||||
- keywords: [gaudi, barcelona, modernism, mosaic, sagrada, architecture]
|
||||
art_style: "colorful gaudi modernist mosaic style"
|
||||
color_palette: "vibrant mosaic blue, green, orange, gold"
|
||||
- keywords: [mediterranean, coast, beach, sea, costa, ibiza, sunset]
|
||||
art_style: "sunny mediterranean coast illustration"
|
||||
color_palette: "turquoise, white, sand, coral"
|
||||
- keywords: [food, tapas, paella, jamon, churros, sangria, olive]
|
||||
art_style: "playful spanish food illustration"
|
||||
color_palette: "saffron yellow, chili red, olive green, cream"
|
||||
- keywords: [fiesta, carnival, festival, celebration, tomato]
|
||||
art_style: "festive spanish fiesta illustration"
|
||||
color_palette: "bright red, yellow, orange, purple"
|
||||
- keywords: [bull, toro, bullring, spain]
|
||||
art_style: "bold spanish bull emblem illustration"
|
||||
color_palette: "black, red, gold, cream"
|
||||
- keywords: [moorish, alhambra, arabesque, granada, palace]
|
||||
art_style: "elegant moorish arabesque pattern"
|
||||
color_palette: "terracotta, teal, gold, cream"
|
||||
- keywords: [siesta, cat, nap, lazy, relax]
|
||||
art_style: "cozy siesta cat illustration"
|
||||
color_palette: "warm terracotta, cream, soft blue"
|
||||
- keywords: [gothic, cathedral, renaissance, medieval, castle]
|
||||
art_style: "gothic spanish cathedral illustration"
|
||||
color_palette: "stone gray, deep burgundy, gold"
|
||||
- keywords: [orange, orange tree, citrus, lemon, garden]
|
||||
art_style: "fresh spanish citrus illustration"
|
||||
color_palette: "orange, lemon yellow, leaf green, white"
|
||||
- keywords: [villa, village, white village, andalusia, pueblo]
|
||||
art_style: "charming white andalusian village illustration"
|
||||
color_palette: "white, terracotta, blue, olive green"
|
||||
|
||||
# 西班牙常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 足球俱乐部 / 国家队 ——
|
||||
- real madrid
|
||||
- fc barcelona
|
||||
- barca
|
||||
- atletico madrid
|
||||
- sevilla fc
|
||||
- valencia cf
|
||||
- athletic bilbao
|
||||
- real betis
|
||||
- villarreal
|
||||
- rfef
|
||||
- spanish national team
|
||||
- la liga
|
||||
# —— 品牌 ——
|
||||
- zara
|
||||
- mango
|
||||
- inditex
|
||||
- el corte ingles
|
||||
- santander
|
||||
- iberia
|
||||
- seat
|
||||
- mahou
|
||||
- estrella damm
|
||||
# —— 真实人物 ——
|
||||
- rafael nadal
|
||||
- fernando alonso
|
||||
- pedro almodovar
|
||||
- pablo picasso
|
||||
- salvador dali
|
||||
- antonio banderas
|
||||
- penelope cruz
|
||||
- rosalia
|
||||
- enrique iglesias
|
||||
- shakira
|
||||
# —— 皇室 ——
|
||||
- felipe vi
|
||||
- king of spain
|
||||
- spanish royal family
|
||||
# —— 斗牛士(真实人物)——
|
||||
- morante de la puebla
|
||||
- manolete
|
||||
@@ -0,0 +1,11 @@
|
||||
# 西班牙专属补充指令
|
||||
- 设计口吻:西班牙审美——弗拉明戈热情、安达卢西亚 azulejo 瓷砖、高迪现代主义、地中海海岸、tapas 与节日文化、摩尔遗产;配色常含弗拉明戈红、钴蓝、藏红花黄、橄榄绿。
|
||||
- 合规重点(西班牙特有):
|
||||
* 足球俱乐部(皇家马德里、巴塞罗那、马竞、塞维利亚等)与国家队(RFEF)、西甲联赛(La Liga)队徽/名称禁止。
|
||||
* 品牌(Zara、Mango、Inditex、El Corte Inglés、桑坦德银行、伊比利亚航空)logo 与名称禁止。
|
||||
* 真实人物:纳达尔、阿隆索、阿莫多瓦、毕加索、达利、安东尼奥·班德拉斯、佩内洛普·克鲁兹、Rosalía 等肖像权。
|
||||
* 皇室(费利佩六世)形象禁止。
|
||||
* 斗牛士真实人物(Manolete 等)肖像权;公牛形象本身可用,但避免具体人物。
|
||||
- 可做"弗拉明戈氛围 / 原创瓷砖图案 / 高迪风格马赛克 / 地中海海岸 / 西班牙美食 / 节日氛围 / 摩尔纹样 / 白色村庄"等原创设计。
|
||||
- 文字规则:西班牙语短句可加可不加,与印花适配即可(如 ¡Olé!、¡Viva España!);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,86 @@
|
||||
# 意大利审美与风格-配色规则(prompts/IT/aesthetics.yaml)
|
||||
style_hint: "Italian aesthetic: Renaissance art, Roman ruins, Venice canals and masks, Tuscan countryside, Mediterranean food and espresso culture, la dolce vita vintage. Prefer: Renaissance, Roman, Venetian, Tuscan, Italian Food, Espresso, Mediterranean, La Dolce Vita, Italian Vintage."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [rome, roman, colosseum, gladiator, empire, ancient]
|
||||
art_style: "classic roman empire emblem illustration"
|
||||
color_palette: "travertine stone, terracotta, laurel green, gold"
|
||||
- keywords: [venice, venetian, gondola, canal, lagoon, mask, carnival]
|
||||
art_style: "romantic venetian gondola illustration"
|
||||
color_palette: "canal teal, burgundy, gold, cream"
|
||||
- keywords: [tuscany, tuscan, hills, cypress, vineyard, countryside]
|
||||
art_style: "rolling tuscan countryside illustration"
|
||||
color_palette: "cypress green, golden wheat, terracotta, olive"
|
||||
- keywords: [renaissance, art, fresco, david, statue, classic]
|
||||
art_style: "elegant renaissance art style illustration"
|
||||
color_palette: "fresco earth tones, gold, deep red, cream"
|
||||
- keywords: [food, pizza, pasta, spaghetti, gelato, tiramisu, espresso]
|
||||
art_style: "playful italian food illustration"
|
||||
color_palette: "tomato red, basil green, mozzarella white, espresso brown"
|
||||
- keywords: [coffee, espresso, caffe, bar, italian coffee]
|
||||
art_style: "cozy italian espresso culture illustration"
|
||||
color_palette: "espresso brown, cream, gold, red"
|
||||
- keywords: [amalfi, coast, lemon, limoncello, riviera, portofino, sea]
|
||||
art_style: "bright amalfi coast lemon illustration"
|
||||
color_palette: "lemon yellow, turquoise, white, coral"
|
||||
- keywords: [la dolce vita, vintage italy, retro, 1950s, classic]
|
||||
art_style: "retro italian la dolce vita graphic"
|
||||
color_palette: "faded red, cream, teal, mustard"
|
||||
- keywords: [venetian mask, carnival of venice, masquerade, ball]
|
||||
art_style: "ornate venetian carnival mask illustration"
|
||||
color_palette: "gold, deep purple, black, red"
|
||||
- keywords: [mosaic, roman mosaic, tile, byzantine]
|
||||
art_style: "intricate roman mosaic pattern"
|
||||
color_palette: "gold, teal, terracotta, cream"
|
||||
- keywords: [sicily, sicilian, island, mediterranean, trulli, puglia]
|
||||
art_style: "sunny sicilian island illustration"
|
||||
color_palette: "sea blue, lemon yellow, terracotta, white"
|
||||
- keywords: [florence, leaning tower, pisa, opera, music, duomo]
|
||||
art_style: "charming italian city landmark illustration"
|
||||
color_palette: "stone, terracotta, sky blue, gold"
|
||||
|
||||
# 意大利常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 足球俱乐部 / 国家队 ——
|
||||
- juventus
|
||||
- ac milan
|
||||
- inter milan
|
||||
- as roma
|
||||
- lazio
|
||||
- napoli
|
||||
- fiorentina
|
||||
- serie a
|
||||
- figc
|
||||
- italian national team
|
||||
# —— 品牌 ——
|
||||
- gucci
|
||||
- prada
|
||||
- armani
|
||||
- versace
|
||||
- dolce gabbana
|
||||
- ferrari
|
||||
- lamborghini
|
||||
- maserati
|
||||
- ducati
|
||||
- vespa
|
||||
- fiat
|
||||
- barilla
|
||||
- lavazza
|
||||
- illy
|
||||
- nutella
|
||||
- ferragamo
|
||||
# —— 真实人物 / 历史人物 ——
|
||||
- pope francis
|
||||
- pope
|
||||
- silvio berlusconi
|
||||
- sophia loren
|
||||
- monica bellucci
|
||||
- michelangelo
|
||||
- leonardo da vinci
|
||||
- dante
|
||||
- giorgio armani
|
||||
- roberto benigni
|
||||
# —— IP / 版权 ——
|
||||
- pinocchio
|
||||
- super mario
|
||||
- mario bros
|
||||
@@ -0,0 +1,10 @@
|
||||
# 意大利专属补充指令
|
||||
- 设计口吻:意大利审美——文艺复兴艺术、罗马古迹、威尼斯运河与面具、托斯卡纳乡村、地中海美食与浓缩咖啡文化、la dolce vita 意式复古;配色常含托斯卡纳赭石、威尼斯青绿、番茄红、橄榄绿、金。
|
||||
- 合规重点(意大利特有):
|
||||
* 足球俱乐部(尤文图斯、AC 米兰、国际米兰、罗马、拉齐奥、那不勒斯等)与国家队(FIGC)、意甲(Serie A)队徽/名称禁止。
|
||||
* 品牌(Gucci、Prada、Armani、Versace、法拉利、兰博基尼、玛莎拉蒂、杜卡迪、Vespa、Barilla、Lavazza、Nutella 等)logo 与名称禁止。
|
||||
* 真实人物/历史人物:教皇、贝卢斯科尼、索菲亚·罗兰、莫妮卡·贝鲁奇、米开朗基罗、达芬奇等肖像权/遗产保护。
|
||||
* 版权 IP:匹诺曹、超级马里奥等角色禁止。
|
||||
- 可做"罗马古迹氛围 / 威尼斯运河与原创面具 / 托斯卡纳乡村 / 文艺复兴风格 / 意大利美食 / 浓缩咖啡文化 / 阿马尔菲柠檬海岸 / 意式复古"等原创设计。
|
||||
- 文字规则:意大利语短句可加可不加,与印花适配即可(如 Ciao!、La Dolce Vita、Mamma Mia!);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,79 @@
|
||||
# 波兰审美与风格-配色规则(prompts/PL/aesthetics.yaml)
|
||||
style_hint: "Polish aesthetic: highland (Podhale/Goral) folk tradition, wycinanki paper cutouts and folk embroidery, amber, deep forests and Mazury lakes, Baltic coast, Slavic mythology, medieval castles, retro Polish poster art. Prefer: Highland Folklore, Wycinanki, Folk Embroidery, Amber, Forest, Slavic, Medieval, Retro Poland, Baltic."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [highland, podhale, goral, tatra, mountain, folk]
|
||||
art_style: "traditional highland folk pattern illustration"
|
||||
color_palette: "rust red, forest green, cream, black"
|
||||
- keywords: [wycinanki, paper cutout, folk art, cut paper]
|
||||
art_style: "intricate wycinanki paper-cutout pattern"
|
||||
color_palette: "red, cream, green, gold"
|
||||
- keywords: [embroidery, folk embroidery, floral stitch, needlework]
|
||||
art_style: "delicate folk embroidery floral pattern"
|
||||
color_palette: "coral red, cornflower blue, cream, green"
|
||||
- keywords: [amber, jewelry, resin, baltic amber]
|
||||
art_style: "warm amber jewelry illustration"
|
||||
color_palette: "honey amber, gold, cream, brown"
|
||||
- keywords: [forest, bison, wolf, elk, deer, mushroom, wildlife]
|
||||
art_style: "storybook polish forest wildlife illustration"
|
||||
color_palette: "deep forest green, moss, amber, cream"
|
||||
- keywords: [slavic, mythology, folklore, dragon, wawel, legend]
|
||||
art_style: "stylized slavic mythology illustration"
|
||||
color_palette: "slate, rust red, gold, forest green"
|
||||
- keywords: [medieval, castle, knight, armor, old town, krakow]
|
||||
art_style: "medieval knight castle emblem illustration"
|
||||
color_palette: "stone gray, deep red, gold, black"
|
||||
- keywords: [retro poland, communist, vintage poster, retro design]
|
||||
art_style: "retro polish poster graphic"
|
||||
color_palette: "faded red, mustard, teal, cream"
|
||||
- keywords: [baltic, sea, coast, seagull, lighthouse, beach]
|
||||
art_style: "calm baltic sea coast illustration"
|
||||
color_palette: "sea blue, sand, white, soft gray"
|
||||
- keywords: [christmas, wigilia, christmas eve, gingerbread, ornament]
|
||||
art_style: "cozy polish christmas illustration"
|
||||
color_palette: "pine green, holly red, gold, cream"
|
||||
- keywords: [food, pierogi, oscypek, bread, soup, kielbasa]
|
||||
art_style: "playful polish food illustration"
|
||||
color_palette: "golden brown, cream, red, green"
|
||||
- keywords: [stork, white eagle, bird, meadow, wildflower, cornflower]
|
||||
art_style: "delicate polish meadow bird illustration"
|
||||
color_palette: "cornflower blue, white, green, yellow"
|
||||
|
||||
# 波兰常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 纳粹/苏联符号(法律红线)——
|
||||
- swastika
|
||||
- nazi
|
||||
- hitler
|
||||
- ss symbol
|
||||
- soviet
|
||||
- hammer and sickle
|
||||
- cccp
|
||||
- red army
|
||||
# —— 国徽/国家象征 ——
|
||||
- polish eagle emblem
|
||||
- white eagle emblem
|
||||
- godzilo
|
||||
# —— 真实人物 ——
|
||||
- john paul ii
|
||||
- jan pawel
|
||||
- lech walesa
|
||||
- robert lewandowski
|
||||
- lewandowski
|
||||
- frederic chopin
|
||||
- chopin
|
||||
- marie curie
|
||||
- andrzej duda
|
||||
# —— 品牌 ——
|
||||
- zubrowka
|
||||
- tyskie
|
||||
- zywiec
|
||||
- belvedere
|
||||
- lot polish airlines
|
||||
- pko
|
||||
# —— 足球俱乐部 ——
|
||||
- legia warsaw
|
||||
- lech poznan
|
||||
- wisla krakow
|
||||
- pzpn
|
||||
- polish national team
|
||||
@@ -0,0 +1,11 @@
|
||||
# 波兰专属补充指令
|
||||
- 设计口吻:波兰审美——高地(Podhale/Goral)民俗、wycinanki 剪纸与民间刺绣、琥珀、森林与马祖里湖区、波罗的海海岸、斯拉夫神话、中世纪城堡、复古波兰海报;配色常含锈红、森林绿、奶油白、琥珀金。
|
||||
- 合规重点(波兰特有):
|
||||
* **纳粹/苏联符号(swastika、纳粹、锤子镰刀、CCCP)是法律红线,绝对禁止**。
|
||||
* 波兰国徽(白鹰)受法律保护,禁止直接复刻。
|
||||
* 真实人物:教皇若望保禄二世(John Paul II)、莱万多夫斯基、肖邦、居里夫人等肖像权/遗产保护。
|
||||
* 足球俱乐部(华沙莱吉亚、波兹南莱赫、克拉科夫维斯瓦)与国家队(PZPN)队徽/名称禁止。
|
||||
* 品牌(Żubrówka、Tyskie、Żywiec 等酒类、LOT 航空)logo 与名称禁止。
|
||||
- 可做"高地民俗 / 剪纸与刺绣 / 琥珀 / 森林野生动物 / 斯拉夫神话 / 中世纪骑士 / 复古波兰海报 / 波罗的海海岸 / 波兰美食"等原创设计。
|
||||
- 文字规则:波兰语短句可加可不加,与印花适配即可(如 Cześć!、Smacznego!);任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
@@ -0,0 +1,93 @@
|
||||
# 沙特阿拉伯审美与风格-配色规则(prompts/SA/aesthetics.yaml)
|
||||
# 保守市场:严格避免宗教符号/人物形象/酒精/猪/国旗国徽/王室;主打自然、几何、文化氛围。
|
||||
style_hint: "Saudi aesthetic: vast desert dunes, camels and Arabian horses, falconry, decorative Arabic calligraphy and geometric patterns, starry desert nights, Red Sea coral, futuristic city skyline. Conservative and elegant. Prefer: Desert, Camel, Arabian Horse, Falcon, Arabic Calligraphy, Geometric Pattern, Henna, Oasis, Red Sea, Starry Night."
|
||||
|
||||
extra_style_rules:
|
||||
- keywords: [desert, dune, sand, sahara, arid, sandstorm]
|
||||
art_style: "minimal desert dune line illustration"
|
||||
color_palette: "warm sand, terracotta, deep amber, cream"
|
||||
- keywords: [camel, caravan, desert travel, dromedary]
|
||||
art_style: "elegant camel caravan silhouette illustration"
|
||||
color_palette: "sand gold, deep brown, dusk purple, cream"
|
||||
- keywords: [arabian horse, horse, equestrian, stallion]
|
||||
art_style: "graceful arabian horse line art"
|
||||
color_palette: "cream, mahogany, gold, black"
|
||||
- keywords: [falcon, falconry, hawk, bird of prey]
|
||||
art_style: "majestic falcon emblem illustration"
|
||||
color_palette: "warm brown, gold, cream, charcoal"
|
||||
- keywords: [calligraphy, arabic script, lettering, typography]
|
||||
art_style: "decorative arabic calligraphy art"
|
||||
color_palette: "gold, deep teal, cream, black"
|
||||
- keywords: [geometric, pattern, islamic pattern, tessellation, mosaic]
|
||||
art_style: "intricate geometric pattern design"
|
||||
color_palette: "teal, gold, navy, cream"
|
||||
- keywords: [oasis, palm, date palm, date, garden]
|
||||
art_style: "serene oasis palm illustration"
|
||||
color_palette: "palm green, sand, turquoise, brown"
|
||||
- keywords: [starry night, star map, constellation, astronomy, night sky]
|
||||
art_style: "starry desert night sky illustration"
|
||||
color_palette: "deep navy, gold, silver, indigo"
|
||||
- keywords: [red sea, coral, reef, fish, diving, underwater]
|
||||
art_style: "vibrant red sea coral reef illustration"
|
||||
color_palette: "coral, turquoise, deep blue, gold"
|
||||
- keywords: [henna, hand pattern, mehndi, floral pattern]
|
||||
art_style: "delicate henna floral pattern design"
|
||||
color_palette: "henna brown, cream, gold"
|
||||
- keywords: [lantern, arabian nights, genie, magic, fairy tale]
|
||||
art_style: "whimsical arabian lantern illustration"
|
||||
color_palette: "gold, deep purple, teal, warm orange"
|
||||
- keywords: [coffee, arabic coffee, dallah, hospitality]
|
||||
art_style: "elegant arabic coffee pot illustration"
|
||||
color_palette: "coffee brown, gold, cream, teal"
|
||||
- keywords: [skyline, city, futuristic, modern architecture, tower]
|
||||
art_style: "sleek futuristic city skyline graphic"
|
||||
color_palette: "steel blue, sand, gold, white"
|
||||
|
||||
# 沙特常见侵权盲区(按国家隔离,追加到全局黑名单)
|
||||
extra_blacklist:
|
||||
# —— 宗教(保守市场红线,绝对禁止)——
|
||||
- mecca
|
||||
- kaaba
|
||||
- quran
|
||||
- koran
|
||||
- allah
|
||||
- mosque
|
||||
- prophet
|
||||
- muhammad
|
||||
- islamic religious
|
||||
- hajj
|
||||
- umrah
|
||||
- prayer rug
|
||||
- hijab religious
|
||||
- burqa
|
||||
# —— 国旗/国徽/王室 ——
|
||||
- saudi flag
|
||||
- saudi emblem
|
||||
- sword emblem
|
||||
- royal family
|
||||
- bin salman
|
||||
- bin laden
|
||||
- house of saud
|
||||
# —— 政治/敏感 ——
|
||||
- israel
|
||||
- palestine
|
||||
- iran
|
||||
- yemen
|
||||
- war
|
||||
- oil embargo
|
||||
# —— 品牌 ——
|
||||
- saudia
|
||||
- almarai
|
||||
- stc
|
||||
- sabic
|
||||
- aramco
|
||||
# —— 酒精/猪/禁忌 ——
|
||||
- alcohol
|
||||
- beer
|
||||
- wine
|
||||
- pork
|
||||
- pig
|
||||
# —— 人物形象 ——
|
||||
- celebrity
|
||||
- singer
|
||||
- actress
|
||||
@@ -0,0 +1,12 @@
|
||||
# 沙特阿拉伯专属补充指令
|
||||
- 设计口吻:沙特/中东审美——沙漠沙丘、骆驼与阿拉伯马、猎鹰、装饰性阿拉伯书法与几何图案、星空沙漠之夜、红海珊瑚、未来城市天际线;整体**保守、优雅、克制**,避免人物形象(尤其女性)与宗教元素。
|
||||
- 合规重点(沙特特有,红线):
|
||||
* **宗教元素绝对禁止**:麦加/天房/古兰经/真主/清真寺/先知/朝觐/礼拜毯/宗教服饰——任何形式(含艺术化)一律禁止。
|
||||
* 国旗/国徽/王室(沙特国旗、双剑国徽、王室成员)禁止。
|
||||
* 政治敏感话题(中东冲突、战争)禁止。
|
||||
* 酒精、猪等伊斯兰禁忌内容禁止。
|
||||
* 真实人物(名人/歌手/演员)肖像权禁止。
|
||||
* 品牌(沙特航空、Almarai、STC、SABIC、Aramco)logo 与名称禁止。
|
||||
- 可做"沙漠日落 / 骆驼剪影 / 阿拉伯马 / 猎鹰 / 装饰性书法与几何 / 海娜花纹 / 椰枣绿洲 / 星空 / 红海珊瑚 / 阿拉伯咖啡壶"等原创设计。
|
||||
- 文字规则:阿拉伯语短句或英文短句可加可不加,与印花适配即可;任何文字严禁宗教/政治/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。
|
||||
- Return JSON 输出格式必须严格遵循系统提示词中的 schema,不要输出任何额外文字。
|
||||
Reference in New Issue
Block a user