Spaces:
Running
Running
dasghost65536
commited on
Commit
•
c2bac25
1
Parent(s):
0fe5787
an attempt of updating it to 1.6.0 (part 3)
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,30 +1,31 @@
|
|
1 |
-
GitPython==3.1.
|
2 |
Pillow==9.5.0
|
3 |
-
accelerate==0.
|
4 |
basicsr==1.4.2
|
5 |
blendmodes==2022
|
6 |
clean-fid==0.1.35
|
7 |
einops==0.4.1
|
8 |
fastapi==0.94.0
|
9 |
gfpgan==1.3.8
|
10 |
-
gradio==3.
|
11 |
-
httpcore
|
12 |
inflection==0.5.1
|
13 |
jsonmerge==1.8.0
|
14 |
kornia==0.6.7
|
15 |
lark==1.1.2
|
16 |
numpy==1.23.5
|
17 |
omegaconf==2.2.3
|
|
|
18 |
piexif==1.1.3
|
19 |
-
psutil
|
20 |
pytorch_lightning==1.9.4
|
21 |
realesrgan==0.3.0
|
22 |
resize-right==0.0.2
|
23 |
safetensors==0.3.1
|
24 |
-
scikit-image==0.
|
25 |
-
timm==0.
|
26 |
-
tomesd==0.1.
|
27 |
torch
|
28 |
torchdiffeq==0.2.3
|
29 |
torchsde==0.2.5
|
30 |
-
transformers==4.
|
|
|
1 |
+
GitPython==3.1.32
|
2 |
Pillow==9.5.0
|
3 |
+
accelerate==0.21.0
|
4 |
basicsr==1.4.2
|
5 |
blendmodes==2022
|
6 |
clean-fid==0.1.35
|
7 |
einops==0.4.1
|
8 |
fastapi==0.94.0
|
9 |
gfpgan==1.3.8
|
10 |
+
gradio==3.41.2
|
11 |
+
httpcore==0.15
|
12 |
inflection==0.5.1
|
13 |
jsonmerge==1.8.0
|
14 |
kornia==0.6.7
|
15 |
lark==1.1.2
|
16 |
numpy==1.23.5
|
17 |
omegaconf==2.2.3
|
18 |
+
open-clip-torch==2.20.0
|
19 |
piexif==1.1.3
|
20 |
+
psutil==5.9.5
|
21 |
pytorch_lightning==1.9.4
|
22 |
realesrgan==0.3.0
|
23 |
resize-right==0.0.2
|
24 |
safetensors==0.3.1
|
25 |
+
scikit-image==0.21.0
|
26 |
+
timm==0.9.2
|
27 |
+
tomesd==0.1.3
|
28 |
torch
|
29 |
torchdiffeq==0.2.3
|
30 |
torchsde==0.2.5
|
31 |
+
transformers==4.30.2
|