Huiwenshi commited on
Commit
63c61eb
·
verified ·
1 Parent(s): ffdc3db

Upload ./README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -31,6 +31,9 @@ short_description: Text-to-3D and Image-to-3D Generation
31
 
32
  ## 🔥🔥🔥 News!!
33
 
 
 
 
34
  * Nov 5, 2024: 💬 We support demo running image_to_3d generation now. Please check the [script](#using-gradio) below.
35
  * Nov 5, 2024: 💬 We support demo running text_to_3d generation now. Please check the [script](#using-gradio) below.
36
 
@@ -39,14 +42,13 @@ short_description: Text-to-3D and Image-to-3D Generation
39
 
40
  - [x] Inference
41
  - [x] Checkpoints
42
- - [ ] Baking related
43
- - [ ] Training
44
  - [ ] ComfyUI
 
45
  - [ ] Distillation Version
46
  - [ ] TensorRT Version
47
 
48
 
49
-
50
  ## **Abstract**
51
  <p align="center">
52
  <img src="./assets/teaser.png" height=450>
@@ -114,7 +116,6 @@ wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge
114
 
115
  ```
116
 
117
-
118
  <details>
119
  <summary>💡Other tips for envrionment installation</summary>
120
 
@@ -218,7 +219,7 @@ bash scripts/image_to_3d_std_separately.sh ./demos/example_000.png ./outputs/tes
218
  bash scripts/image_to_3d_lite_separately.sh ./demos/example_000.png ./outputs/test # >= 10G
219
  ```
220
 
221
- #### Baking related
222
  We have provided the texture baking module here. The matching and warpping processes are completed using Dust3R, which is licensed under the CC BY-NC-SA 4.0 license. Please note that this is a non-commercial license, and therefore, this module cannot be used for commercial purposes.
223
 
224
  ```bash
 
31
 
32
  ## 🔥🔥🔥 News!!
33
 
34
+ * Nov 21, 2024: 💬 We have introduced the new Baking module. Please give it a try!
35
+ * Nov 20, 2024: 💬 We have added a Chinese version of the README.
36
+ * Nov 18, 2024: 💬 Third-party developers have uploaded their ComfyUI. We appreciate their contributions! [[1]](https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper)[[2]](https://github.com/MrForExample/ComfyUI-3D-Pack)[[3]](https://github.com/TTPlanetPig/Comfyui_Hunyuan3D)
37
  * Nov 5, 2024: 💬 We support demo running image_to_3d generation now. Please check the [script](#using-gradio) below.
38
  * Nov 5, 2024: 💬 We support demo running text_to_3d generation now. Please check the [script](#using-gradio) below.
39
 
 
42
 
43
  - [x] Inference
44
  - [x] Checkpoints
45
+ - [x] Baking
 
46
  - [ ] ComfyUI
47
+ - [ ] Training
48
  - [ ] Distillation Version
49
  - [ ] TensorRT Version
50
 
51
 
 
52
  ## **Abstract**
53
  <p align="center">
54
  <img src="./assets/teaser.png" height=450>
 
116
 
117
  ```
118
 
 
119
  <details>
120
  <summary>💡Other tips for envrionment installation</summary>
121
 
 
219
  bash scripts/image_to_3d_lite_separately.sh ./demos/example_000.png ./outputs/test # >= 10G
220
  ```
221
 
222
+ #### Baking
223
  We have provided the texture baking module here. The matching and warpping processes are completed using Dust3R, which is licensed under the CC BY-NC-SA 4.0 license. Please note that this is a non-commercial license, and therefore, this module cannot be used for commercial purposes.
224
 
225
  ```bash