|
|
|
|
|
|
|
image: r8.im/devxpy/cog-wav2lip |
|
|
|
build: |
|
|
|
gpu: true |
|
cuda: "11.6.2" |
|
|
|
|
|
system_packages: |
|
- ffmpeg |
|
- cmake |
|
|
|
|
|
python_version: "3.8" |
|
|
|
|
|
python_packages: |
|
- numpy==1.23.4 |
|
- librosa==0.7.0 |
|
- opencv-python==4.6.0.66 |
|
- torch==1.12.1+cu116 --extra-index-url=https://download.pytorch.org/whl/cu116 |
|
- torchvision==0.13.1+cu116 --extra-index-url=https://download.pytorch.org/whl/cu116 |
|
- tqdm==4.45.0 |
|
- numba==0.48 |
|
- mediapipe==0.8.11 |
|
|
|
|
|
run: |
|
- pip install git+https://github.com/elliottzheng/batch-face.git@master |
|
|
|
|
|
predict: "predict.py:Predictor" |
|
|