TheLastBen
commited on
Commit
•
6e2bfc7
1
Parent(s):
edc3150
Update Scripts/mainpaperspaceA1111.py
Browse files
Scripts/mainpaperspaceA1111.py
CHANGED
@@ -171,7 +171,7 @@ def sd(User, Password, Use_localtunnel):
|
|
171 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
172 |
clear_output()
|
173 |
|
174 |
-
configf="--disable-console-progressbars --no-half-vae --disable-safe-unpickle --api --xformers --enable-insecure-extension-access --skip-version-check "+auth+" "+share
|
175 |
|
176 |
return configf
|
177 |
|
|
|
171 |
os.chdir('/notebooks/sd/stable-diffusion-webui')
|
172 |
clear_output()
|
173 |
|
174 |
+
configf="--disable-console-progressbars --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --skip-version-check "+auth+" "+share
|
175 |
|
176 |
return configf
|
177 |
|