DeepfakeFaceswap / requirements.txt
victorgg's picture
Update requirements.txt
74035a2 verified
raw
history blame
558 Bytes
--extra-index-url https://download.pytorch.org/whl/cu118
gfpgan==1.3.8
gradio
insightface
moviepy>=1.0.3
numpy
onnx
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
opencv-python
pillow==10.0.0
protobuf==4.23.4
psutil==5.9.5
realesrgan
tensorflow
tqdm