numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.19k stars 161 forks source link

'insightface' #60

Closed gebijiaxiaoming closed 10 months ago

gebijiaxiaoming commented 10 months ago

building 'insightface.thirdparty.face3d.mesh.cython.mesh_core_cython' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]


note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for insightface *** ERROR: Could not build wheels for insightface, which is required to install pyproject.toml-based projects

 File "F:\aipeiyin\sd-\sd-A\sd-webui-aki-directml-v4.4\extensions\sd-wav2lip-uhq\scripts\faceswap\swap.py", line 6, in <module>
    import insightface
ModuleNotFoundError: No module named 'insightface'

提示:Python 运行时抛出了一个异常。请检查疑难解答页面。


numz commented 10 months ago

Hi, Thanks for report Yes, you need to install Microsoft Visual C++ 14.0 from https://visualstudio.microsoft.com/visual-cpp-build-tools/ I'll add it in README.md if it works for you.

Let me know if it works after install it please

regards

gebijiaxiaoming commented 10 months ago

It was a network problem and it has been solved. Thank you. It’s just that the CPU is very slow when running on Mac stable diffusion can recognize MacGpU But wav2lip can only work on CPU Good luck

numz commented 10 months ago

Thanks for report Regards