OOTD 杂志时尚拼贴提示词 (JSON/YAML)

Author:Miu (みう) /Japanese beauty from Okinawa🌺
2026/01/05 09:12

Description

生成OOTD杂志风格拼贴画,左侧人物肖像配右侧产品网格的专业时尚排版。

Tags

Image GenerationFormat Conversion

Content

```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":"{argument name=\"Product 1 Name\" default=\"[产品 1]\"}", "price":"¥{argument name=\"Product 1 Price\" default=\"[价格]\"}", "image":"[path_or_url_or_placeholder]"},
    {"id":2, "name":"{argument name=\"Product 2 Name\" default=\"[产品 2]\"}", "price":"¥{argument name=\"Product 2 Price\" default=\"[价格]\"}", "image":"[path_or_url_or_placeholder]"},
    {"id":3, "name":"{argument name=\"Product 3 Name\" default=\"[产品 3]\"}", "price":"¥{argument name=\"Product 3 Price\" default=\"[价格]\"}", "image":"[path_or_url_or_placeholder]"},
    {"id":4, "name":"{argument name=\"Product 4 Name\" default=\"[产品 4]\"}", "price":"¥{argument name=\"Product 4 Price\" default=\"[价格]\"}", "image":"[path_or_url_or_placeholder]"},
    {"id":5, "name":"{argument name=\"Product 5 Name\" default=\"[产品 5]\"}", "price":"¥{argument name=\"Product 5 Price\" default=\"[价格]\"}", "image":"[path_or_url_or_placeholder]"},
    {"id":6, "name":"{argument name=\"Product 6 Name\" default=\"[产品 6] (最终内衣)\"}", "price":"¥{argument name=\"Product 6 Price\" default=\"[价格]\"}", "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": "最终模块必须反映从上传图片中推断出的内衣"
  }
}
```

---

**Original English:**
{
  "target": "NanoBanana",
  "role_task": "Create a professional OOTD magazine-style fashion collage",
  "layout": {
    "left": {
      "width_ratio": 0.60,
      "preserve": {
        "face": true,
        "hairstyle": true,
        "outfit": true
      },
      "photo_style": "clean, bright, magazine-quality",
      "pose": "cute, amusing, slightly quirky, realistic atmosphere"
    },
    "right": {
      "width_ratio": 0.40,
      "background": "white",
      "product_grid": {
        "quantity": "[quantity]",
        "arrangement": "vertical",
        "final_module": "underwear_estimated_from_image",
        "module_fields": [
          "product_image_cutout_white_bg",
          "product_name",
          "price_yen"
        ]
      }
    }
  },
  "example_products": [
    {"id":1, "name":"{argument name="Product 1 Name" default="[Product 1]"}", "price":"¥{argument name="Product 1 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"},
    {"id":2, "name":"{argument name="Product 2 Name" default="[Product 2]"}", "price":"¥{argument name="Product 2 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"},
    {"id":3, "name":"{argument name="Product 3 Name" default="[Product 3]"}", "price":"¥{argument name="Product 3 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"},
    {"id":4, "name":"{argument name="Product 4 Name" default="[Product 4]"}", "price":"¥{argument name="Product 4 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"},
    {"id":5, "name":"{argument name="Product 5 Name" default="[Product 5]"}", "price":"¥{argument name="Product 5 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"},
    {"id":6, "name":"{argument name="Product 6 Name" default="[Product 6] (final underwear)"}", "price":"¥{argument name="Product 6 Price" default="[price]"}", "image":"[path_or_url_or_placeholder]"}
  ],
  "typography": {
    "font_family": "modern_sans_serif",
    "product_name_weight": "medium",
    "price_weight": "bold"
  },
  "style": {
    "aesthetic": "bright, fresh, professional, Instagram fashion-blogger",
    "layout": "clean with generous white space",
    "color_palette": ["natural_tones", "white", "soft_gray"],
    "photo_quality": "professional_ecommerce_photography"
  },
  "output_requirements": {
    "file_format": "PNG or JPG at editorial resolution",
    "left_image_handling": "preserve original pixels for face/hair/outfit (no warp)",
    "right_images_handling": "clip to white background, consistent lighting and scale",
    "notes": "final module must reflect underwear inferred from uploaded image"
  }
}