YulianSa commited on
Commit
13bd72c
·
1 Parent(s): 4153d83
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -356,7 +356,9 @@ This is official demo for our SIGGRAPH 2025 paper <a href="">PrimitiveAnything:
356
 
357
  Code: <a href='https://github.com/PrimitiveAnything/PrimitiveAnything' target='_blank'>GitHub</a>. Paper: <a href='https://arxiv.org/abs/2505.04622' target='_blank'>ArXiv</a>.
358
 
359
- ❗️❗️❗️**Important Notes:** For optimal results with fine structures, we apply marching cubes and dilation operations by default (which differs from testing and evaluation). This prevents quality degradation in thin areas.
 
 
360
  '''
361
 
362
  _CITE_ = r"""
 
356
 
357
  Code: <a href='https://github.com/PrimitiveAnything/PrimitiveAnything' target='_blank'>GitHub</a>. Paper: <a href='https://arxiv.org/abs/2505.04622' target='_blank'>ArXiv</a>.
358
 
359
+ ❗️❗️❗️**Important Notes:**
360
+ - Currently our demo supports 3D models only. You can use other text- and image-conditioned models (e.g. [Tencent Hunyuan3D](https://huggingface.co/spaces/tencent/Hunyuan3D-2) or [TRELLIS](https://huggingface.co/spaces/theseanlavery/TRELLIS-3D)) to generate 3D models and then upload them here.
361
+ - For optimal results with fine structures, we apply marching cubes and dilation operations by default (which differs from testing and evaluation). This prevents quality degradation in thin areas.
362
  '''
363
 
364
  _CITE_ = r"""