aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-04-16 21:06:22 -0400
committerGitHub <noreply@github.com>2023-04-16 21:06:22 -0400
commit234fa9a57da00d3f549ea43348ab664665fc275e (patch)
treeee2324ea388b456998e1158f7571a7789d7e8bd1
parent4d0c8163036b42dd66aad922c22d3b3d19217bd9 (diff)
Update shared.py
-rw-r--r--modules/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index e1d4088f..6f13ec52 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -338,7 +338,7 @@ options_templates.update(options_section(('compatibility', "Compatibility"), {
"use_old_karras_scheduler_sigmas": OptionInfo(False, "Use old karras scheduler sigmas (0.1 to 10)."),
"no_dpmpp_sde_batch_determinism": OptionInfo(False, "Do not make DPM++ SDE deterministic across different batch sizes."),
"use_old_hires_fix_width_height": OptionInfo(False, "For hires fix, use width/height sliders to set final resolution rather than first pass (disables Upscale by, Resize width/height to)."),
- "fix_second_order_samplers_schedule": OptionInfo(False, "Fix prompt schedule for second order samplers."),
+ "dont_fix_second_order_samplers_schedule": OptionInfo(False, "Do not fix prompt schedule for second order samplers."),
}))
options_templates.update(options_section(('interrogate', "Interrogate Options"), {