Upload config.py
Browse files
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 = '/
|
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 时的目录
|