GFPGAN icon indicating copy to clipboard operation
GFPGAN copied to clipboard

CFPGAN error TypeError: argument of type 'NoneType' is not iterable

Open StudioXV opened this issue 3 years ago • 1 comments

When I try to restore faces with GFPGAN it returns this:

File "C:\GitHub\Completo\stable-diffusion-webui\venv\lib\site-packages\gfpgan\utils.py", line 93, in init if 'params_ema' in loadnet: TypeError: argument of type 'NoneType' is not iterable

Any idea about how to fix? thx

StudioXV avatar Nov 08 '22 15:11 StudioXV

hey,maybe your model is not entire,you can reload a model and put it to right folder!such as the gfpgan

min-star avatar Jul 28 '23 03:07 min-star