assile commited on
Commit
765c5d1
·
verified ·
1 Parent(s): ac93985

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -21
requirements.txt CHANGED
@@ -1,29 +1,19 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu124
 
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+cu124; sys_platform != 'darwin'
10
- torch==2.5.1; sys_platform == 'darwin'
11
- torchvision==0.20.1+cu124; sys_platform != 'darwin'
12
- torchvision==0.20.1; sys_platform == 'darwin'
13
- onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
14
- onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
- onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
16
- tensorflow==2.14.0
17
- tk==0.1.0
18
- customtkinter==5.2.0
19
- tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
20
- tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
21
- pillow==10.0.0
22
- protobuf==4.23.4
23
  gfpgan==1.3.8
24
- opennsfw2
25
- keras
 
26
  tqdm==4.66.4
27
- ftfy
28
  regex
 
29
  pyvirtualcam
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+
3
  numpy==1.26.4
 
4
  opencv-python-headless==4.10.0.84
5
+ torch==2.2.2+cu121
6
+ torchvision==0.17.2+cu121
7
  onnx==1.16.1
8
+ onnxruntime-gpu==1.20.1
9
  insightface==0.7.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  gfpgan==1.3.8
11
+ gradio==5.9.1
12
+ pillow==10.0.0
13
+ albumentations==1.4.0
14
  tqdm==4.66.4
15
+ psutil==5.9.6
16
  regex
17
+ ftfy
18
  pyvirtualcam
19
+