返回画廊数据整理自 YouMind 公共 GitHub/页面数据
其他来源:X / Twitter

3D Animated Character Expression Grid

Generates a 9-panel grid of a 3D animated character showing various expressions and outfits while peeking through torn paper.

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "3x3 character expression grid",
"style": "{argument name=\"art style\" default=\"3D animation, Pixar style\"}",
"character_base": "{argument name=\"character description\" default=\"young woman with voluminous dark wavy hair and round wire-rimmed glasses\"}",
"common_theme": "{argument name=\"framing concept\" default=\"peeking through a torn hole in white paper\"}",
"layout": {
"rows": 3,
"columns": 3,
"total_panels": 9,
"panels": [
{"position": "top-left", "expression": "winking", "action": "adjusting glasses", "outfit": "green sweater"},
{"position": "top-center", "expression": "smirking", "action": "lowering dark sunglasses", "outfit": "red leather jacket"},
{"position": "top-right", "expression": "thinking", "action": "finger on chin", "outfit": "yellow hoodie"},
{"position": "middle-left", "expression": "big smile", "action": "arms resting on edge", "outfit": "black and white striped shirt"},
{"position": "middle-center", "expression": "smiling", "action": "thumbs up", "outfit": "orange button-up shirt"},
{"position": "middle-right", "expression": "neutral", "action": "drinking boba tea", "outfit": "blue sweater"},
{"position": "bottom-left", "expression": "happy", "action": "waving", "outfit": "purple sweater vest over white shirt"},
{"position": "bottom-center", "expression": "laughing with eyes closed", "action": "arms crossed", "outfit": "pink cardigan"},
{"position": "bottom-right", "expression": "silly", "action": "poking cheeks", "outfit": "teal sweater"}
]
}
}