JiantaoLin commited on
Commit
ec81536
·
1 Parent(s): 476d2e1
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -217,11 +217,11 @@ def image2mesh_main_(reference_3d_bundle_image, caption, seed, strength1=0.5, st
217
  @spaces.GPU(duration=120)
218
  def bundle_image_to_mesh(
219
  gen_3d_bundle_image,
220
- lrm_radius = 4.15,
221
- isomer_radius = 4.5,
222
- reconstruction_stage1_steps = 10,
223
  reconstruction_stage2_steps = 50,
224
- save_intermediate_results=True,
225
  if_video=True
226
  ):
227
  global mesh_cache
 
217
  @spaces.GPU(duration=120)
218
  def bundle_image_to_mesh(
219
  gen_3d_bundle_image,
220
+ lrm_radius = 3.5,
221
+ isomer_radius = 4.2,
222
+ reconstruction_stage1_steps = 0,
223
  reconstruction_stage2_steps = 50,
224
+ save_intermediate_results=False,
225
  if_video=True
226
  ):
227
  global mesh_cache