Prompt Gallery

漫画 / 故事板 / 分镜

三格动漫连环画

生成一个三格垂直漫画条,描绘角色在电脑桌前逐渐精疲力竭的过程,并配有可自定义的对话气泡。

ID
14022
作者
Keisuke / けいすけ
标签
漫画 / 故事板 / 分镜 / 角色 / IP / 贴纸 / VTuber / 头像 / 人像 / 写真

中文提示词

{
  "type": "三格垂直漫画条",
  "style": "带有网点和干净线条的黑白动漫风格",
  "character": "{argument name=\"character description\" default=\"戴猫耳、短发、穿着简单 T 恤的动漫女孩\"}",
  "setting": "坐在电脑显示器和键盘前的桌子旁",
  "layout": {
    "panels": [
      {
        "position": "顶部",
        "action": "手托下巴,兴奋地看着显示器,带有闪光特效",
        "text_elements": [
          {
            "type": "矩形文本框",
            "position": "右上角",
            "text": "{argument name=\"panel 1 context text\" default=\"当新的 AI 发布时\"}"
          },
          {
            "type": "对话气泡",
            "position": "左侧",
            "text": "哇哦哦哦!一定要试试看"
          }
        ]
      },
      {
        "position": "中部",
        "action": "瘫倒在键盘上,看起来很累但仍盯着屏幕",
        "text_elements": [
          {
            "type": "对话气泡",
            "position": "右侧",
            "text": "{argument name=\"panel 2 speech text\" default=\"这到底要持续到什么时候……\"}"
          },
          {
            "type": "对话气泡",
            "position": "左侧",
            "text": "哇哦哦好厉害"
          }
        ]
      },
      {
        "position": "底部",
        "action": "彻底精疲力竭,头平趴在键盘上,半睁着眼,叹着气",
        "text_elements": [
          {
            "type": "对话气泡",
            "position": "右侧",
            "text": "{argument name=\"panel 3 speech text\" default=\"累死了……\"}"
          },
          {
            "type": "矩形文本框",
            "position": "左下角",
            "text": "大概还要 5 年吧"
          }
        ]
      }
    ]
  }
}

原始提示词

{
  "type": "3-panel vertical manga strip",
  "style": "monochrome anime style with screentones and clean line art",
  "character": "{argument name=\"character description\" default=\"anime girl with cat ears, short hair, wearing a simple t-shirt\"}",
  "setting": "sitting at a desk in front of a computer monitor and keyboard",
  "layout": {
    "panels": [
      {
        "position": "top",
        "action": "resting chin on hand, looking excitedly at the monitor with sparkle effects",
        "text_elements": [
          {
            "type": "rectangular text box",
            "position": "top right",
            "text": "{argument name=\"panel 1 context text\" default=\"新しいAIが発表される時\"}"
          },
          {
            "type": "speech bubble",
            "position": "left",
            "text": "うおおおお!使ってみなき"
          }
        ]
      },
      {
        "position": "middle",
        "action": "slumped over the keyboard, looking tired but still staring at the screen",
        "text_elements": [
          {
            "type": "speech bubble",
            "position": "right",
            "text": "{argument name=\"panel 2 speech text\" default=\"いつまで続くんだ続くんだこれ…\"}"
          },
          {
            "type": "speech bubble",
            "position": "left",
            "text": "うおおおすげー"
          }
        ]
      },
      {
        "position": "bottom",
        "action": "completely exhausted, resting head flat on the keyboard, eyes half-closed, sighing",
        "text_elements": [
          {
            "type": "speech bubble",
            "position": "right",
            "text": "{argument name=\"panel 3 speech text\" default=\"つかれた…\"}"
          },
          {
            "type": "rectangular text box",
            "position": "bottom left",
            "text": "たぶん5年くらい5年く"
          }
        ]
      }
    ]
  }
}