Background Decoration

[esc] to go back

OOTD Magazine Fashion Collage Prompt (JSON/YAML)

OOTD Magazine Fashion Collage Prompt (JSON/YAML)

Category
Uncategorized

Generation Prompt

{
  "target": "NanoBanana",
  "role_task": "Create a professional OOTD magazine-style fashion collage",
  "layout": {
    "left": {
      "width_ratio": 0.6,
      "preserve": {
        "face": true,
        "hairstyle": true,
        "outfit": true
      },
      "photo_style": "clean, bright, magazine-quality",
      "pose": "cute, amusing, slightly quirky, realistic atmosphere"
    },
    "right": {
      "width_ratio": 0.4,
      "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": "[Product 1]",
      "price": "¥[price]",
      "image": "[path_or_url_or_placeholder]"
    },
    {
      "id": 2,
      "name": "[Product 2]",
      "price": "¥[price]",
      "image": "[path_or_url_or_placeholder]"
    },
    {
      "id": 3,
      "name": "[Product 3]",
      "price": "¥[price]",
      "image": "[path_or_url_or_placeholder]"
    },
    {
      "id": 4,
      "name": "[Product 4]",
      "price": "¥[price]",
      "image": "[path_or_url_or_placeholder]"
    },
    {
      "id": 5,
      "name": "[Product 5]",
      "price": "¥[price]",
      "image": "[path_or_url_or_placeholder]"
    },
    {
      "id": 6,
      "name": "[Product 6] (final underwear)",
      "price": "¥[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"
  }
}