ddim_uniform: The schedule used in the original DDIM paper
beta: Paper authors found the model settles general composition in the early steps while ironing out small details in the later steps, with "nothing" really happening in the middle steps. They thus argue to use the beta distribution for generating a schedule, which would give more steps to both ends and leave a few steps in the middle.
kl_optimal: Introduced in AYS paper that theoretically would minimize the kl divergence.
AYS (Align Your Steps): Predefined lists of noise levels found through numerical optimization to be good for a specific model architecture.
SD1 / SDXL / SVD: Match this with the one your model is based on.
AYS 11 / AYS 32: AYS tuned for 10 / 31 steps generation. If you select any step count besides 10 / 31, log-linear interpolation is used to create the undefined noise levels.
GITS (Geometry-Inspired Time Scheduling): Paper authors examine different imagegen neural nets and found surprisingly similar generation trajectories across them. They exploit the structure of this trajectory, which is GITS.