Spaces:
ALSv
/
Runtime error

ALSv commited on
Commit
9ce1b3a
·
verified ·
1 Parent(s): c9e4295

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -9
requirements.txt CHANGED
@@ -1,21 +1,28 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu118
 
2
 
 
3
  numpy==1.24.3
4
  opencv-python==4.8.0.74
 
5
  onnx==1.14.1
 
6
  insightface==0.7.3
7
  psutil==5.9.5
 
 
 
 
 
 
 
8
  tk==0.1.0
9
  customtkinter==5.2.0
10
  tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
11
  tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
12
- pillow==10.0.0
13
- onnxruntime==1.15.0; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
14
- onnxruntime-coreml==1.15.0; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
15
- onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
16
- onnxruntime-gpu==1.15.0; sys_platform != 'darwin'
17
  tensorflow==2.13.0
18
- opennsfw2==0.10.2
 
19
  protobuf==4.23.4
20
- tqdm==4.65.0
21
- gfpgan==1.3.8
 
1
+ # Gradio per interfaccia web
2
+ gradio==3.41.2
3
 
4
+ # Librerie core di Roop
5
  numpy==1.24.3
6
  opencv-python==4.8.0.74
7
+ pillow==10.0.0
8
  onnx==1.14.1
9
+ onnxruntime==1.15.0 # CPU only
10
  insightface==0.7.3
11
  psutil==5.9.5
12
+ tqdm==4.65.0
13
+
14
+ # Face/Enhancer
15
+ gfpgan==1.3.8
16
+ opennsfw2==0.10.2
17
+
18
+ # Tkinter (solo se usi GUI locale)
19
  tk==0.1.0
20
  customtkinter==5.2.0
21
  tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
22
  tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
23
+
24
+ # TensorFlow opzionale, se vuoi modelli aggiuntivi
 
 
 
25
  tensorflow==2.13.0
26
+
27
+ # Protobuf (compatibilità modelli)
28
  protobuf==4.23.4