irshadtech10 commited on
Commit
1e0a92a
·
1 Parent(s): c6a6fc6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -31
requirements.txt CHANGED
@@ -1,34 +1,32 @@
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
 
 
1
+ GitPython==3.1.32
2
+ Pillow==9.5.0
3
+ accelerate==0.21.0
4
+ basicsr==1.4.2
5
+ blendmodes==2022
6
+ clean-fid==0.1.35
7
+ einops==0.4.1
8
+ fastapi==0.94.0
9
+ gfpgan==1.3.8
 
10
  gradio==3.41.2
11
+ httpcore==0.15
12
+ inflection==0.5.1
13
+ jsonmerge==1.8.0
14
+ kornia==0.6.7
15
+ lark==1.1.2
16
+ numpy==1.23.5
17
+ omegaconf==2.2.3
18
+ open-clip-torch==2.20.0
19
+ piexif==1.1.3
20
+ psutil==5.9.5
21
+ pytorch_lightning==1.9.4
22
+ realesrgan==0.3.0
23
+ resize-right==0.0.2
24
+ safetensors==0.3.1
25
+ scikit-image==0.21.0
26
+ timm==0.9.2
27
+ tomesd==0.1.3
 
 
28
  torch
29
+ torchdiffeq==0.2.3
30
+ torchsde==0.2.6
31
  transformers==4.30.2
32
+ httpx==0.24.1