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
37.67k stars 5.37k forks source link

Face Enhancer Resolution #692

Open fraukepfeuffer opened 1 day ago

fraukepfeuffer commented 1 day ago

The Face Enhancer produces way too much resolution for it to look real. Is there any way to down the resolution to find a middle ground?

Some videos have very blurry faces with no reason, the source image is big enough and with Face Enhancer its good but unreal.

fraukepfeuffer commented 1 day ago

I saw on the experimental tree you can set " --enhancer-upscale-factor ", but this version is way behind the main one. How can I use that in the normal version? The software is awesome but install is a hot mess

Martin-SF commented 1 day ago

install (with conda) is acually standard procedure. create a virtual environment then install packages specified in requirements.txt

conda create -n deeplive python=3.10 pip install -r requirements.txt

updates: git pull (if you used git clone in the first place) pip install -r requirements.txt --upgrade

Martin-SF commented 1 day ago

regarding the resolution: you can try to lower the resolution of the target file. i think you mean the strength of the face enhancer you want to lower