DeepFaceLive/build/linux
2023-07-09 22:01:38 +04:00
..
Dockerfile added module: Face Swap (Insight) 2023-07-09 22:01:38 +04:00
example.sh dockerfile init 2021-09-22 14:09:22 -07:00
README.md updated Linux README 2022-03-17 10:30:43 -04:00
start.sh Made nvidia.ko check more robust 2022-09-30 23:34:39 -04:00

DeepFaceLive Docker

Requirements

  • nvidia-driver-470 (current)
  • cuda 11.4 (current)

Setup

git clone DeepFaceLive
cd DeepFaceLive/build/linux/
# start.sh builds and runs container with proper options, then example.sh will start DeepFaceLive with example options
./start.sh

Usage of ./start.sh
# -d specify a folder for DeepFaceLive data (videos, models, etc)
-d /home/user/DeepFaceLive_data
# -c will pass through existing video devices such as /dev/video0 and /dev/video1, etc