Update Scripts/mainpaperspaceA1111.py
Browse files
Scripts/mainpaperspaceA1111.py
CHANGED
@@ -382,7 +382,7 @@ def sdui(User, Password, model):
|
|
382 |
if User =="" or Password=="":
|
383 |
auth=""
|
384 |
|
385 |
-
|
386 |
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)
|
387 |
|
388 |
localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
|
|
|
382 |
if User =="" or Password=="":
|
383 |
auth=""
|
384 |
|
385 |
+
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)
|
386 |
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)
|
387 |
|
388 |
localurl="tensorboard-"+os.environ.get('PAPERSPACE_FQDN')
|