保存时间:2026/4/2 04:27:20
winget install -e --id python.python.3.10等命令 。之后,在命令行中输入git clone https://github.com/facefusion/facefusion克隆项目,进入项目目录后执行python install.py安装,最后执行python run.py运行.sudo apt update && sudo apt upgrade -y更新系统,再通过sudo apt install python3 python3-pip git -y安装依赖项,接着执行git clone https://github.com/facefusion/facefusion克隆项目,进入项目目录后执行python3 install.py安装,最后通过python3 run.py运行.docker pull facefusion/facefusion:latest拉取镜像,最后通过docker run -it --rm facefusion/facefusion:latest运行容器.