We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a75c2 commit ec2c770Copy full SHA for ec2c770
1 file changed
scripts/lightdiffusionflow_config.py
@@ -174,13 +174,13 @@ def init():
174
try:
175
Flow_Save_mode = webui_settings["lightdiffusionflow-mode"]
176
except:
177
- Flow_Save_mode = "Core"
+ pass
178
179
# 自动纠正错误的参数
180
181
Auto_Fix_Params = webui_settings["lightdiffusionflow-auto-fix-params"]
182
183
- Auto_Fix_Params = True
184
185
language_successed = False
186
auto_language = False
0 commit comments