soiz1 commited on
Commit
56ec419
·
verified ·
1 Parent(s): 837fb3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -184,7 +184,8 @@ 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"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")])
 
188
  if(ret.returncode == 0 ):
189
  del ret
190
  gc.collect()
 
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
191
  gc.collect()