Spaces:
Running
on
Zero
Running
on
Zero
bluestyle97
commited on
Commit
β’
1d262d9
1
Parent(s):
bfcb0c5
Update app.py
Browse files
app.py
CHANGED
@@ -33,11 +33,8 @@ _IMG_TO_3D_HELP_ = '''
|
|
33 |
π‘π‘π‘**Usage Tips:**
|
34 |
- This demo supports various multi-view diffusion models, including [Hunyuan3D](https://github.com/Tencent/Hunyuan3D-1) Std and [Zero123++](https://github.com/SUDO-AI-3D/zero123plus) v1.1/v1.2. You can try different models to get the best result.
|
35 |
- Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
|
36 |
-
- In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to
|
37 |
- You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
|
38 |
-
|
39 |
-
βοΈβοΈβοΈ**NOTE:**
|
40 |
-
We are dealing with some bugs related to the ZeroGPU environment, stay tuned!
|
41 |
'''
|
42 |
|
43 |
_CITE_ = r"""
|
|
|
33 |
π‘π‘π‘**Usage Tips:**
|
34 |
- This demo supports various multi-view diffusion models, including [Hunyuan3D](https://github.com/Tencent/Hunyuan3D-1) Std and [Zero123++](https://github.com/SUDO-AI-3D/zero123plus) v1.1/v1.2. You can try different models to get the best result.
|
35 |
- Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
|
36 |
+
- In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to [2DGS paper](https://arxiv.org/abs/2403.17888).
|
37 |
- You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
|
|
|
|
|
|
|
38 |
'''
|
39 |
|
40 |
_CITE_ = r"""
|