Skip to content

Commit ec2c770

Browse files
author
fuliangjun
committed
default mode
1 parent f8a75c2 commit ec2c770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lightdiffusionflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ def init():
174174
try:
175175
Flow_Save_mode = webui_settings["lightdiffusionflow-mode"]
176176
except:
177-
Flow_Save_mode = "Core"
177+
pass
178178

179179
# 自动纠正错误的参数
180180
try:
181181
Auto_Fix_Params = webui_settings["lightdiffusionflow-auto-fix-params"]
182182
except:
183-
Auto_Fix_Params = True
183+
pass
184184

185185
language_successed = False
186186
auto_language = False

0 commit comments

Comments
 (0)