facefusion AI换脸软件的本地部署过程记录


tags:

  • AI驾驭
    • facefusion

我的环境

Win 10 + N 卡

安装步骤

安装 Python 3. 10

方案

手动安装
Python 官网下载安装包安装

Python Releases for Windows | Python.org

我的蓝奏云分享

https://www.lanzoub.com/i9La81s1o5gb
密码:h17b

命令行安装
1 以管理员身份打开「命令提示符」
2 删除 Microsoft 官方源
winget source remove winget
3 添加中科大开源软件镜像源
winget source add winget https://mirrors.ustc.edu.cn/winget-source
4 安装 Python.3.10
winget install -e --id Python.Python.3.10

安装 PIP

python -m ensurepip

安装 GIT

手动安装

官网

Git - Downloading Package

蓝奏云

https://www.lanzoub.com/iHPQp1s1o4ji
密码:6oej

或者命令行

winget install -e --id Git.Git

安装 FFmpeg

手动安装

Github

GitHub - GyanD/codexffmpeg: Support for https://www.gyan.dev/ffmpeg

曲奇云盘

https://sjmwsw.com/QiznJ 查阅码: 1irv

下载 – 解压 – 添加 PATH 环境变量

添加环境变量

鼠标右键“我的电脑”—“属性”-----“高级系统设置” ------“环境变量”----- 选中“Path” —“编辑”------“新建”---- 把 FFmpeg**解压路径填进去

或者命令行

winget install -e --id Gyan.FFmpeg

关机重启

你可能感兴趣的:(人工智能)