jadechoghari commited on
Commit
df2d336
·
verified ·
1 Parent(s): afa27c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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