kintex/tools/nanobanana/prompts/reroom_styles.json
zio 0f91dcf4ae feat(ai): ReRoomAI image-to-image booth photo restyling (M5 pipeline reuse)
Reference photo upload (magic-byte check, 10MB, server-named files) +
reroom render job on the existing RenderJob queue/callback/WS pipeline.
Worker gains R1 reroom mode: 4-part prompt with fixed preserve-lock
(architecture + camera perspective) and style dictionary (6 styles,
JSON single source); NL instruction injects into replace-part only.
Booth Design Studio gets a photo-mockup section with client 1024px
downscale, style cards and Before/After slider (watermark enforced).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 00:25:23 +09:00

33 lines
1.5 KiB
JSON

{
"modern": {
"label": "모던",
"swatch": ["#2b2b2e", "#8a8f98", "#f2f2f0"],
"prompt": "sleek modern exhibition style: clean lines, neutral charcoal-and-greige palette, low-profile furniture, matte finishes, crisp statement lighting"
},
"minimal": {
"label": "미니멀",
"swatch": ["#ffffff", "#d8d8d8", "#333333"],
"prompt": "minimal style: white matte walls, uncluttered product plinths, a single accent color, even soft lighting, generous negative space"
},
"tech": {
"label": "테크",
"swatch": ["#0a0e27", "#00d4ff", "#e6f7ff"],
"prompt": "high-tech style: dark matte panels, cool cyan LED edge lighting, large digital display walls, seamless joints, futuristic product pedestals"
},
"luxury": {
"label": "럭셔리",
"swatch": ["#1a1a1a", "#c9a24b", "#f4f1ea"],
"prompt": "premium luxury style: warm gold accents, dark stone-look panels, a backlit brand wall, layered warm accent lighting, polished reflective finishes"
},
"korean_traditional": {
"label": "한국 전통",
"swatch": ["#8a5a2b", "#c8b18a", "#2f3b30"],
"prompt": "modern Korean traditional (hanok-inspired) style: warm wood lattice (salpi) screens, hanji paper textures, dancheong-inspired accent colors used sparingly, soft warm lighting, natural materials"
},
"eco": {
"label": "친환경",
"swatch": ["#2f4f3e", "#a8c686", "#f2efe6"],
"prompt": "eco / natural style: light wood, live plants and greenery, recycled-material textures, daylight-balanced lighting, calm matte earth tones"
}
}