Yntec commited on
Commit
1ec8884
·
verified ·
1 Parent(s): 538cbe7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -11
requirements.txt CHANGED
@@ -1,27 +1,29 @@
1
- torch
2
- torchvision==0.16.0
 
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
  einops
26
  jsonmerge
27
  clean-fid
@@ -31,8 +33,10 @@ kornia
31
  lark
32
  inflection
33
  GitPython
34
- torchsde
35
  safetensors
36
  psutil
37
  rich
38
- httpx==0.24.1
 
 
 
1
+ #spaces
2
+ torch==2.4.0
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.41.2
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
40
+ httpx==0.24.1
41
+ websockets>=10.0,<12.0
42
+ pydantic==2.10.6