anothermartz / Easy-Wav2Lip

Colab for making Wav2Lip high quality and easy to use
667 stars 106 forks source link

kept prompting to modify the config.ini file and kept looping without proceeding #88

Open iamjasonchoi opened 3 weeks ago

iamjasonchoi commented 3 weeks ago

Hello, after deploying locally and executing run_loop.bat, Gradio was not launched. Instead, it kept prompting to modify the config.ini file and kept looping without proceeding. Although no errors were reported, it did not continue execution. The log is as follows: opening config.ini - customize accordingly then save and close it to continue! config.ini closed - starting Easy-Wav2Lip... Processing preview of shipin.mp4 using songshi.MP3 for audio imports loaded! Converting audio to .wav analysing audio... 1 frames to process Using face detection data from last input mask size: 2.5, feathering: 3 Starting... Processing Wav2Lip: 100%|█████████████████████████████████████████████| 1/1 [00:03<00:00, 3.87s/it] preview successful! Check out temp/preview.jpg Execution time: 14s opening config.ini - customize accordingly then save and close it to continue! config.ini closed - starting Easy-Wav2Lip... Processing preview of shipin.mp4 using songshi.MP3 for audio imports loaded! Converting audio to .wav analysing audio... 1 frames to process Using face detection data from last input mask size: 2.5, feathering: 3 Starting... Processing Wav2Lip: 100%|█████████████████████████████████████████████| 1/1 [00:03<00:00, 3.83s/it] preview successful! Check out temp/preview.jpg Execution time: 14s opening config.ini - customize accordingly then save and close it to continue!

anothermartz commented 3 weeks ago

There is no gradio.

What's happening here is it's processing one frame because preview is set to true in the config.

Also this is an older version, v8.3 has a GUI instead of notepad.