JeffreyXiang commited on
Commit
71d5a9d
·
1 Parent(s): 163fb7c
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -138,8 +138,8 @@ def image_to_3d(
138
  },
139
  pipeline_type={
140
  "512": "512",
141
- "1024": "512->1024",
142
- "1536": "512->1536",
143
  }[resolution],
144
  return_latent=True,
145
  )
@@ -340,4 +340,4 @@ if __name__ == "__main__":
340
  dtype=torch.float32, device='cuda'
341
  ))
342
 
343
- demo.launch(css=css, mcp_server=True)
 
138
  },
139
  pipeline_type={
140
  "512": "512",
141
+ "1024": "1024_cascade",
142
+ "1536": "1536_cascade",
143
  }[resolution],
144
  return_latent=True,
145
  )
 
340
  dtype=torch.float32, device='cuda'
341
  ))
342
 
343
+ demo.launch(css=css)