TheLastBen commited on
Commit
923df4f
1 Parent(s): 7bfbea5

Update Scripts/sdxllorapps.py

Browse files
Files changed (1) hide show
  1. Scripts/sdxllorapps.py +1 -0
Scripts/sdxllorapps.py CHANGED
@@ -783,6 +783,7 @@ def test(MDLPTH, User, Password):
783
 
784
  clean_symlinks('models/Lora')
785
 
 
786
  call('wget -q -O /usr/local/lib/python3.9/dist-packages/gradio/blocks.py https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/AUTOMATIC1111_files/blocks.py', shell=True)
787
 
788
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
 
783
 
784
  clean_symlinks('models/Lora')
785
 
786
+ call('wget -q -O /notebooks/sd/stable-diffusion-webui/modules/styles.py https://github.com/TheLastBen/fast-stable-diffusion/raw/main/AUTOMATIC1111_files/styles.py', shell=True)
787
  call('wget -q -O /usr/local/lib/python3.9/dist-packages/gradio/blocks.py https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/AUTOMATIC1111_files/blocks.py', shell=True)
788
 
789
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')