ff3 / install.py
dangitdarnit's picture
Migrated from GitHub
0a7f3fe verified
raw
history blame
156 Bytes
#!/usr/bin/env python3
import os
os.environ['SYSTEM_VERSION_COMPAT'] = '0'
from facefusion import installer
if __name__ == '__main__':
installer.cli()