diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-09 14:57:47 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-09 14:57:47 +0300 |
commit | d4fd2418efb0986a8226add0b800fb5c73ffb58c (patch) | |
tree | fb9e9f66ce779f87e0d783e8e00a7f1fbbdc60e1 /modules/shared.py | |
parent | 8850fc23b6e8a8e210bdfe4aade81516fb5770f3 (diff) |
add an option to use old hiresfix width/height behavior
add a visual effect to inactive hires fix elements
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py index a6712dae..a1e10201 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -398,6 +398,7 @@ options_templates.update(options_section(('sd', "Stable Diffusion"), { 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)."),
}))
options_templates.update(options_section(('interrogate', "Interrogate Options"), {
|