aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-01-11 09:01:37 -0500
committerGitHub <noreply@github.com>2023-01-11 09:01:37 -0500
commit0b38b72d31ead82c7d0998a29e50da90073831f7 (patch)
tree886bd296d41f0a50583e78d0f076c69cbad450b8 /modules
parentab388d6f8bf51338de1950b3907c324b0ff6a872 (diff)
Remove compat option for prompt parser
Diffstat (limited to 'modules')
-rw-r--r--modules/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index b61bbd3f..264264a6 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -400,7 +400,6 @@ options_templates.update(options_section(('compatibility', "Compatibility"), {
"use_old_emphasis_implementation": OptionInfo(False, "Use old emphasis implementation. Can be useful to reproduce old seeds."),
"use_old_karras_scheduler_sigmas": OptionInfo(False, "Use old karras scheduler sigmas (0.1 to 10)."),
"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)."),
- "use_old_prompt_parser_default_step_transformer": OptionInfo(False, "Use old prompt parser default step transformer. In particular, alternating words that contained emphasis were not parsed correctly. Useful to reproduce old seeds."),
}))
options_templates.update(options_section(('interrogate', "Interrogate Options"), {