Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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:**
|
|
|
|
|
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"""
|