Nathyboy commited on
Commit
5d49424
·
verified ·
1 Parent(s): 3e32223

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -0
start.sh CHANGED
@@ -4,6 +4,9 @@
4
  # Create folders before launching WebUI
5
  python create_folders.py
6
 
 
 
 
7
  # Run frame sync in background (optional)
8
  python auto_frame_sync.py &
9
 
@@ -12,3 +15,5 @@ python launch.py --listen --xformers --enable-insecure-extension-access --medvra
12
 
13
 
14
 
 
 
 
4
  # Create folders before launching WebUI
5
  python create_folders.py
6
 
7
+ # Download all models (SD, LORA, ControlNet)
8
+ python download_models.py
9
+
10
  # Run frame sync in background (optional)
11
  python auto_frame_sync.py &
12
 
 
15
 
16
 
17
 
18
+
19
+