Spaces:
Sleeping
Sleeping
File size: 342 Bytes
24a9d86 5efd450 baa9bdd 5d49424 24a9d86 6ae6fd8 24a9d86 e4dbaf0 24a9d86 a8ca01d 5d49424 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
#!/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
|