
一、CodeFormer
自己动手配置比较复杂,建议安装 懒人解压即用包
1.1 使用

1.2 本地部署
依赖:
- Pytorch >= 1.7.1
- CUDA >= 10.1
- Other required packages in
requirements.txt
其他requirements.txt
必需的软件包
1 | # git clone this repository |
1 | # pip阿里源 |
1 | d:\anaconda3\envs\codeformer\python.exe -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/ |

遇到问题1:

解决问题1:
1 | pip install --use-pep517 -i https://mirrors.aliyun.com/pypi/simple/ |