Toddler Daily Routine Flashcard Grid
Generates a 10-panel educational grid illustrating a toddler's daily routine with actions and interactive questions.

프롬프트
{
"type": "{argument name=\"theme\" default=\"일상 루틴 플래시카드\"}",
"style": "{argument name=\"style\" default=\"귀여운 동화책 일러스트, 부드러운 파스텔 톤\"}",
"character": "{argument name=\"character\" default=\"양갈래 머리를 한 짧은 갈색 머리의 여자아이\"}",
"layout": {
"grid": "2x5 패널",
"elements_per_panel": ["숫자 원", "제목", "장면", "돋보기 아이콘이 있는 질문 배너"]
},
"panels": [
{"id": 1, "title": "小宝宝起床啦", "scene": "잠에서 깨어남, 태양, 테디 베어", "question": "아기는 어디에 있나요?"},
{"id": 2, "title": "宝宝在刷牙", "scene": "양치질하기, 파란색 잠옷", "question": "칫솔은 어디에 있나요?"},
{"id": 3, "title": "宝宝吃早餐", "scene": "토스트와 달걀 먹기, 사과 무늬 턱받이", "question": "아기는 무엇을 먹고 있나요?"},
{"id": 4, "title": "宝宝要出门啦", "scene": "노란색 재킷, 배낭, 문", "question": "문은 어디에 있나요?"},
{"id": 5, "title": "宝宝在玩球", "scene": "밖에서 공 차기, 나비", "question": "공은 어디에 있나요?"},
{"id": 6, "title": "宝宝在喝水", "scene": "빨대컵으로 물 마시기", "question": "컵은 어디에 있나요?"},
{"id": 7, "title": "宝宝吃饭啦", "scene": "밥 먹기, 체리 무늬 턱받이, 식판", "question": "숟가락은 어디에 있나요?"},
{"id": 8, "title": "宝宝在洗澡", "scene": "욕조, 거품, 고무 오리", "question": "거품은 어디에 있나요?"},
{"id": 9, "title": "宝宝在看书", "scene": "빈백 의자에서 책 읽기", "question": "책은 어디에 있나요?"},
{"id": 10, "title": "宝宝睡觉啦", "scene": "침대에서 잠들기, 밤 창문", "question": "아기가 눈을 감았나요?"}
]
}
기계 번역 — 실제 결과물을 만든 것은 원문 프롬프트입니다.
원문 프롬프트
{
"type": "educational flashcard grid",
"theme": "{argument name=\"theme\" default=\"toddler daily routine\"}",
"art_style": "{argument name=\"art style\" default=\"flat vector illustration, soft pastel colors, children's book style\"}",
"character": "{argument name=\"character description\" default=\"cute toddler girl with short brown hair tied in two small pigtails, rosy cheeks, dot eyes\"}",
"layout": {
"grid": "2 rows by 5 columns",
"total_panels": 10,
"panel_structure": {
"top_left": "number in a colored circle",
"top_center": "action title in bold text",
"center": "illustration of the character performing the action",
"bottom": "colored pill-shaped box containing a magnifying glass icon and a question"
}
},
"panels": [
{ "number": 1, "title": "小宝宝起床啦", "illustration": "waking up in bed, stretching arms, sun shining, teddy bear", "bottom_question": "宝宝在哪里?" },
{ "number": 2, "title": "宝宝在刷牙", "illustration": "brushing teeth, wearing blue pajamas, holding a yellow cup", "bottom_question": "牙刷在哪里?" },
{ "number": 3, "title": "宝宝吃早餐", "illustration": "eating toast, glass of milk, fried egg, strawberries on table", "bottom_question": "宝宝在吃什么?" },
{ "number": 4, "title": "宝宝要出门啦", "illustration": "wearing yellow jacket and red backpack, waving goodbye at an open door", "bottom_question": "门在哪里?" },
{ "number": 5, "title": "宝宝在玩球", "illustration": "running on grass, kicking a colorful striped ball, yellow butterfly", "bottom_question": "球在哪里?" },
{ "number": 6, "title": "宝宝在喝水", "illustration": "drinking from a sippy cup, wearing green pajamas", "bottom_question": "杯子在哪里?" },
{ "number": 7, "title": "宝宝吃饭啦", "illustration": "eating rice with a spoon, wearing a cherry bib, food tray with broccoli and carrots", "bottom_question": "勺子在哪里?" },
{ "number": 8, "title": "宝宝在洗澡", "illustration": "taking a bath in a tub full of bubbles, showerhead running, yellow rubber duck", "bottom_question": "泡泡在哪里?" },
{ "number": 9, "title": "宝宝在看书", "illustration": "sitting on a yellow beanbag chair, reading a blue book with a bunny cover, bookshelf in background", "bottom_question": "书在哪里?" },
{ "number": 10, "title": "宝宝睡觉啦", "illustration": "sleeping peacefully in bed under a blue starry blanket, teddy bear, window showing night sky with crescent moon", "bottom_question": "宝宝闭眼了吗?" }
]
}