Spaces:
Sleeping
Sleeping
File size: 257 Bytes
5efd450 baa9bdd 6ae6fd8 baa9bdd e4dbaf0 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
# Create folders before launching WebUI
python create_folders.py
python auto_frame_sync.py & #runs frame sync in background
# Launch WebUI with GPU-safe flags
python launch.py --listen --xformers --enable-insecure-extension-access --medvram
|