POD 趋势感知 Agent:缓存热点模式 + 三图合成 + 热点去重/风格去重 + review 兜底

- 缓存热点批量流程(有采集缓存不触发 Google)
- 简报不足直接从采集缓存生成(轻量补齐)
- 三图合成(模特/印花/底图)+ 底图压缩 <2MB
- 热点去重→风格去重自动切换 + 不适合类目 review 兜底
- 透明背景(background=transparent)+ 提示词清洗(敏感词/背景描述)
- 任务前 basemap 校验 + 模板国家校验 + 模特任务级分配
This commit is contained in:
2026-08-22 14:14:01 +08:00
commit f493bde8a9
98 changed files with 10280 additions and 0 deletions
+140
View File
@@ -0,0 +1,140 @@
# 日本审美与风格-配色规则(prompts/JP/aesthetics.yaml
style_hint: "Kawaii / minimalist / anime-inspired; clean lines, Tokyo street edge, original kanji accents. Prefer: Kawaii, Minimalist, Ukiyo-e, Sakura, Yokai, Tokyo Neon, Zen."
extra_style_rules:
- keywords: [kanji, tokyo, samurai, anime, manga]
art_style: "japanese pop art illustration"
color_palette: "indigo, vermilion, cream, ink black"
- keywords: [kawaii, cute, mascot, sanrio style, chibi]
art_style: "kawaii mascot illustration"
color_palette: "baby pink, mint, cream, soft lavender"
- keywords: [sakura, cherry blossom, hanami, flower]
art_style: "delicate cherry blossom watercolor illustration"
color_palette: "sakura pink, white, pale green, soft gray"
- keywords: [ukiyo-e, wave, woodblock, great wave]
art_style: "ukiyo-e woodblock wave style"
color_palette: "indigo blue, white, vermilion, ink black"
- keywords: [torii, shrine, temple, japan travel]
art_style: "torii gate silhouette illustration"
color_palette: "vermilion red, ink black, gold, cream"
- keywords: [yokai, oni, kitsune, fox, ghost, tengu]
art_style: "original yokai folklore illustration"
color_palette: "indigo, vermilion, ink black, gold"
- keywords: [sushi, ramen, onigiri, bento, udon, mochi, matcha]
art_style: "cute japanese food illustration"
color_palette: "cream white, coral, matcha green, soy black"
- keywords: [maneki neko, lucky cat, daruma, good luck]
art_style: "maneki-neko lucky charm illustration"
color_palette: "gold, red, black, white"
- keywords: [shiba, corgi, inu, cat, neko, pet]
art_style: "healing japanese pet illustration"
color_palette: "warm brown, cream, caramel, soft gray"
- keywords: [fuji, mount fuji, sunrise, mountain]
art_style: "minimalist mount fuji sunrise illustration"
color_palette: "vermilion, indigo, white, pale blue"
- keywords: [crane, tsuru, koi, fish, phoenix]
art_style: "elegant japanese crane and koi motif"
color_palette: "gold, indigo, vermilion, ink black"
- keywords: [kimono, obi, washi, textile, yukata]
art_style: "kimono textile pattern style"
color_palette: "indigo, white, gold, vermilion"
- keywords: [origami, paper, geometric]
art_style: "origami geometric paper art"
color_palette: "soft pink, sky blue, paper white, gold"
- keywords: [zen, bonsai, garden, rock, minimalist]
art_style: "zen garden minimalist illustration"
color_palette: "stone gray, sand beige, moss green, ink black"
- keywords: [neon, tokyo night, akihabara, street, cyber]
art_style: "tokyo neon night street illustration"
color_palette: "neon pink, electric blue, black, cyan"
- keywords: [matsuri, festival, fireworks, hanabi, summer]
art_style: "summer matsuri fireworks illustration"
color_palette: "firework gold, indigo, vermilion, white"
- keywords: [harajuku, street fashion, j-fashion, gyaru, lolita]
art_style: "harajuku street fashion illustration"
color_palette: "pink, purple, black, white"
- keywords: [shibori, indigo dye, tie dye]
art_style: "shibori indigo dye pattern"
color_palette: "indigo blue, white, pale blue"
- keywords: [setsubun, tanabata, star festival, seasonal]
art_style: "japanese seasonal festival illustration"
color_palette: "purple, gold, white, indigo"
- keywords: [onsen, hot spring, bath, sento, towel]
art_style: "onsen relaxation illustration"
color_palette: "steam white, warm brown, indigo, coral"
- keywords: [snow monkey, snow, winter, yuki]
art_style: "cozy japanese winter illustration"
color_palette: "frost blue, white, charcoal, vermilion"
- keywords: [wagashi, dessert, sweet, daifuku, dango, taiyaki]
art_style: "japanese sweet dessert illustration"
color_palette: "matcha green, cream, pink, red bean brown"
- keywords: [konbini, convenience, late night, snack]
art_style: "konbini night snack illustration"
color_palette: "midnight blue, warm yellow, white, coral"
- keywords: [sumo, rikishi, dohyo, tournament]
art_style: "sumo wrestler illustration"
color_palette: "vermilion, white, ink black, gold"
# 日本常见侵权盲区(按国家隔离)
extra_blacklist:
- pokemon
- naruto
- "one piece"
- "dragon ball"
- hello kitty
- sanrio
- jujutsu kaisen # 咒术回战
- "demon slayer" # 鬼灭之刃
- "attack on titan" # 进击的巨人
- "my hero academia"
- "sailor moon"
- digimon
- yu-gi-oh
- "super mario"
- zelda
- "studio ghibli"
- totoro
- "spirited away"
- kiki
- "evangelion"
- gundam
- kirby
- "animal crossing"
- "splatoon"
- vocaloid
- hatsune miku
- "final fantasy"
- kingdom hearts
# —— 扩充:更多动漫/游戏 IP ——
- "death note"
- "one punch man"
- "chainsaw man"
- "spy x family"
- "street fighter"
- "monster hunter"
- "resident evil"
- "metal gear"
- "castlevania"
- "my melody"
- kuromi
- cinnamoroll
- "pompompurin"
# —— 扩充:偶像/艺人(肖像权)——
- akb48
- arashi
- bts
- "utada hikaru"
- "yonezu kenshi"
# —— 扩充:政治/皇室 ——
- emperor
- naruhito
- akihito
- shinzo abe
# —— 扩充:日本大牌零售 ——
- uniqlo
- muji
- daiso
- "7-eleven"
- "family mart"
- lawson
- nitori
+5
View File
@@ -0,0 +1,5 @@
# 日本专属补充指令
- 设计口吻:可爱(kawaii) / 极简 / 动漫感,干净线条,可点缀原创汉字。
- 合规重点:严禁使用知名动漫 IP 与角色(宝可梦 / 火影 / 海贼王 / 龙珠 / Hello Kitty / Sanrio 等)、真实艺人肖像。
- 鼓励做"原创可爱角色 / 极简植物 / 原创汉字标语"等自有元素,避免任何受保护角色与商标。
- 文字规则:英文或原创汉字可加可不加,与印花适配即可;任何文字严禁政治/宗教/仇恨/暴力/性/品牌/商标/真实人物姓名等敏感内容。