ichelp commited on
Commit
f20696d
·
1 Parent(s): c3a3e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggin
75
 
76
  os.system(f"sed -i -e 's/\"sd_model_checkpoint\"\,/\"sd_model_checkpoint\,sd_vae\,CLIP_stop_at_last_layers\"\,/g' /home/ichelp/source/stable-diffusion-webui/modules/shared.py")
77
 
78
- os.system(f"python launch.py --port 8266 --listen --cors-allow-origins=* --xformers --enable-insecure-extension-access --theme dark --gradio-queue --disable-safe-unpickle")
 
75
 
76
  os.system(f"sed -i -e 's/\"sd_model_checkpoint\"\,/\"sd_model_checkpoint\,sd_vae\,CLIP_stop_at_last_layers\"\,/g' /home/ichelp/source/stable-diffusion-webui/modules/shared.py")
77
 
78
+ os.system(f"python launch.py --port 8266 --listen --cors-allow-origins=* --xformers --skip-torch-cuda-test --enable-insecure-extension-access --theme dark --gradio-queue --disable-safe-unpickle")