assile commited on
Commit
b809925
·
verified ·
1 Parent(s): 490e0af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -8
requirements.txt CHANGED
@@ -1,15 +1,21 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
 
2
  numpy==1.26.4
3
- gradio==5.9.1
4
- opencv-python-headless==4.10.0.84
5
- onnx==1.16.1
 
6
  insightface==0.7.3
7
  albucore==0.0.16
8
  psutil==5.9.6
9
- torch==2.5.1+cpu
10
- torchvision==0.20.1+cpu
11
- onnxruntime==1.20.1
 
 
 
 
12
  tqdm==4.66.4
13
  ftfy
14
  regex
15
- pyvirtualcam
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+
3
  numpy==1.26.4
4
+ gradio==4.44.0
5
+ fastapi<0.113.0
6
+ opencv-python-headless==4.9.0.80
7
+ onnx==1.16.0
8
  insightface==0.7.3
9
  albucore==0.0.16
10
  psutil==5.9.6
11
+ torch==2.1.2+cu118; sys_platform != 'darwin'
12
+ torch==2.1.2; sys_platform == 'darwin'
13
+ torchvision==0.16.2+cu118; sys_platform != 'darwin'
14
+ torchvision==0.16.2; sys_platform == 'darwin'
15
+ onnxruntime==1.17.1; sys_platform == 'darwin' and platform_machine != 'arm64'
16
+ onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
17
+ onnxruntime-gpu==1.17.1; sys_platform != 'darwin'
18
  tqdm==4.66.4
19
  ftfy
20
  regex
21
+ pyvirtualcam