soiz1 commited on
Commit
00fc16b
·
verified ·
1 Parent(s): 56ec419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ except Exception as e:
184
  print("Done\nStarting Webui...")
185
  os.chdir(user_home / r"stable-diffusion-webui")
186
  while True:
187
- ret=subprocess.run([r"python3" ,r"launch.py",r"--precision",r"full",r"--no-half",r"--no-half-vae",r"--enable-insecure-extension-access",r"--medvram",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"])
188
  #--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")
189
  if(ret.returncode == 0 ):
190
  del ret
 
184
  print("Done\nStarting Webui...")
185
  os.chdir(user_home / r"stable-diffusion-webui")
186
  while True:
187
+ ret=subprocess.run([r"python3" ,r"launch.py",r"--precision",r"full",r"--no-half",r"--no-half-vae",r"--enable-insecure-extension-access",r"--medvram",r"--skip-torch-cuda-test",r"--enable-console-prompts"])
188
  #--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")
189
  if(ret.returncode == 0 ):
190
  del ret