Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -3,26 +3,22 @@ setuptools>=68
|
|
| 3 |
wheel
|
| 4 |
|
| 5 |
torchvision==0.20.1
|
| 6 |
-
diffusers>=0.30.0
|
| 7 |
transformers==4.49.0
|
| 8 |
-
peft>=0.17.0
|
| 9 |
-
|
| 10 |
einops
|
| 11 |
huggingface_hub
|
| 12 |
-
|
| 13 |
-
trimesh==4.5.3
|
| 14 |
-
omegaconf
|
| 15 |
-
scikit-image
|
| 16 |
numpy
|
| 17 |
scipy==1.11.4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
jaxtyping
|
| 19 |
typeguard
|
|
|
|
| 20 |
pymeshlab==2022.2.post4
|
| 21 |
-
open3d
|
| 22 |
-
timm
|
| 23 |
-
kornia
|
| 24 |
ninja
|
| 25 |
gltflib
|
| 26 |
|
| 27 |
-
|
| 28 |
https://huggingface.co/spaces/VAST-AI/TripoSG/resolve/main/diso-0.1.4-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 3 |
wheel
|
| 4 |
|
| 5 |
torchvision==0.20.1
|
|
|
|
| 6 |
transformers==4.49.0
|
|
|
|
|
|
|
| 7 |
einops
|
| 8 |
huggingface_hub
|
| 9 |
+
|
|
|
|
|
|
|
|
|
|
| 10 |
numpy
|
| 11 |
scipy==1.11.4
|
| 12 |
+
trimesh==4.5.3
|
| 13 |
+
scikit-image
|
| 14 |
+
omegaconf
|
| 15 |
+
|
| 16 |
jaxtyping
|
| 17 |
typeguard
|
| 18 |
+
|
| 19 |
pymeshlab==2022.2.post4
|
|
|
|
|
|
|
|
|
|
| 20 |
ninja
|
| 21 |
gltflib
|
| 22 |
|
| 23 |
+
# TripoSG custom CUDA extension
|
| 24 |
https://huggingface.co/spaces/VAST-AI/TripoSG/resolve/main/diso-0.1.4-cp310-cp310-linux_x86_64.whl
|