Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,20 +1,14 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
torch
|
4 |
torchvision
|
5 |
torchaudio
|
|
|
6 |
segment_anything
|
7 |
-
diffusers
|
8 |
-
transformers
|
9 |
-
accelerate
|
10 |
-
scipy
|
11 |
-
safetensors
|
12 |
|
13 |
# lama
|
14 |
pyyaml
|
15 |
tqdm
|
16 |
numpy
|
17 |
-
easydict
|
18 |
scikit-image
|
19 |
scikit-learn
|
20 |
opencv-python
|
@@ -23,11 +17,18 @@ joblib
|
|
23 |
matplotlib
|
24 |
pandas
|
25 |
albumentations==0.5.2
|
26 |
-
hydra-core
|
27 |
-
pytorch-lightning
|
28 |
tabulate
|
29 |
kornia==0.5.0
|
30 |
webdataset
|
31 |
packaging
|
32 |
-
scikit-learn==0.24.2
|
33 |
wldhx.yadisk-direct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
+
|
5 |
segment_anything
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
# lama
|
8 |
pyyaml
|
9 |
tqdm
|
10 |
numpy
|
11 |
+
easydict
|
12 |
scikit-image
|
13 |
scikit-learn
|
14 |
opencv-python
|
|
|
17 |
matplotlib
|
18 |
pandas
|
19 |
albumentations==0.5.2
|
20 |
+
hydra-core
|
21 |
+
pytorch-lightning
|
22 |
tabulate
|
23 |
kornia==0.5.0
|
24 |
webdataset
|
25 |
packaging
|
|
|
26 |
wldhx.yadisk-direct
|
27 |
+
|
28 |
+
gradio
|
29 |
+
|
30 |
+
diffusers
|
31 |
+
transformers
|
32 |
+
accelerate
|
33 |
+
scipy
|
34 |
+
safetensors
|