Starsector-Portraits / scheduler /scheduler_config.json
Severian-Void's picture
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#3)
21361a5
raw history blame
No virus
250 Bytes
{
"_class_name": "EulerAncestralDiscreteScheduler",
"_diffusers_version": "0.7.2",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"num_train_timesteps": 1000,
"trained_betas": null
}