Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,14 @@ European Conference on Computer Vision (ECCV), 2024
|
|
24 |
|
25 |
Getting started with VFusion3D is super easy! 🤗 Here’s how you can use the model with Hugging Face:
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
### Load model directly
|
28 |
```python
|
29 |
import torch
|
|
|
24 |
|
25 |
Getting started with VFusion3D is super easy! 🤗 Here’s how you can use the model with Hugging Face:
|
26 |
|
27 |
+
### Install Dependencies (Optional)
|
28 |
+
|
29 |
+
Depending on your needs, you may want to enable specific features like mesh generation or video rendering. We've got you covered with these additional packages:
|
30 |
+
|
31 |
+
```bash
|
32 |
+
!pip --quiet install imageio[ffmpeg] PyMCubes trimesh rembg[gpu,cli] kiui
|
33 |
+
```
|
34 |
+
|
35 |
### Load model directly
|
36 |
```python
|
37 |
import torch
|