Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,27 +1,29 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
-
torchvision
|
| 3 |
torchaudio
|
| 4 |
torchtext
|
| 5 |
torchdata
|
| 6 |
astunparse
|
| 7 |
blendmodes
|
| 8 |
accelerate
|
| 9 |
-
|
|
|
|
| 10 |
fonts
|
| 11 |
font-roboto
|
| 12 |
-
gfpgan
|
| 13 |
gradio==3.29.0
|
| 14 |
-
numpy
|
| 15 |
omegaconf
|
| 16 |
opencv-contrib-python
|
| 17 |
requests
|
| 18 |
piexif
|
| 19 |
Pillow
|
| 20 |
-
pytorch_lightning
|
| 21 |
realesrgan
|
| 22 |
scikit-image>=0.19
|
| 23 |
-
timm
|
| 24 |
-
transformers
|
|
|
|
| 25 |
einops
|
| 26 |
jsonmerge
|
| 27 |
clean-fid
|
|
@@ -31,7 +33,7 @@ kornia
|
|
| 31 |
lark
|
| 32 |
inflection
|
| 33 |
GitPython
|
| 34 |
-
torchsde
|
| 35 |
safetensors
|
| 36 |
psutil
|
| 37 |
rich
|
|
|
|
| 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
|
|
|
|
| 33 |
lark
|
| 34 |
inflection
|
| 35 |
GitPython
|
| 36 |
+
git+https://github.com/google-research/torchsde
|
| 37 |
safetensors
|
| 38 |
psutil
|
| 39 |
rich
|