ddpm-cifar10-32 / scheduler_config.json
lysandre's picture
lysandre HF staff
Pipeline files
33616ab
raw history blame
No virus
173 Bytes
{
"_class_name": "GaussianDDPMScheduler",
"beta_end": 0.02,
"beta_schedule": "linear",
"beta_start": 0.0001,
"timesteps": 1000,
"variance_type": "fixed_large"
}