kingpreyansh commited on
Commit
6bf0cfe
1 Parent(s): 4146497

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import os
2
+
3
+
4
+ model = "/home/user/app/sd/stable-diffusion-webui/models/Stable-diffusion/"
5
+
6
+ os.system(python /home/user/app/sd/stable-diffusion-webui/webui.py $share --api --disable-safe-unpickle --enable-insecure-extension-access --no-download-sd-model --no-half-vae --ckpt "$model" --xformers $auth --disable-console-progressbars)