Topic

Artistic illustration creation

3 GPT image prompts grouped by this long-tail topic.

type

Artistic Illustration Creation

Original2,305 characters
{
  "type": "anime character reference sheet",
  "character": {
    "name": "{argument name=\"character name\" default=\"Sanada Daisuke\"}",
    "appearance": "young warrior with long brown hair, wearing samurai-inspired armor, {argument name=\"main color\" default=\"red\"} chest plate and guards, {argument name=\"secondary color\" default=\"navy blue\"} pleated hakama, white short cape"
  },
  "layout": {
    "header": {
      "title": "{argument name=\"character name\" default=\"Sanada Daisuke\"}",
      "subtitle": "{argument name=\"character concept\" default=\"Protagonist of a story set in the Sengoku period. A young warrior of Japanese-British quarter descent.\"}",
      "badge": "Character Reference Sheet"
    },
    "right_side": {
      "main_portrait": "large full-body standing pose, confident smile",
      "background_elements": {
        "emblem": "six-coin crest",
        "quote": "{argument name=\"catchphrase\" default=\"I will protect this country. With its pride.\"}",
        "scenery": "monochrome Japanese castle with army banners at the bottom right"
      }
    },
    "sections": [
      {
        "title": "Profile",
        "position": "top-left",
        "content": "table with 6 rows and descriptive text"
      },
      {
        "title": "Three-View Drawing",
        "position": "mid-left",
        "count": 3,
        "labels": ["Front", "Side", "Back"]
      },
      {
        "title": "Expression Variations",
        "position": "top-center",
        "count": 6,
        "labels": ["Normal", "Smile", "Serious", "Angry", "Surprised", "Thinking"]
      },
      {
        "title": "Costume & Equipment Details",
        "position": "bottom-left",
        "count": 9,
        "labels": ["Chest Plate", "Shoulder Guards", "Arm Guards (Kote)", "Leg Guards (Sune-Ate & Knee Guards)", "Leather Boots", "White Short Cape", "Obi Belt", "Hakama/Kimono Part", "Uchigatana Sword"]
      },
      {
        "title": "Color Palette",
        "position": "bottom-center",
        "count": 8,
        "labels": ["Sanada Red", "Deep Navy", "Gold", "White", "Brown", "Brownish", "Skin Color", "Silver"]
      },
      {
        "title": "Worldview",
        "position": "bottom-center-right",
        "content": "paragraph of text describing the setting"
      }
    ]
  }
}
参考图是角色人设图,为参考图的少女绘制一副日系唯美...

Artistic Illustration Creation

Original1,490 characters
This is a grand medium-shot Japanese-style fantasy illustration composition. At the center of the frame is a cute girl with complete details preserved, standing in the middle of an endless, mirror-smooth water surface. The sky displays a high-saturation blend of pink-purple and deep blue, with a dazzling blue giant meteor streaking across the sky, accompanied by gorgeous layered clouds with glowing edges. The girl is backlit, creating a silhouette that is dark yet still clearly shows her clothing and bright purple eyes, delicately outlined by the rim light from the meteor and starry sky. She slightly tilts her head upward, with one hand gently open. The water below perfectly and symmetrically reflects the entire magnificent starry sky, meteor, clouds, and the girl's clear reflection, dotted with small glowing points, creating a harmonious, ethereal, tranquil, and beautiful dreamlike atmosphere.

This style uses high-saturation pink-purple warm and cool tones to weave a vast starry sky, complemented by magnificent meteors and glowing-edged layered clouds as visual spectacles. The composition cleverly utilizes the perfect water reflection like a "sky mirror" to blend the grand cosmic background with the lonely standing figure's silhouette, creating an ethereal, tranquil dreamlike atmosphere with a surreal sense of destiny through cinematic light and shadow rendering and high-contrast expression techniques.

Generate an image with a 9:16 aspect ratio and 4K resolution.
type

Artistic Illustration Creation

Original1,607 characters
```json
{
  "type": "3x3 character expression grid",
  "style": "{argument name=\"art style\" default=\"3D animation, Pixar style\"}",
  "character_base": "{argument name=\"character description\" default=\"young woman with voluminous dark wavy hair and round wire-rimmed glasses\"}",
  "common_theme": "{argument name=\"framing concept\" default=\"peeking through a torn hole in white paper\"}",
  "layout": {
    "rows": 3,
    "columns": 3,
    "total_panels": 9,
    "panels": [
      {"position": "top-left", "expression": "winking", "action": "adjusting glasses", "outfit": "green sweater"},
      {"position": "top-center", "expression": "smirking", "action": "lowering dark sunglasses", "outfit": "red leather jacket"},
      {"position": "top-right", "expression": "thinking", "action": "finger on chin", "outfit": "yellow hoodie"},
      {"position": "middle-left", "expression": "big smile", "action": "arms resting on edge", "outfit": "black and white striped shirt"},
      {"position": "middle-center", "expression": "smiling", "action": "thumbs up", "outfit": "orange button-up shirt"},
      {"position": "middle-right", "expression": "neutral", "action": "drinking boba tea", "outfit": "blue sweater"},
      {"position": "bottom-left", "expression": "happy", "action": "waving", "outfit": "purple sweater vest over white shirt"},
      {"position": "bottom-center", "expression": "laughing with eyes closed", "action": "arms crossed", "outfit": "pink cardigan"},
      {"position": "bottom-right", "expression": "silly", "action": "poking cheeks", "outfit": "teal sweater"}
    ]
  }
}
```