ddpm-celebahq-256 / scheduler_config.json
Mou11209203's picture
Upload scheduler_config.json with huggingface_hub
044cd23 verified
raw
history blame
824 Bytes
{
"num_train_timesteps": 1000,
"beta_start": 0.0001,
"beta_end": 0.02,
"beta_schedule": "linear",
"trained_betas": null,
"variance_type": "fixed_small",
"clip_sample": true,
"prediction_type": "epsilon",
"thresholding": false,
"dynamic_thresholding_ratio": 0.995,
"clip_sample_range": 1.0,
"sample_max_value": 1.0,
"timestep_spacing": "leading",
"steps_offset": 0,
"rescale_betas_zero_snr": false,
"_use_default_values": [
"clip_sample_range",
"timestep_spacing",
"sample_max_value",
"dynamic_thresholding_ratio",
"prediction_type",
"steps_offset",
"rescale_betas_zero_snr",
"thresholding"
],
"_class_name": "DDPMScheduler",
"_diffusers_version": "0.1.1"
}