返回画廊数据整理自 YouMind 公共 GitHub/页面数据
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!"
]
}
]
}
}