tuan2308 commited on
Commit
df1f3ce
1 Parent(s): ba0e720

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -21
requirements.txt CHANGED
@@ -1,21 +1,23 @@
1
- numpy
2
- opencv-python
3
- onnx
4
- insightface
5
- psutil
6
- tk
7
- customtkinter
8
- pillow
9
- torch
10
- torch
11
- torchvision
12
- torchvision
13
- onnxruntime
14
- onnxruntime-silicon
15
- onnxruntime-gpu
16
- tensorflow
17
- tensorflow
18
- opennsfw2
19
- protobuf
20
- tqdm
21
- gfpgan
 
 
 
1
+ onnx==1.14.0
2
+ psutil==5.9.5
3
+ pillow==9.5.0
4
+ torch==2.0.1+cu118
5
+ torchvision==0.15.2+cu118
6
+ torchvision==0.15.2
7
+ onnxruntime-silicon==1.13.1
8
+ protobuf==4.23.2
9
+ gradio==3.40.0
10
+ onnxruntime==1.17.1
11
+ tensorflow==2.15.0
12
+ customtkinter==5.2.0
13
+ tkinterdnd2==0.3.0
14
+ opencv-python==4.8.0.74
15
+ insightface==0.7.3
16
+ numpy==1.24.3
17
+ opennsfw2==0.9.2
18
+ ffmpeg
19
+ tk==0.1.0
20
+ tkinterdnd2-universal==1.7.3
21
+ onnxruntime-gpu==1.17.1
22
+ tqdm==4.65.0
23
+ gfpgan==1.3.8