pony-diffusion / scheduler /scheduler_config.json
AstraliteHeart's picture
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#6)
18a4d0f
{
"_class_name": "PNDMScheduler",
"_diffusers_version": "0.3.0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"num_train_timesteps": 1000,
"skip_prk_steps": true,
"trained_betas": null
}