Update requirements.txt
Browse files- requirements.txt +39 -38
requirements.txt
CHANGED
@@ -1,39 +1,40 @@
|
|
1 |
-
spaces
|
2 |
-
torch
|
3 |
-
torchvision>=0.16.0
|
4 |
-
torchaudio
|
5 |
-
torchtext
|
6 |
-
torchdata
|
7 |
-
astunparse
|
8 |
-
blendmodes
|
9 |
-
accelerate
|
10 |
-
git+https://github.com/XPixelGroup/BasicSR
|
11 |
-
git+https://github.com/TencentARC/GFPGAN
|
12 |
-
fonts
|
13 |
-
font-roboto
|
14 |
-
gradio==3.29.0
|
15 |
-
numpy<2
|
16 |
-
omegaconf
|
17 |
-
opencv-contrib-python
|
18 |
-
requests
|
19 |
-
piexif
|
20 |
-
Pillow
|
21 |
-
pytorch_lightning>=1.7.7
|
22 |
-
realesrgan
|
23 |
-
scikit-image>=0.19
|
24 |
-
timm>=0.4.12
|
25 |
-
transformers
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
39 |
httpx>=0.24.1
|
|
|
1 |
+
spaces
|
2 |
+
torch
|
3 |
+
torchvision>=0.16.0
|
4 |
+
torchaudio
|
5 |
+
torchtext
|
6 |
+
torchdata
|
7 |
+
astunparse
|
8 |
+
blendmodes
|
9 |
+
accelerate
|
10 |
+
git+https://github.com/XPixelGroup/BasicSR
|
11 |
+
git+https://github.com/TencentARC/GFPGAN
|
12 |
+
fonts
|
13 |
+
font-roboto
|
14 |
+
gradio==3.29.0
|
15 |
+
numpy<2
|
16 |
+
omegaconf
|
17 |
+
opencv-contrib-python
|
18 |
+
requests
|
19 |
+
piexif
|
20 |
+
Pillow
|
21 |
+
pytorch_lightning>=1.7.7
|
22 |
+
realesrgan
|
23 |
+
scikit-image>=0.19
|
24 |
+
timm>=0.4.12
|
25 |
+
transformers<=4.46.3
|
26 |
+
diffusers<=0.31.0
|
27 |
+
einops
|
28 |
+
jsonmerge
|
29 |
+
clean-fid
|
30 |
+
resize-right
|
31 |
+
torchdiffeq
|
32 |
+
kornia
|
33 |
+
lark
|
34 |
+
inflection
|
35 |
+
GitPython
|
36 |
+
git+https://github.com/google-research/torchsde
|
37 |
+
safetensors
|
38 |
+
psutil
|
39 |
+
rich
|
40 |
httpx>=0.24.1
|