BBrother commited on
Commit
f3b9358
1 Parent(s): bd60750

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +1 -1
launch.py CHANGED
@@ -58,7 +58,7 @@ def run_command(command):
58
  subprocess.run(command, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
59
 
60
  def main():
61
- ngrok_start(ngrokTokenFile,7861,'use ngrok',ngrok_use)
62
  if not args.skip_prepare_environment:
63
  launch_utils.prepare_environment()
64
  run_command(f"""sed -i -e ''"s/dict()))/dict())).cuda()/g"'' /bushu/ui/repositories/stable-diffusion-stability-ai/ldm/util.py""")
 
58
  subprocess.run(command, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
59
 
60
  def main():
61
+ ngrok_start(ngrokTokenFile,7860,'use ngrok',ngrok_use)
62
  if not args.skip_prepare_environment:
63
  launch_utils.prepare_environment()
64
  run_command(f"""sed -i -e ''"s/dict()))/dict())).cuda()/g"'' /bushu/ui/repositories/stable-diffusion-stability-ai/ldm/util.py""")