Open minhajsiddiqui101 opened 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?
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
Unable to run
python text2facetime.py --checkpoint_path "wav2lip.pth" --face "ian5sec25fps.mp4" --audio "iann.wav"
it keeps throwing exception
Original exception was:
I am running on Windows 11 machine with all the dependencies installed successfully.
Can anyone help on that?