Update title, add project page link, add autotune cache
Browse files- app.py +2 -1
- autotune_cache.json +0 -0
app.py
CHANGED
|
@@ -463,7 +463,8 @@ def extract_glb(state, decimation_target, texture_size, req: gr.Request, progres
|
|
| 463 |
|
| 464 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
| 465 |
gr.Markdown("""
|
| 466 |
-
##
|
|
|
|
| 467 |
* Upload an image and click **Generate** to create a 3D asset using Pixal3D with TRELLIS.2 backbone.
|
| 468 |
* Click **Extract GLB** to export and download the generated GLB file.
|
| 469 |
* Camera parameters are estimated automatically via MoGe-2.
|
|
|
|
| 463 |
|
| 464 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
| 465 |
gr.Markdown("""
|
| 466 |
+
## Pixal3D: Pixel-Aligned 3D Generation from Images
|
| 467 |
+
[[Project Page](https://ldyang694.github.io/projects/pixal3d/)]
|
| 468 |
* Upload an image and click **Generate** to create a 3D asset using Pixal3D with TRELLIS.2 backbone.
|
| 469 |
* Click **Extract GLB** to export and download the generated GLB file.
|
| 470 |
* Camera parameters are estimated automatically via MoGe-2.
|
autotune_cache.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|