TheLastBen
commited on
Commit
·
4872d93
1
Parent(s):
1ac8906
Upload 3 files
Browse files
Scripts/mainpaperspaceA1111.py
CHANGED
@@ -294,7 +294,7 @@ def sdui(User, Password, model):
|
|
294 |
mdlpth="--ckpt-dir "+model
|
295 |
|
296 |
|
297 |
-
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 "+auth+" "+mdlpth
|
298 |
|
299 |
return configf
|
300 |
|
|
|
294 |
mdlpth="--ckpt-dir "+model
|
295 |
|
296 |
|
297 |
+
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 "+auth+" "+mdlpth
|
298 |
|
299 |
return configf
|
300 |
|
Scripts/mainpaperspacev1.py
CHANGED
@@ -813,7 +813,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
|
|
813 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
814 |
clear_output()
|
815 |
|
816 |
-
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
|
817 |
|
818 |
return configf
|
819 |
|
|
|
813 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
814 |
clear_output()
|
815 |
|
816 |
+
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
|
817 |
|
818 |
return configf
|
819 |
|
Scripts/mainpaperspacev2.py
CHANGED
@@ -860,7 +860,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
|
|
860 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
861 |
clear_output()
|
862 |
|
863 |
-
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
|
864 |
|
865 |
return configf
|
866 |
|
|
|
860 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
861 |
clear_output()
|
862 |
|
863 |
+
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
|
864 |
|
865 |
return configf
|
866 |
|