三格膠帶迷因漫畫
Generates a 3-panel comic showing a subject eating a fruit and taping the peel to a wall, parodying modern art and tech companies.

Prompt
{
"type": "三格漫畫版面",
"subject": "{argument name=\"subject\" default=\"Sam Altman\"}",
"object": "{argument name=\"object\" default=\"香蕉\"}",
"layout": {
"structure": "左側水平分割為兩格,右側為一大格垂直版面",
"panels": [
{
"number": "1",
"position": "左上",
"description": "主角在辦公室環境中,開懷大笑地吃著該物品。"
},
{
"number": "2",
"position": "左下",
"description": "主角以側面示人,使用一條銀色的強力膠帶將該物品的果皮貼在一面白牆上。"
},
{
"number": "3",
"position": "右側半邊",
"description": "特寫:該物品的果皮被強力膠帶貼在白牆上。下方是{argument name=\"company logo\" default=\"OpenAI\"}的標誌與文字。標誌下方是另一塊強力膠帶,上面有手寫文字'{argument name=\"tape text\" default=\"Duct tape\"}'。"
}
]
}
}
機器翻譯 — 實際產出作品的是原文 prompt。
原文 Prompt
{
"type": "3-panel comic layout",
"subject": "{argument name=\"subject\" default=\"Sam Altman\"}",
"object": "{argument name=\"object\" default=\"banana\"}",
"layout": {
"structure": "left side split horizontally into two panels, right side is one large vertical panel",
"panels": [
{
"number": "1",
"position": "top-left",
"description": "The subject is smiling widely and eating the object in an office setting."
},
{
"number": "2",
"position": "bottom-left",
"description": "The subject is seen in profile, using a strip of silver duct tape to attach the peel of the object to a plain white wall."
},
{
"number": "3",
"position": "right-half",
"description": "Close-up of the object's peel duct-taped to the white wall. Below it is the {argument name=\"company logo\" default=\"OpenAI\"} logo and text. Below the logo is another piece of duct tape with the handwritten text '{argument name=\"tape text\" default=\"Duct tape\"}'."
}
]
}
}