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

Update Scripts/mainpaperspacev2.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev2.py +1 -1
Scripts/mainpaperspacev2.py CHANGED
@@ -899,7 +899,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
899
  os.chdir('/notebooks')
900
  clear_output()
901
 
902
-
903
  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)
904
 
905
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
 
899
  os.chdir('/notebooks')
900
  clear_output()
901
 
902
+ 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)
903
  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)
904
 
905
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')