Prompt Gallery

漫画 / 故事板 / 分镜

四格动漫浪漫漫画

生成一套四格动漫风格的漫画,描绘一对情侣在风景优美的地方边走边聊,非常适合短篇叙事。

ID
13626
作者
Nad Chan~
标签
漫画 / 故事板 / 分镜 / 风景 / 城市 / 旅行 / UI / App / 网页 / SaaS

中文提示词

{
  "type": "四格动漫漫画",
  "art_style": "精致的动漫插画,温暖的夕阳灯光,视觉小说 CG 品质",
  "setting": "{argument name=\"setting\" default=\"夕阳下樱花盛开的铁轨小径\"}",
  "characters": {
    "male": {
      "name": "{argument name=\"male character name\" default=\"Starion\"}",
      "appearance": "银色凌乱短发,白色 T 恤,深色长裤"
    },
    "female": {
      "name": "{argument name=\"female character name\" default=\"Murasaki\"}",
      "appearance": "长长的浅紫色头发,浅绿色蝴蝶结衬衫,米色短裙"
    }
  },
  "layout": {
    "total_panels": 4,
    "total_speech_bubbles": 5,
    "panels": [
      {
        "position": "顶部,全宽",
        "action": "在铁轨上并肩行走",
        "bubbles": [
          "Murasaki,想买点冰淇淋吗?",
          "Starion,你喜欢冰淇淋吗?🩷"
        ]
      },
      {
        "position": "中左",
        "action": "男生热情地笑着,伸出手",
        "bubbles": [
          "{argument name=\"male dialogue\" default=\"当然啦,我最喜欢香草味的!\"}"
        ]
      },
      {
        "position": "中右",
        "action": "女生微笑着,牵住他的手",
        "bubbles": [
          "{argument name=\"female dialogue\" default=\"好呀,那我们去买吧。之后再去吃拉面。\"}"
        ]
      },
      {
        "position": "底部,全宽",
        "action": "在铁轨上向前奔跑,手牵着手,男生很兴奋,女生感到惊讶",
        "bubbles": [
          "啊!"
        ]
      }
    ]
  }
}

原始提示词

{
  "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!"
        ]
      }
    ]
  }
}