TheLastBen commited on
Commit
33335b6
·
verified ·
1 Parent(s): c126420

Update Scripts/sdxllorapps_311.py

Browse files
Files changed (1) hide show
  1. Scripts/sdxllorapps_311.py +1 -1
Scripts/sdxllorapps_311.py CHANGED
@@ -743,7 +743,7 @@ def sdcmf(MDLPTH):
743
  call('ln -s /datasets/stable-diffusion-xl/sd_xl_base_1.0.safetensors models/checkpoints', shell=True)
744
 
745
  localurl="https://tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
746
- call("sed -i 's@logging.info(\"To see the GUI go to: {}://{}:{}\".format(scheme, address, port))@print(\"\u2714 Connected\")\\n print(\""+localurl+"\")@' /notebooks/ComfyUI/server.py", shell=True)
747
  os.chdir('/notebooks')
748
 
749
 
 
743
  call('ln -s /datasets/stable-diffusion-xl/sd_xl_base_1.0.safetensors models/checkpoints', shell=True)
744
 
745
  localurl="https://tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
746
+ call("sed -i 's@^ logging.info(\"To see the GUI go to: {}://{}:{}\".format(scheme, address_print, port))@ print(\"\u2714 Connected\");print(\""+localurl+"\")@' /notebooks/ComfyUI/server.py", shell=True)
747
  os.chdir('/notebooks')
748
 
749