jumbo update with flux.1 refactor, see changelog for details

This commit is contained in:
Vladimir Mandic
2024-09-01 22:56:15 -04:00
parent 0d9ce663e4
commit b4df9a4de1
12 changed files with 248 additions and 123 deletions
+1
View File
@@ -742,6 +742,7 @@ options_templates.update(options_section(('sampler-params', "Sampler Settings"),
'schedulers_timesteps': OptionInfo('', "Timesteps"),
"schedulers_rescale_betas": OptionInfo(False, "Rescale betas with zero terminal SNR", gr.Checkbox),
'schedulers_shift': OptionInfo(1, "Sampler shift", gr.Slider, {"minimum": 0.1, "maximum": 10, "step": 0.1}),
'schedulers_dynamic_shift': OptionInfo(True, "Sampler dynamic shift"),
# managed from ui.py for backend original k-diffusion
"schedulers_sep_kdiffusers": OptionInfo("<h2>K-Diffusion specific config</h2>", "", gr.HTML),