TheLastBen commited on
Commit
e13a1f5
1 Parent(s): 313c161

Update Scripts/sdxllorapps.py

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