This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
Replies: 2 comments 2 replies
-
@anothermartz thanks for you help |
Beta Was this translation helpful? Give feedback.
0 replies
-
These files are generated during the running of install.py If you're running windows, please try the new Easy-Wav2Lip.bat which should be able to check for all prerequestis and install them automatically if any are missing. If on linux make sure you follow the instructions listed here. Let me know how you get on :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting the below error, where Can I find "predictor.pkl", pls help.
imports loaded!
Traceback (most recent call last):
File "/home/sagemaker-user/Easy-Wav2Lip/inference.py", line 117, in
with open(os.path.join('checkpoints','predictor.pkl'), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/predictor.pkl'
Processing failed! :( see line above 👆
Processing failed
Beta Was this translation helpful? Give feedback.
All reactions