Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update requirements.txt
Browse files- requirements.txt +30 -26
requirements.txt
CHANGED
@@ -1,26 +1,30 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
|
3 |
-
torch==2.4.0
|
4 |
-
torchvision==0.19.0
|
5 |
-
pillow==10.4.0
|
6 |
-
imageio==2.36.1
|
7 |
-
imageio-ffmpeg==0.5.1
|
8 |
-
tqdm==4.67.1
|
9 |
-
easydict==1.13
|
10 |
-
opencv-python-headless==4.10.0.84
|
11 |
-
scipy==1.14.1
|
12 |
-
rembg==2.0.60
|
13 |
-
onnxruntime==1.20.1
|
14 |
-
trimesh==4.5.3
|
15 |
-
xatlas==0.0.9
|
16 |
-
pyvista==0.44.2
|
17 |
-
pymeshfix==0.17.0
|
18 |
-
igraph==0.11.8
|
19 |
-
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
20 |
-
xformers==0.0.27.post2
|
21 |
-
spconv-cu120==2.3.6
|
22 |
-
transformers==4.46.3
|
23 |
-
gradio_litmodel3d==0.0.1
|
24 |
-
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
|
25 |
-
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
26 |
-
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
+
torch==2.4.0
|
4 |
+
torchvision==0.19.0
|
5 |
+
pillow==10.4.0
|
6 |
+
imageio==2.36.1
|
7 |
+
imageio-ffmpeg==0.5.1
|
8 |
+
tqdm==4.67.1
|
9 |
+
easydict==1.13
|
10 |
+
opencv-python-headless==4.10.0.84
|
11 |
+
scipy==1.14.1
|
12 |
+
rembg==2.0.60
|
13 |
+
onnxruntime==1.20.1
|
14 |
+
trimesh==4.5.3
|
15 |
+
xatlas==0.0.9
|
16 |
+
pyvista==0.44.2
|
17 |
+
pymeshfix==0.17.0
|
18 |
+
igraph==0.11.8
|
19 |
+
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
20 |
+
xformers==0.0.27.post2
|
21 |
+
spconv-cu120==2.3.6
|
22 |
+
transformers==4.46.3
|
23 |
+
gradio_litmodel3d==0.0.1
|
24 |
+
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
|
25 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
26 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
27 |
+
accelerate
|
28 |
+
diffusers
|
29 |
+
peft
|
30 |
+
sentencepiece
|