feat: add beta scheduler (#811)

Co-authored-by: phil2sat <phil2sat@users.noreply.github.com>
This commit is contained in:
Erik Scholz
2026-06-30 19:40:22 +02:00
committed by GitHub
parent 2bb0389683
commit 484baa41e5
4 changed files with 138 additions and 1 deletions

View File

@@ -1475,7 +1475,7 @@ ArgOptions SDGenerationParams::get_options() {
on_high_noise_sample_method_arg},
{"",
"--scheduler",
"denoiser sigma scheduler, one of [discrete, karras, exponential, ays, gits, smoothstep, sgm_uniform, simple, kl_optimal, lcm, bong_tangent, ltx2, logit_normal, flux2, flux], alias: normal=discrete, default: model-specific",
"denoiser sigma scheduler, one of [discrete, karras, exponential, ays, gits, smoothstep, sgm_uniform, simple, kl_optimal, lcm, bong_tangent, ltx2, logit_normal, flux2, flux, beta], alias: normal=discrete, default: model-specific",
on_scheduler_arg},
{"",
"--sigmas",