Retexture the uploaded image based on the JSON
{
"materials": {
"exterior": "matte injection-molded plastic",
"interior": [
"blocky colored plastic parts",
"oversized gears",
"simple rods",
"basic springs",
"toy decals"
]
},
"lighting": {
"type": "studio soft light",
"direction": "top and front fill",
"color": "warm daylight",
"mood": "nostalgic, cheerful"
},
"background": {
"type": "solid",
"color": "pastel yellow"
},
"camera": {
"angle": "eye-level side",
"focus": "medium sharp",
"depth_of_field": "deep"
},
"color_palette": {
"dominant": ["red", "blue", "yellow"],
"accents": ["mint green", "white", "peach"]
},
"vibe": "1980s retro toy, nostalgic, playful"
} 根据 JSON 对上传的图片进行重新纹理处理
{
“材料”: {
“exterior”: “哑光注塑成型塑料”,
“interior”:[
“块状彩色塑料件”,
“超大齿轮”,
“简单杆”,
“基本弹簧”,
“玩具贴花”
]
},
“照明”: {
“type”: “工作室柔光”,
“direction”: “顶部和前部填充”,
“color”: “暖日光”,
“mood”: “怀旧的、欢快的”
},
“背景”: {
“type”: “solid”, //类型
“color”: “柔和的黄色”
},
“相机”: {
“angle”: “与眼睛齐平的一侧”,
“focus”: “中等锐化”,
“depth_of_field”: “deep”
},
“color_palette”: {
“主导”: [“红”, “蓝”, “黄”],
“accents”: [“薄荷绿”, “白色”, “桃子”]
},
“vibe”: “1980 年代复古玩具,怀旧,俏皮”
} 업로드된 이미지를 JSON에 기반하여 재질 변경
{
"materials": {
"exterior": "매트 사출 성형 플라스틱",
"interior": [
"블록형 색상 플라스틱 부품",
"과장된 기어",
"단순한 막대",
"기본 스프링",
"장난감 데칼"
]
},
"lighting": {
"type": "스튜디오 소프트 라이트",
"direction": "상단 및 전면 필",
"color": "따뜻한 주광",
"mood": "향수, 쾌활"
},
"background": {
"type": "단색",
"color": "파스텔 옐로우"
},
"camera": {
"angle": "눈높이 측면",
"focus": "중간 선명",
"depth_of_field": "깊은"
},
"color_palette": {
"dominant": ["빨강", "파랑", "노랑"],
"accents": ["민트 그린", "화이트", "피치"]
},
"vibe": "1980년대 레트로 장난감, 향수, 장난기"
}