返回画廊数据整理自 YouMind 公共 GitHub/页面数据
Manga Spread: Fantasy Game Developer
Generates a 2-page manga spread depicting a fantasy character struggling with and ultimately conquering game development bugs.
Prompt 正文
默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。
{
"type": "2-page manga spread",
"style": "monochrome anime manga, screentones",
"theme": "{argument name=\"main action\" default=\"fantasy mage developing a video game\"}",
"character": "{argument name=\"character appearance\" default=\"anime girl with blonde hair, tiara, cape, white dress, thigh-highs\"}",
"layout": {
"left_page": {
"panel_count": 11,
"rows": [
{"panels": 1, "action": "Determined at dual-monitor desk, speech bubble: '新作ゲーム、絶対完成させる!'"},
{"panels": 3, "action": "Typing, drawing on tablet, testing with controller"},
{"panels": 3, "action": "Shocked at ERROR screen, depressed, determined again"},
{"panels": 4, "action": "Exhausted, sudden realization, furious typing, monitor showing 'Build succeeded!'"}
]
},
"right_page": {
"panel_count": 2,
"panels": [
{"type": "large splash", "action": "Casting magic from a glowing circle at a code-error monster labeled '{argument name=\"error text\" default=\"NullReferenceException\"}'. Speech bubble: '{argument name=\"spell text\" default=\"デバッグ魔法!!\"}'"},
{"type": "bottom banner", "action": "Cheering in front of RPG title screen. Speech bubble: '{argument name=\"success text\" default=\"やったー!\"}'"}
]
}
}
}