mar23mar commited on
Commit
d7dc0de
·
verified ·
1 Parent(s): 86a634c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -4
requirements.txt CHANGED
@@ -1,13 +1,27 @@
1
  basicsr==1.4.2
2
  filetype==1.2.0
3
  gradio==3.50.2
 
 
 
 
 
4
  numpy==1.26.1
5
  onnx==1.15.0
6
- onnxruntime-gpu==1.16.3
7
- opencv-python==4.8.1.78
 
 
 
8
  psutil==5.9.6
9
  realesrgan==0.3.0
 
10
  torch==2.1.0
11
- tqdm==4.66.1
12
 
13
- insightface==0.7.3
 
 
 
 
 
 
1
  basicsr==1.4.2
2
  filetype==1.2.0
3
  gradio==3.50.2
4
+
5
+ fastapi==0.104.1
6
+ starlette==0.27.0
7
+ pydantic==1.10.26
8
+
9
  numpy==1.26.1
10
  onnx==1.15.0
11
+ onnxruntime==1.16.3
12
+
13
+ opencv-python-headless==4.8.1.78
14
+ albumentations==1.3.1
15
+
16
  psutil==5.9.6
17
  realesrgan==0.3.0
18
+
19
  torch==2.1.0
20
+ torchvision==0.16.0
21
 
22
+ tqdm==4.66.1
23
+ insightface==0.7.3
24
+ gfpgan==1.3.8
25
+ facexlib==0.3.0
26
+ requests==2.31.0
27
+ Pillow==10.1.0