Raphtalia / install.py
Premo4153's picture
Upload 48 files
1a07caf verified
raw
history blame contribute delete
156 Bytes
#!/usr/bin/env python3
import os
os.environ['SYSTEM_VERSION_COMPAT'] = '0'
from facefusion import installer
if __name__ == '__main__':
installer.cli()