신사(SinSa)

macOS (Apple Silicon) Install Guide

macOS now has an installer which sets everything up for you, but if you run into difficulties and need to set things up manually, the steps are as follows:

Prerequisites

OS

macOS 12.0+

XCode Tools

xcode-select --install
 

XQuartz

Download and install from:

Conda

Download and install the latest Conda env from:

Install Conda:

$ chmod +x ~/Downloads/Miniforge3-MacOSX-arm64.sh
$ sh ~/Downloads/Miniforge3-MacOSX-arm64.sh
$ source ~/miniforge3/bin/activate
 

Setup

Create and Activate the Environment

$ conda create --name faceswap python=3.10
$ conda activate faceswap
 

faceswap

  • Download the faceswap repo and enter the faceswap folder:
$ git clone --depth 1 https://github.com/deepfakes/faceswap.git
$ cd faceswap
 

Easy install

$ python setup.py
 

 

Run the project

Once all these requirements are installed, you can attempt to run the faceswap tools. Use the -h or --help options for a list of options.

python faceswap.py -h
 

or run with gui to launch the GUI

python faceswap.py gui
 

Proceed to ../blob/master/USAGE.md

profile

신사(SinSa)

@신사(SinSa)

포스팅이 좋았다면 "좋아요❤️" 눌러주세요!