Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory: 'checkpoints/predictor.pkl' #97

Open
WachasWps opened this issue Dec 26, 2024 · 2 comments
Open

No such file or directory: 'checkpoints/predictor.pkl' #97

WachasWps opened this issue Dec 26, 2024 · 2 comments

Comments

@WachasWps
Copy link

Traceback (most recent call last):
File "", line 107, in ask_avatar
perform_lip_sync(VIDEO_PATH, AUDIO_PATH, lip_synced_video)
File "", line 77, in perform_lip_sync
raise e
File "", line 73, in perform_lip_sync
raise RuntimeError(f"Easy-Wav2Lip execution failed: {result.stderr}")
RuntimeError: Easy-Wav2Lip execution failed: Traceback (most recent call last):
File "/content/Easy-Wav2Lip/inference.py", line 239, in
with open(os.path.join("checkpoints", "predictor.pkl"), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/predictor.pkl'

INFO:werkzeug:127.0.0.1 - - [25/Dec/2024 23:57:02] "POST /ask HTTP/1.1" 500 -
Error: Traceback (most recent call last):
File "/content/Easy-Wav2Lip/inference.py", line 239, in
with open(os.path.join("checkpoints", "predictor.pkl"), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/predictor.pkl'

Error in lip-syncing process: Easy-Wav2Lip execution failed: Traceback (most recent call last):
File "/content/Easy-Wav2Lip/inference.py", line 239, in
with open(os.path.join("checkpoints", "predictor.pkl"), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/predictor.pkl'

@qwhynot
Copy link

qwhynot commented Dec 26, 2024

same error

@qwhynot
Copy link

qwhynot commented Dec 30, 2024

to solve the problem you need to run install.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants