lcm-ssd-1b-full-model / scheduler /scheduler_config.json
David Burnett
Tidy up scheduler comfig and add .gitattributes
0f7c311
raw
history blame
374 Bytes
{
"_class_name": "LCMScheduler",
"_diffusers_version": "0.23.0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"sample_max_value": 1.0,
"set_alpha_to_one": false,
"steps_offset": 1,
"timestep_spacing": "leading",
"trained_betas": null
}