Rudrabha / Wav2Lip

This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
https://synclabs.so
10.85k stars 2.3k forks source link

Error in sys.excepthook: tts_models/multilingual/multi-dataset/your_tts #706

Open minhajsiddiqui101 opened 2 months ago

minhajsiddiqui101 commented 2 months ago

Unable to run

python text2facetime.py --checkpoint_path "wav2lip.pth" --face "ian5sec25fps.mp4" --audio "iann.wav"

it keeps throwing exception

tts_models/multilingual/multi-dataset/your_tts is already downloaded. Error in sys.excepthook:

Original exception was:

I am running on Windows 11 machine with all the dependencies installed successfully.

Can anyone help on that?

minhajsiddiqui101 commented 2 months ago

The problem is this one generator = pipeline('text-generation', model=model_name)

Not sure why is this error all about it is not descriptive at all. [WinError 6] The handle is invalid