Facefusion-NSFW / install.py
Dang It Darn It
Migrated from GitHub
8d917ca 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()