hongfz16 commited on
Commit
fe3c641
1 Parent(s): e774ced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -371,8 +371,10 @@ markdown=f'''
371
 
372
  ### Usage:
373
  First enter prompt for a 3D object, hit "Generate 3D". Then choose one candidate from the dropdown options for the second stage refinement and hit "Start Refinement". The final mesh can be downloaded from the bottom right box.
 
 
374
 
375
- ### Runtime:
376
  The first stage takes 30s if generating 4 samples. The second stage takes roughly 1m30s.
377
 
378
  ### Useful links:
 
371
 
372
  ### Usage:
373
  First enter prompt for a 3D object, hit "Generate 3D". Then choose one candidate from the dropdown options for the second stage refinement and hit "Start Refinement". The final mesh can be downloaded from the bottom right box.
374
+
375
+ Note that this demo is not the complete version due to resource limitations. Specifically, the second stage only uses one-step optimization instead of two, which could result in blurry textures. Please kindly refer to our github repo for the complete version.
376
 
377
+ ### Generation Speed:
378
  The first stage takes 30s if generating 4 samples. The second stage takes roughly 1m30s.
379
 
380
  ### Useful links: