This video shows how to locally install Roop which enables you to take a video and replace the face in it with a face of your choice. You only need one image of the desired face. No dataset, no training. This is an alternate of Deep Live Cam tool for AI Face Swap.
Code:
conda create -n roop python=3.11 -y && conda activate roop
git clone https://github.com/s0md3v/roop.git && cd roop
pip install -r requirements.txt
python3 run.py --execution-provider cuda
No comments:
Post a Comment