```json { "target": "NanoBanana", "role_task": "制作专业的 OOTD 杂志风格时尚拼贴画", "layout": { "left": { "width_ratio": 0.60, "preserve": { "face": true, "hairstyle": true, "outfit": true }, "photo_style": "干净、明亮、杂志品质", "pose": "可爱、有趣、略带古怪、真实氛围" }, "right": { "width_ratio": 0.40, "background": "白色", "product_grid": { "quantity": "[quantity]", "arrangement": "垂直", "final_module": "根据图片估算的内衣", "module_fields": [ "产品图片抠图_白色背景", "产品名称", "价格_日元" ] } } }, "example_products": [ {"id":1, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"}, {"id":2, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"}, {"id":3, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"}, {"id":4, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"}, {"id":5, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"}, {"id":6, "name":"", "price":"¥", "image":"[path_or_url_or_placeholder]"} ], "typography": { "font_family": "现代无衬线字体", "product_name_weight": "中等", "price_weight": "粗体" }, "style": { "aesthetic": "明亮、清新、专业、Instagram 时尚博主风格", "layout": "简洁且留有充足的留白", "color_palette": ["自然色调", "白色", "柔和的灰色"], "photo_quality": "专业电商摄影" }, "output_requirements": { "file_format": "PNG 或 JPG,编辑分辨率", "left_image_handling": "保留面部/发型/服装的原始像素(无变形)", "right_images_handling": "裁剪至白色背景,保持一致的光照和比例", "notes": "最终模块必须反映从上传图片中推断出的内衣" } } ```