TheLastBen commited on
Commit
c754e00
1 Parent(s): 204feda

Upload 4 files

Browse files
Scripts/mainpaperspaceA1111.py CHANGED
@@ -466,7 +466,7 @@ def sdui(User, Password, model):
466
  mdlpth="--ckpt-dir "+model
467
 
468
 
469
- 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-dir /models "+auth+" "+mdlpth
470
 
471
  return configf
472
 
 
466
  mdlpth="--ckpt-dir "+model
467
 
468
 
469
+ configf="--disable-console-progressbars --no-gradio-queue --no-hashing --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --port 6006 --listen --skip-version-check --ckpt-dir /models "+auth+" "+mdlpth
470
 
471
  return configf
472
 
Scripts/mainpaperspacev1.py CHANGED
@@ -957,7 +957,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
957
  os.chdir('/notebooks/sd/stable-diffusion-webui')
958
  clear_output()
959
 
960
- configf="--disable-console-progressbars --no-gradio-queue --upcast-sampling --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
961
 
962
  return configf
963
 
 
957
  os.chdir('/notebooks/sd/stable-diffusion-webui')
958
  clear_output()
959
 
960
+ configf="--disable-console-progressbars --no-gradio-queue --no-hashing --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
961
 
962
  return configf
963
 
Scripts/mainpaperspacev2.py CHANGED
@@ -1043,7 +1043,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
1043
  os.chdir('/notebooks/sd/stable-diffusion-webui')
1044
  clear_output()
1045
 
1046
- configf="--disable-console-progressbars --no-gradio-queue --upcast-sampling --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
1047
 
1048
  return configf
1049
 
 
1043
  os.chdir('/notebooks/sd/stable-diffusion-webui')
1044
  clear_output()
1045
 
1046
+ configf="--disable-console-progressbars --no-gradio-queue --no-hashing --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
1047
 
1048
  return configf
1049
 
Scripts/sdxllorapps.py CHANGED
@@ -803,7 +803,7 @@ def test(MDLPTH, User, Password, Download_SDXL_Model):
803
  os.chdir('/notebooks/sd/stable-diffusion-webui')
804
  clear_output()
805
 
806
- configf="--disable-console-progressbars --no-gradio-queue --upcast-sampling --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --port 6006 --listen --skip-version-check "+auth
807
 
808
  return configf
809
 
 
803
  os.chdir('/notebooks/sd/stable-diffusion-webui')
804
  clear_output()
805
 
806
+ configf="--disable-console-progressbars --no-gradio-queue --upcast-sampling --no-hashing --no-half-vae --disable-safe-unpickle --api --no-download-sd-model --xformers --enable-insecure-extension-access --port 6006 --listen --skip-version-check "+auth
807
 
808
  return configf
809