Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
pipeline_tag:
|
| 4 |
tags:
|
| 5 |
- text-to-3d
|
| 6 |
- image-to-3d
|
|
@@ -30,4 +30,4 @@ from huggingface_hub import hf_hub_download
|
|
| 30 |
ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_sview_dit_fp16.pt")
|
| 31 |
vae_ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_vae_fp16.pt")
|
| 32 |
```
|
| 33 |
-
Please refer to our [repo](https://github.com/3DTopia/3DTopia-XL) for more details on loading and inference.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-3d
|
| 4 |
tags:
|
| 5 |
- text-to-3d
|
| 6 |
- image-to-3d
|
|
|
|
| 30 |
ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_sview_dit_fp16.pt")
|
| 31 |
vae_ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_vae_fp16.pt")
|
| 32 |
```
|
| 33 |
+
Please refer to our [repo](https://github.com/3DTopia/3DTopia-XL) for more details on loading and inference.
|