TheLastBen
commited on
Commit
•
590ac60
1
Parent(s):
6e2bfc7
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -799,7 +799,7 @@ def test(Custom_Path, Previous_Session_Name, Session_Name, User, Password, Use_l
|
|
799 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
800 |
clear_output()
|
801 |
|
802 |
-
configf="--disable-console-progressbars --no-half-vae --disable-safe-unpickle --api --xformers --enable-insecure-extension-access --skip-version-check --ckpt "+path_to_trained_model+" "+auth+" "+share
|
803 |
|
804 |
return configf
|
805 |
|
|
|
799 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
800 |
clear_output()
|
801 |
|
802 |
+
configf="--disable-console-progressbars --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --skip-version-check --ckpt "+path_to_trained_model+" "+auth+" "+share
|
803 |
|
804 |
return configf
|
805 |
|