-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change mask size #4
Comments
?? |
This is the minimum version. |
Hello, I use this version: Easy_Wav2Lip_v8.3.ipynb - which is quite good because it is relatively easy to use but it still has faults especially when the face is very close you can see that the lips are not real I would be happy if you could recommend another version that might be better and easier to work with |
You can try this. But it is also cli version. |
Please explain to me how to activate it, I didn't understand |
@napoAI |
Yes, I know it, it's a little more difficult to activate it, I got stuck in the middle, you told me that I need to install ffmpeg, but I still can't get it working |
If you're on windows it should also work if you put ffmpeg.exe into root directory of wav2lip. |
Hello,
How can I Change mask size, feathering and mouth_tracking?
This is the code I use:
python -W ignore inference_onnxModel.py --checkpoint_path "checkpoints\wav2lip_256.onnx" --face "C:\Users\napo_\Downloads\wav2lip-onnx-256-main\face\0.mp4" --audio "C:\Users\napo_\Downloads\wav2lip-onnx-256-main\audio\3.wav" --outfile "C:\Users\napo_\Downloads\wav2lip-onnx-256-main\audio\3" --nosmooth --pads 0 10 0 0 --fps 29.97
The text was updated successfully, but these errors were encountered: