TheLastBen commited on
Commit
cf8523f
1 Parent(s): 69fcacc

Update Scripts/mainpaperspacev1.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev1.py +1 -1
Scripts/mainpaperspacev1.py CHANGED
@@ -852,7 +852,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
852
  os.chdir('/notebooks')
853
  clear_output()
854
 
855
-
856
  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)
857
 
858
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
 
852
  os.chdir('/notebooks')
853
  clear_output()
854
 
855
+ 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)
856
  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)
857
 
858
  localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')