Nathyboy commited on
Commit
baa9bdd
·
1 Parent(s): 4230045

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -0
start.sh CHANGED
@@ -1,3 +1,8 @@
1
  #!/bin/bash
 
 
 
 
 
2
  cd stable-diffusion-webui
3
  python launch.py --listen --xformers --enable-insecure-extension-access --medvram
 
1
  #!/bin/bash
2
+
3
+ # Create folders before launching WebUI
4
+ python create_folders.py
5
+
6
+ # Launch WebUI with GPU-safe flags
7
  cd stable-diffusion-webui
8
  python launch.py --listen --xformers --enable-insecure-extension-access --medvram