saifhassan / Wav2Lip-HD

High-Fidelity Lip-Syncing with Wav2Lip and Real-ESRGAN
Other
320 stars 75 forks source link

ImportError: cannot import name 'GFPGANer' from 'gfpgan' (unknown location) #31

Open AIhasArrived opened 8 months ago

AIhasArrived commented 8 months ago

Hello, I am getting this error:

...\Real-ESRGAN\inference_realesrgan.py", line 119, in main
    from gfpgan import GFPGANer
ImportError: cannot import name 'GFPGANer' from 'gfpgan' (unknown location)

I had it after resolving a problem of real sgan missing, then I tried this solution: https://github.com/saifhassan/Wav2Lip-HD/issues/21

I git cloned gfpgan repo from the repo inside real, like this: image

but still same error

...\Real-ESRGAN\inference_realesrgan.py", line 119, in main
    from gfpgan import GFPGANer
ImportError: cannot import name 'GFPGANer' from 'gfpgan' (unknown location)
signorinileandro commented 1 month ago

Hi! Did you found the solution?

guo-king666 commented 1 week ago

请问你解决了吗,我也遇到了同样的错误