Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

Frame processor face_enhancer not found

Open TrustAI-laboratory opened this issue 1 year ago • 5 comments

image ![image](https://github.com/user-attachments/assets/21a3bc21-67ed-490b-a168-561926e242fa) something wrong?

TrustAI-laboratory avatar Aug 10 '24 14:08 TrustAI-laboratory

same "Frame processor face_enhancer not found"

vlednerk avatar Aug 10 '24 16:08 vlednerk

same here having black box on webcam, with face_enhancer not found. I tried python run.py --execution-provider dml and python run.py --execution-provider cpu just a black box around my face. Also the convert option not working either.

So what's the face_enhancer module?

Joeycan2 avatar Aug 10 '24 20:08 Joeycan2

It show "Frame processor face_enhancer not found" when running on mac silicon. And an empty interface shows on the GUI.

python run.py --execution-provider coreml

davideuler avatar Aug 11 '24 02:08 davideuler

In my case, i didn't install gfpgan properly at first.

pip install gfpgan==1.3.8

and if you cannot find tb-nightly, (some college mirror sites would not include this lib) Just change your pypi mirror (e.g. aliyun)

andreashen avatar Aug 11 '24 05:08 andreashen

https://github.com/hacksider/Deep-Live-Cam/issues/162#issuecomment-2282640935 can help you

Samwellwang avatar Aug 11 '24 13:08 Samwellwang

Thanks all.

And I finally found that it occurred by inswapper_128_fp16.onnx file in models. When I changed it to another model file in a different resource (https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx), It resolved!

TrustAI-laboratory avatar Aug 12 '24 03:08 TrustAI-laboratory