CodeFormer AI 视频、图片修复软件!最新的安装、设置教程!
开始之前,请勿必跟着视频教程,来完成 python 和 git 的环境安装 如果你电脑没安装conda,那么请先下载安装【官方链接】 CodeFormer 免费开源项目 GitHub :【链接】 安装命令: [size=1em][size=1em]git clone https:[size=1em]//github.com/sczhou/CodeFormer[size=1em]
[size=1em]
[size=1em]cd CodeFormer
[size=1em]
[size=1em]pip install -r requirements.[size=1em]txt[size=1em] -q
[size=1em]
[size=1em]pip install -q gradio
[size=1em]
[size=1em]python basicsr/setup.[size=1em]py[size=1em] develop
如果出现无法下载,请更换你的IP,或通过代理IP进行全局上网,推荐【Surfshark VPN】最高优惠链接 :
【下载预训练模型】:python scripts/download_pretrained_models.py facelib
python scripts/download_pretrained_models.py CodeFormer
面部修复(裁剪和对齐的面部) # For cropped and aligned facespython inference_codeformer.py -w 0.5 --has_aligned --input_path [input folder]
整体图像增强 # For whole image# Add '--bg_upsampler realesrgan' to enhance the background regions with Real-ESRGAN# Add '--face_upsample' to further upsample restorated face with Real-ESRGANpython inference_codeformer.py -w 0.7 --input_path [image folder/image path]
视频增强 # For video clipspython inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 1.0 --input_path
保真度权重w位于 [0, 1] 中。通常,较小的w往往会产生较高质量的结果,而较大的w会产生较高保真度的结果。 结果将保存在results文件夹中。
原始地址:freedidi.com/7749.html
|