numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.26k stars 166 forks source link

wav2lip encountered a problem #59

Closed argoo99 closed 1 year ago

argoo99 commented 1 year ago

Right here, motionless, Still the same after waiting for several hours python: 3.10.11  •  torch: 2.0.1+cu118  •  xformers: 0.0.20  •  gradio: 3.41.2  • 

set det-size: (640, 640) Reading video frames for face swap... Using cuda for inference.176 of 176 - Reading video frames... Number of frames available for inference: 176 (80, 481) Length of mel chunks: 176 0%| | 0/2 [00:00<?, ?it/s] 0%|

numz commented 1 year ago

Hi, usually due to image size, try to use "resize factor" 2 or 3, try to keep size under 1000x1000 px for speed up process and upscale in post process. Let me know regards

argoo99 commented 1 year ago

Hi, usually due to image size, try to use "resize factor" 2 or 3, try to keep size under 1000x1000 px for speed up process and upscale in post process. Let me know regards

It has been solved. I worked on it all night yesterday. Thank you.