Spaces:
Sleeping
Sleeping
| #!/bin/bash | |
| # Create folders before launching WebUI | |
| python create_folders.py | |
| # Download all models (SD, LORA, ControlNet) | |
| python download_models.py | |
| # Run frame sync in background (optional) | |
| python auto_frame_sync.py & | |
| # Launch WebUI β no cd needed | |
| python launch.py --listen --xformers --enable-insecure-extension-access --medvram | |