当前位置: 首页 > 工具软件 > GFPGAN > 使用案例 >

GFPGAN 模糊照片修复神器

柯捷
2023-12-01

Git:

https://github.com/TencentARC/GFPGAN

安装依赖:requirements.txt

torch使用CUDA:


requirements要求torch>=1.7,直接下面这个安装就好了,能用

pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio===0.11.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

命令行启动:

python inference_gfpgan.py -i inputs\whole_imgs -o outputImage -v 1.2 -s 2
-i inputs\whole_imgs  # 输入图片路径
-o outputImage # 输出图片路径
-v 1.2  #模型版本号
-s 2  # 图像的最终上采样比例。 默认值:2 (2:256*256,4:1024*1024, 8:2048*2048)
 类似资料: