Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Update requirements.txt
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
-
|
2 |
torch == 2.0.1
|
3 |
torchvision == 0.15.2
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
torch == 2.0.1
|
3 |
torchvision == 0.15.2
|
4 |
+
xformers == 0.0.21
|
5 |
+
diffusers == 0.25.0
|
6 |
+
opencv-python
|
7 |
+
numpy == 1.23.1
|
8 |
+
Pillow
|
9 |
+
h5py
|
10 |
+
matplotlib==3.7.5
|
11 |
+
scikit-image
|
12 |
+
gradio==4.11.0
|
13 |
+
gradio-imageslider==0.0.16
|
14 |
+
trimesh==4.0.5
|
15 |
+
tqdm == 4.65.0
|
16 |
+
accelerate==0.28.0
|
17 |
+
transformers==4.39.1
|
18 |
+
imgaug
|
19 |
+
GitPython==3.1.40
|
20 |
+
pygltflib==1.16.1
|
21 |
+
fire
|
22 |
+
datetime
|
23 |
+
rembg
|
24 |
+
segment_anything
|
25 |
+
pyvista
|
26 |
+
cupy-cuda11x
|
27 |
+
trimesh
|