Spaces:
Running
Running
Main dependencies
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision==0.19.0
|
3 |
+
pillow==10.4.0
|
4 |
+
imageio==2.36.1
|
5 |
+
imageio-ffmpeg==0.5.1
|
6 |
+
tqdm==4.67.1
|
7 |
+
easydict==1.13
|
8 |
+
opencv-python-headless==4.10.0.84
|
9 |
+
scipy==1.14.1
|
10 |
+
rembg==2.0.60
|
11 |
+
onnxruntime==1.20.1
|
12 |
+
trimesh==4.5.3
|
13 |
+
xatlas==0.0.9
|
14 |
+
pyvista==0.44.2
|
15 |
+
pymeshfix==0.17.0
|
16 |
+
igraph==0.11.8
|
17 |
+
xformers==0.0.27.post2
|
18 |
+
spconv-cu120==2.3.6
|
19 |
+
transformers==4.46.3
|
20 |
+
gradio_litmodel3d==0.0.
|