4 Panel Anime Romance Comic Strip

4 Panel Anime Romance Comic Strip — generated with GPT Image 2

What this prompt does: Produces a character portrait image using GPT Image 2. Style cues: golden-hour, cinematic. Sourced from a verified fair-citation repository (Nad Chan~) and reproduced here unchanged with full attribution per the source license.

Prompt
{
  "type": "4-panel anime comic strip",
  "art_style": "detailed anime illustration, warm sunset lighting, visual novel CG quality",
  "setting": "{argument name=\"setting\" default=\"cherry blossom lined path with train tracks at sunset\"}",
  "characters": {
    "male": {
      "name": "{argument name=\"male character name\" default=\"Starion\"}",
      "appearance": "silver messy hair, white t-shirt, dark pants"
    },
    "female": {
      "name": "{argument name=\"female character name\" default=\"Murasaki\"}",
      "appearance": "long light purple hair, light green blouse with bow, beige skirt"
    }
  },
  "layout": {
    "total_panels": 4,
    "total_speech_bubbles": 5,
    "panels": [
      {
        "position": "top, full width",
        "action": "walking together on the tracks",
        "bubbles": [
          "Wanna buy some Ice Cream, Murasaki?",
          "You love Ice Cream, Starion? 🩷"
        ]
      },
      {
        "position": "middle left",
        "action": "male smiling enthusiastically, reaching hand out",
        "bubbles": [
          "{argument name=\"male dialogue\" default=\"Hell, yeah. I like Vanilla one!\"}"
        ]
      },
      {
        "position": "middle right",
        "action": "female smiling, holding his hand",
        "bubbles": [
          "{argument name=\"female dialogue\" default=\"Okay, let's buy. After that let's have some ramen.\"}"
        ]
      },
      {
        "position": "bottom, full width",
        "action": "running forward on the tracks, holding hands, male excited, female surprised",
        "bubbles": [
          "Ah!"
        ]
      }
    ]
  }
}