r0seyyyd33p commited on
Commit
3d15d72
1 Parent(s): 05f3c3a

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ print("Done\nStarting Webui...")
105
  os.chdir(user_home / r"stable-diffusion-webui")
106
  gc.collect()
107
  while True:
108
- ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / r"launch.py",r"--precision",r"full",r"--no-half",r"--no-half-vae",r"--enable-insecure-extension-access",r"--lowvram", r"--opt-split-attention",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")])
109
  if(ret.returncode == 0 ):
110
  del ret
111
  gc.collect()
 
105
  os.chdir(user_home / r"stable-diffusion-webui")
106
  gc.collect()
107
  while True:
108
+ ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / 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")])
109
  if(ret.returncode == 0 ):
110
  del ret
111
  gc.collect()
requirements.txt CHANGED
@@ -16,7 +16,7 @@ lark
16
  numpy
17
  omegaconf
18
  open-clip-torch
19
- httpcore==0.24.1
20
 
21
  piexif
22
  psutil
 
16
  numpy
17
  omegaconf
18
  open-clip-torch
19
+ httpcore
20
 
21
  piexif
22
  psutil