📝 内容摘要
{ "juice boxes": [ { "id": 1, "product": { "brand": "Tip Top", "flavor": "Strawberry", "image": { "description": "str...
🎨 中文提示词
{
"juice_boxes": [
{
"id": 1,
"product": {
"brand": "Tip-Top",
"flavor": "草莓",
"image": {
"description": "草莓果汁与成熟草莓",
"background": {
"color": "清新粉彩的粉红色",
"elements": [
"草莓切半",
"果汁飞溅",
"围绕包装动态盘旋"
]
}
}
},
"design": {
"style": {
"detail": "高品质细节",
"texture": "商业级照片写实"
},
"aspect_ratio": "2:3"
}
},
{
"id": 2,
"product": {
"brand": "Tip-Top",
"flavor": "芒果",
"image": {
"description": "芒果果汁与成熟的金黄色芒果",
"background": {
"color": "热带橙黄渐变",
"elements": [
"芒果块",
"盘旋的果汁流",
"充满活力且令人垂涎的场景"
]
}
}
},
"design": {
"style": {
"texture": "超写实的包装材质质感"
},
"aspect_ratio": "2:3"
}
},
{
"id": 3,
"product": {
"brand": "Tip-Top",
"flavor": "葡萄",
"image": {
"description": "葡萄果汁与紫色葡萄",
"background": {
"color": "深紫色渐变",
"elements": [
"葡萄串",
"光泽果汁飞溅",
"环绕纸盒周围"
]
}
}
},
"design": {
"style": {
"tone": "优雅",
"mood": "活力十足的商业促销风格"
},
"aspect_ratio": "2:3"
}
}
]
}
🎨 英文提示词
{
"juice_boxes": [
{
"id": 1,
"product": {
"brand": "Tip-Top",
"flavor": "Strawberry",
"image": {
"description": "strawberry juice with ripe strawberries",
"background": {
"color": "fresh pastel pink",
"elements": [
"strawberry halves",
"juice splashes",
"dynamic swirling around the pack"
]
}
}
},
"design": {
"style": {
"detail": "high-quality detail",
"texture": "commercial-grade photorealism"
},
"aspect_ratio": "2:3"
}
},
{
"id": 2,
"product": {
"brand": "Tip-Top",
"flavor": "Mango",
"image": {
"description": "mango juice with ripe golden mangoes",
"background": {
"color": "tropical orange-yellow gradient",
"elements": [
"mango cubes",
"swirling juice streams",
"energetic and appetizing scene"
]
}
}
},
"design": {
"style": {
"texture": "ultra-realistic packaging material texture"
},
"aspect_ratio": "2:3"
}
},
{
"id": 3,
"product": {
"brand": "Tip-Top",
"flavor": "Grape",
"image": {
"description": "grape juice with purple grapes",
"background": {
"color": "deep purple gradient",
"elements": [
"grape bunches",
"glossy juice splashes",
"surrounding the carton"
]
}
}
},
"design": {
"style": {
"tone": "elegant",
"mood": "lively commercial promotion style"
},
"aspect_ratio": "2:3"
}
}
]
}
📷 图片



