m0nst3rfy3 / scheduler /scheduler_config.json
Yntec's picture
Adding `diffusers` weights of this model (#2)
7f96b36
raw history blame
No virus
379 Bytes
{
"_class_name": "PNDMScheduler",
"_diffusers_version": "0.22.0.dev0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"set_alpha_to_one": false,
"skip_prk_steps": true,
"steps_offset": 1,
"timestep_spacing": "leading",
"trained_betas": null
}