"""converts a list of prompts into a list of prompt schedules - each schedule is a list of ScheduledPromptConditioning, specifying the comdition (cond),
"""converts a list of prompts into a list of prompt schedules - each schedule is a list of ScheduledPromptConditioning, specifying the comdition (cond),
and the sampling step at which this condition is to be replaced by the next one.
and the sampling step at which this condition is to be replaced by the next one.
"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_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."),
"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."),
"hires_fix_use_firstpass_conds":OptionInfo(False,"For hires fix, calculate conds of second pass using extra networks of first pass."),
"use_old_scheduling":OptionInfo(False,"Use old prompt where first pass and hires both used the same timeline, and < 1 meant relative and >= 1 meant absolute"),