File size: 224 Bytes
52e7b5a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import os

os.system("git clone https://github.com/facefusion/facefusion.git")

os.chdir("facefusion")

os.system("pip install -r requirements.txt")
os.system("pip install onnxruntime")

os.system("python facefusion.py run")