Face Enhancer Resolution
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.
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
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
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
That will reduce the quality of the output in preview.
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