Yntec commited on
Commit
8e2016d
·
verified ·
1 Parent(s): 7389d13

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,28 +1,29 @@
 
1
  torch
2
- torchvision
3
  torchaudio
4
  torchtext
5
  torchdata
6
  astunparse
7
  blendmodes
8
  accelerate
9
- basicsr
 
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==1.7.7
21
  realesrgan
22
  scikit-image>=0.19
23
- timm==0.4.12
24
- transformers==4.25.1
25
- torch
26
  einops
27
  jsonmerge
28
  clean-fid
@@ -32,7 +33,7 @@ kornia
32
  lark
33
  inflection
34
  GitPython
35
- torchsde
36
  safetensors
37
  psutil
38
  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