mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-27 00:01:00 +00:00
Error with the new model #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GOZARCK on GitHub (Aug 17, 2021).
$ python inference_gfpgan.py --upscale_factor 1 --model_path experiments/pretrained_models/GFPGANCleanv1-NoCE-C2.pth --test_path inputs/whole_imgs --paste_back Traceback (most recent call last): File "E:\IA\GFPGAN\inference_gfpgan.py", line 9, in <module> from gfpgan import GFPGANer File "E:\IA\GFPGAN\gfpgan\__init__.py", line 6, in <module> from .version import __gitsha__, __version__ ModuleNotFoundError: No module named 'gfpgan.version'@xinntao commented on GitHub (Aug 18, 2021):
Follow the instruction: https://github.com/TencentARC/GFPGAN#installation
run
python setup.py developbefore inference.@GOZARCK commented on GitHub (Aug 18, 2021):
Thank you Works Perfect here the result!
@xinntao commented on GitHub (Aug 18, 2021):
😄