snatcheggmoderntimes commited on
Commit
51c19c0
·
verified ·
1 Parent(s): 74b0844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ del os ,user_home ,pyexecutable ,subprocess
306
  # at least give feedback on this anyway, because it's not
307
  # really tested that much at the moment.
308
 
309
- print(os.listdir(str(user_home)+"stable-diffusion-webui"))
310
  while True:
311
  ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / r"launch.py",r"--xformers",r"--api",r"--enable-insecure-extension-access",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")])
312
  if(ret.returncode == 0 ):
 
306
  # at least give feedback on this anyway, because it's not
307
  # really tested that much at the moment.
308
 
309
+ print(os.listdir(str(user_home)+"/stable-diffusion-webui"))
310
  while True:
311
  ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / r"launch.py",r"--xformers",r"--api",r"--enable-insecure-extension-access",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")])
312
  if(ret.returncode == 0 ):