Spaces:
Running
Running
dasghost65536
commited on
Commit
•
bcaf0fb
1
Parent(s):
acf19a4
Update requirements.txt
Browse files- requirements.txt +23 -27
requirements.txt
CHANGED
@@ -1,39 +1,35 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torchaudio
|
4 |
-
torchtext
|
5 |
-
torchdata
|
6 |
-
astunparse
|
7 |
-
blendmodes
|
8 |
accelerate
|
|
|
9 |
basicsr
|
10 |
-
|
11 |
-
|
|
|
|
|
12 |
gfpgan
|
13 |
-
gradio==3.
|
|
|
|
|
|
|
|
|
14 |
numpy
|
15 |
omegaconf
|
16 |
-
|
17 |
-
|
18 |
piexif
|
19 |
-
|
20 |
-
pytorch_lightning
|
21 |
realesrgan
|
|
|
|
|
|
|
|
|
22 |
scikit-image>=0.19
|
23 |
-
timm
|
24 |
-
|
25 |
torch
|
26 |
-
einops
|
27 |
-
jsonmerge
|
28 |
-
clean-fid
|
29 |
-
resize-right
|
30 |
torchdiffeq
|
31 |
-
kornia
|
32 |
-
lark
|
33 |
-
inflection
|
34 |
-
GitPython
|
35 |
torchsde
|
36 |
-
|
37 |
-
psutil
|
38 |
-
rich
|
39 |
httpx==0.24.1
|
|
|
1 |
+
GitPython
|
2 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
3 |
accelerate
|
4 |
+
|
5 |
basicsr
|
6 |
+
blendmodes
|
7 |
+
clean-fid
|
8 |
+
einops
|
9 |
+
fastapi>=0.90.1
|
10 |
gfpgan
|
11 |
+
gradio==3.41.2
|
12 |
+
inflection
|
13 |
+
jsonmerge
|
14 |
+
kornia
|
15 |
+
lark
|
16 |
numpy
|
17 |
omegaconf
|
18 |
+
open-clip-torch
|
19 |
+
|
20 |
piexif
|
21 |
+
psutil
|
22 |
+
pytorch_lightning
|
23 |
realesrgan
|
24 |
+
requests
|
25 |
+
resize-right
|
26 |
+
|
27 |
+
safetensors
|
28 |
scikit-image>=0.19
|
29 |
+
timm
|
30 |
+
tomesd
|
31 |
torch
|
|
|
|
|
|
|
|
|
32 |
torchdiffeq
|
|
|
|
|
|
|
|
|
33 |
torchsde
|
34 |
+
transformers==4.30.2
|
|
|
|
|
35 |
httpx==0.24.1
|