Added command line arguments for --share_gradio #7. Implemented multithreaded parallel processing and CoreML optimization, still pending CUDA optimization #5.

This commit is contained in:
Xavi Vinaixa
2023-06-06 07:49:07 +02:00
committed by xaviviro
parent b4146fa26d
commit cd1f6cd2df
6 changed files with 109 additions and 33 deletions

11
requirements-COREML.txt Normal file
View File

@@ -0,0 +1,11 @@
ffmpeg_python==0.2.0
gradio==3.33.1
insightface==0.7.3
numpy==1.24.3
onnx==1.14.0
onnxruntime-sillicon
opencv_python==4.7.0.72
opencv_python_headless==4.7.0.72
scikit-image==0.20.0
tqdm
psutil