mr2along commited on
Commit
0fa33e5
·
verified ·
1 Parent(s): 03b3e32

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -12
requirements.txt CHANGED
@@ -1,18 +1,27 @@
1
- numpy>=1.23.5
2
- opencv-python==4.7.0.72
3
- onnx==1.14.0
4
- insightface==0.7.3
 
5
  psutil==5.9.5
6
- customtkinter==5.1.3
7
- pillow>=9.5.0
 
 
 
 
 
 
 
 
 
8
  torch==2.0.1
9
  torchvision==0.15.2
10
- onnxruntime==1.15.0
11
- opennsfw2==0.10.2
12
- protobuf==4.23.2
13
- tqdm==4.65.0
14
  gfpgan==1.3.8
 
 
 
15
  fastapi
16
- requests
17
  uvicorn[standard]
18
- imageio
 
1
+ # ===== Core =====
2
+ numpy==1.24.4
3
+ pillow==9.5.0
4
+ protobuf==4.23.2
5
+ tqdm==4.65.0
6
  psutil==5.9.5
7
+ requests
8
+ imageio
9
+
10
+ # ===== OpenCV (no GUI - tránh lỗi libGL) =====
11
+ opencv-python-headless==4.7.0.72
12
+
13
+ # ===== ONNX =====
14
+ onnx==1.14.0
15
+ onnxruntime==1.16.3 # 🔥 FIX executable stack error
16
+
17
+ # ===== AI Models =====
18
  torch==2.0.1
19
  torchvision==0.15.2
20
+ insightface==0.7.3
 
 
 
21
  gfpgan==1.3.8
22
+ opennsfw2==0.10.2
23
+
24
+ # ===== API / Web =====
25
  fastapi
 
26
  uvicorn[standard]
27
+ gradio