File size: 668 Bytes
be3a4da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"_class_name": "DPMSolverMultistepScheduler",
"_diffusers_version": "0.25.0",
"use_karras_sigmas": false,
"algorithm_type": "dpmsolver++",
"num_train_timesteps": 1000,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"beta_end": 0.012,
"steps_offset": 1,
"prediction_type": "epsilon",
"clip_sample": false,
"dynamic_thresholding_ratio": 0.995,
"thresholding": false,
"sample_max_value": 1.0,
"rescale_betas_zero_snr": false,
"set_alpha_to_one": false,
"timestep_spacing": "leading",
"trained_betas": null,
"warm_up_steps": 100,
"cycle_lengths": [10000000000000],
"f_start": 1.0e-06,
"f_max": 1.0,
"f_min": 1.0
}
|