Spaces:
Runtime error
Runtime error
ReiPlush64
commited on
Commit
•
bb8d14d
1
Parent(s):
e704e4a
Update requirements.txt
Browse files- requirements.txt +21 -20
requirements.txt
CHANGED
@@ -1,30 +1,31 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
addict==2.4.0
|
3 |
-
albumentations==1.
|
4 |
-
einops==0.
|
5 |
-
gradio==
|
6 |
-
huggingface-hub
|
7 |
-
imageio==2.
|
8 |
-
imageio-ffmpeg==0.4.
|
9 |
kornia
|
10 |
omegaconf==2.3.0
|
11 |
open-clip-torch
|
12 |
-
opencv-contrib-python==4.
|
13 |
-
opencv-python-headless==4.
|
14 |
-
prettytable==3.
|
15 |
pytorch-lightning
|
16 |
-
safetensors
|
17 |
timm
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
25 |
#diffusers
|
26 |
-
|
27 |
scipy
|
28 |
ftfy
|
29 |
psutil
|
30 |
-
Xformers==0.0.
|
|
|
|
|
1 |
addict==2.4.0
|
2 |
+
albumentations==1.3.0
|
3 |
+
einops==0.6.0
|
4 |
+
gradio==3.21
|
5 |
+
huggingface-hub==0.13.2
|
6 |
+
imageio==2.26.0
|
7 |
+
imageio-ffmpeg==0.4.8
|
8 |
kornia
|
9 |
omegaconf==2.3.0
|
10 |
open-clip-torch
|
11 |
+
opencv-contrib-python==4.7.0.72
|
12 |
+
opencv-python-headless==4.7.0.72
|
13 |
+
prettytable==3.6.0
|
14 |
pytorch-lightning
|
15 |
+
safetensors==0.3.0
|
16 |
timm
|
17 |
+
https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp39-cp39-linux_x86_64.whl
|
18 |
+
torchvision==0.14.1+cu117
|
19 |
+
fastai
|
20 |
+
transformers==4.27.1
|
21 |
+
datasets==2.9.0
|
22 |
+
accelerate
|
23 |
+
evaluate==0.4.0
|
24 |
+
yapf==0.32.0
|
25 |
+
Triton==2.0.0
|
26 |
#diffusers
|
27 |
+
git+https://github.com/huggingface/diffusers.git
|
28 |
scipy
|
29 |
ftfy
|
30 |
psutil
|
31 |
+
Xformers==0.0.17.dev476
|