viyi commited on
Commit
5cf0594
1 Parent(s): c8aff2a

Upload config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -118,7 +118,7 @@ sd_start_args='''
118
  --listen
119
  --lowram
120
  --no-gradio-queue
121
- --share
122
  --disable-console-progressbars
123
  --no-half-vae
124
  # --no-half #关闭半精度
@@ -172,5 +172,5 @@ skip_start = False
172
  # 如果需要将输出的图片指定到其他目录,可以设置这里的值
173
  output_path = '/root/autodl-fs/sd_output'
174
 
175
- input_path = '/root/autodl-fs/sd_input'
176
  # 安装路径说明,会安装在运行 sdwui_install 时的目录
 
118
  --listen
119
  --lowram
120
  --no-gradio-queue
121
+ # --share
122
  --disable-console-progressbars
123
  --no-half-vae
124
  # --no-half #关闭半精度
 
172
  # 如果需要将输出的图片指定到其他目录,可以设置这里的值
173
  output_path = '/root/autodl-fs/sd_output'
174
 
175
+ input_path = '/kaggle/Input'
176
  # 安装路径说明,会安装在运行 sdwui_install 时的目录