SD-deploy-2 / start.sh
Nathyboy's picture
Update start.sh
5d49424 verified
#!/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