Skip to content

Commit

Permalink
Remove compat option for prompt parser
Browse files Browse the repository at this point in the history
  • Loading branch information
catboxanon authored Jan 11, 2023
1 parent ab388d6 commit 0b38b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ def list_samplers():
"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"), {
Expand Down

0 comments on commit 0b38b72

Please sign in to comment.