mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-20 19:41:07 -08:00
fix for conds of second hires fox pass being calculated using first pass's networks, and add an option to revert to old behavior
This commit is contained in:
parent
1c6dca9383
commit
1ca5e76f7b
3 changed files with 36 additions and 3 deletions
|
|
@ -429,6 +429,7 @@ options_templates.update(options_section(('compatibility', "Compatibility"), {
|
|||
"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)."),
|
||||
"dont_fix_second_order_samplers_schedule": OptionInfo(False, "Do not fix prompt schedule for second order samplers."),
|
||||
"hires_fix_use_firstpass_conds": OptionInfo(False, "For hires fix, calculate conds of second pass using extra networks of first pass."),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('interrogate', "Interrogate Options"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue