hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
39.3k stars 5.72k forks source link

I can run the work, but the output is so blurry even with face enhancer. #278

Closed Zeelyne closed 1 week ago

Zeelyne commented 2 months ago

Hi, I used an uploaded image of 738 738 pixel and a target video of 512 512 pixel, 25fps.

屏幕截图 2024-08-13 174118

Not error was shown, but I got very very blurry result. The face was not well replaced. 屏幕截图 2024-08-13 174208 Here is the log. 屏幕截图 2024-08-13 174154

Then i compressed the uploaded image to 126 126 pixel and applied it as image, and with the same target video of 512 512 pixel, 25fps. But still, the results is slightly improved but remains very blurry. Like the image below.(Sorry if this scare you guys... the effect is not so good)

2

I think there must something wrong with my settings or installations, would you please give me some suggestions for this? Thanks a lot!

peytoncai commented 2 months ago

same

StatLee commented 2 months ago

pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

It works.(By NV ENV)

Zeelyne commented 2 months ago

Thanks! It works!

pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

It works.(By NV ENV)

Zeelyne commented 2 months ago

Issue resolved