mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-04 08:14:41 +00:00
[PR #117] [MERGED] [bug fix] No module named 'gfpgan.version' #568
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?
📋 Pull Request Information
Original PR: https://github.com/TencentARC/GFPGAN/pull/117
Author: @darbazali
Created: 12/14/2021
Status: ✅ Merged
Merged: 12/16/2021
Merged by: @xinntao
Base:
master← Head:master📝 Commits (1)
35b3484[bug fix] No module named 'gfpgan.version'📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
gfpgan/__init__.py(+1 -1)📄 Description
The following error occurred when I tried to run the script with Pythone3, I simply removed this line
from .version import *atgfpgan/__init__.py, and the problem fixedMachine: Mac
CPU: Intel
macOS: Monterey 12.1
Python: 3.x
Occurs with:
python3 inference_gfpgan.py --upscale 2 --test_path inputs/whole_imgs --save_root results🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.