Easy-Wav2Lip icon indicating copy to clipboard operation
Easy-Wav2Lip copied to clipboard

Colab for making Wav2Lip high quality and easy to use

Results 32 Easy-Wav2Lip issues
Sort by recently updated
recently updated
newest added

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,...

Key Changes: Simplified Comments: I removed verbose explanations to focus on the essential details. Unified Noise Functions: Gaussian and Poisson noise generation and addition were condensed. Removed Redundancy: Functions like...

I am trying to use AMD GPU and ROCm to run it. But I got this issue when try ./run_loop.sh (wav2lip) amd@AIG-PM:/DATA/Easy-Wav2Lip$ pip list | grep torch pytorch-triton-rocm 3.0.0 torch...

Key Optimizations: Removed Unused Imports: Removed unused imports like warnings, re, etc. Condensed Functions: Simplified main function and related utility functions. Reduced Complexity: Streamlined how frames, audio, and masks are...

``` Traceback (most recent call last): File "/content/Easy-Wav2Lip/run.py", line 336, in ffmpeg_extract_subclip( File "/usr/local/lib/python3.10/dist-packages/moviepy/video/io/ffmpeg_tools.py", line 41, in ffmpeg_extract_subclip subprocess_call(cmd) File "/usr/local/lib/python3.10/dist-packages/moviepy/tools.py", line 54, in subprocess_call raise IOError(err.decode('utf8')) OSError: ffmpeg version...

imports loaded! Traceback (most recent call last): File "/home/work/anaconda3/envs/dvh/lib/python3.10/configparser.py", line 790, in get value = d[option] File "/home/work/anaconda3/envs/dvh/lib/python3.10/collections/__init__.py", line 986, in __getitem__ return self.__missing__(key) # support subclasses that define __missing__...

it seems that full resolution the face is placed as if it were in half resolution

![屏幕截图 2024-08-18 170420](https://github.com/user-attachments/assets/b5e530da-a0b4-4b18-a822-d86676b9773c) it used to work, but has bugs now. any ideas?

When I run run_loop.sh on my ubuntu system,it appears **"_tkinter.TclError: no display name and no $DISPLAY environment variable"**,how can I solve this one?