TheLastBen commited on
Commit
df4e844
1 Parent(s): 29c904c

Update Scripts/sdxllorapps.py

Browse files
Files changed (1) hide show
  1. Scripts/sdxllorapps.py +1 -1
Scripts/sdxllorapps.py CHANGED
@@ -804,7 +804,7 @@ def test(MDLPTH, User, Password, Download_SDXL_Model):
804
  os.chdir('/notebooks/sd/stable-diffusion-webui')
805
  clear_output()
806
 
807
- 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 /notebooks/sd/stable-diffusion-webui/models/Stable-diffusion/sd_xl_base_1.0.safetensors "+auth
808
 
809
  return configf
810
 
 
804
  os.chdir('/notebooks/sd/stable-diffusion-webui')
805
  clear_output()
806
 
807
+ 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 --ckpt /notebooks/sd/stable-diffusion-webui/models/Stable-diffusion/sd_xl_base_1.0.safetensors "+auth
808
 
809
  return configf
810