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 年代复古玩具,怀旧,俏皮”
}