TheLastBen
commited on
Commit
•
94a3f7f
1
Parent(s):
30b045b
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -832,7 +832,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
|
|
832 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
833 |
clear_output()
|
834 |
|
835 |
-
configf="--disable-console-progressbars --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --port 6006 --listen --skip-version-check --ckpt "+path_to_trained_model+" "+auth
|
836 |
|
837 |
return configf
|
838 |
|
|
|
832 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
833 |
clear_output()
|
834 |
|
835 |
+
configf="--disable-console-progressbars --no-gradio-queue --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --port 6006 --listen --skip-version-check --ckpt "+path_to_trained_model+" "+auth
|
836 |
|
837 |
return configf
|
838 |
|