Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Frame processor face_enhancer not found
same "Frame processor face_enhancer not found"
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?
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
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)
https://github.com/hacksider/Deep-Live-Cam/issues/162#issuecomment-2282640935 can help you
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!