Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
diffusers
|
3 |
-
transformers==4.
|
4 |
einops
|
5 |
huggingface_hub
|
6 |
opencv-python
|
@@ -17,7 +20,9 @@ open3d
|
|
17 |
timm
|
18 |
kornia
|
19 |
ninja
|
20 |
-
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
21 |
cvcuda_cu12
|
22 |
gltflib
|
23 |
-
torch-cluster
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
+
torch==2.4.0
|
4 |
+
torchvision==0.19.0
|
5 |
diffusers
|
6 |
+
transformers==4.46.3
|
7 |
einops
|
8 |
huggingface_hub
|
9 |
opencv-python
|
|
|
20 |
timm
|
21 |
kornia
|
22 |
ninja
|
|
|
23 |
cvcuda_cu12
|
24 |
gltflib
|
25 |
+
torch-cluster
|
26 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
27 |
+
https://huggingface.co/spaces/cavargas10/TRELLIS-Imagen3D/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
28 |
+
https://huggingface.co/spaces/cavargas10/TRELLIS-Imagen3D/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|