pseudo-flex-base / scheduler /scheduler_config.json
PseudoTerminal X
Update scheduler/scheduler_config.json
c1890e0 verified
raw
history blame contribute delete
346 Bytes
{
"_class_name": "DDPMScheduler",
"_diffusers_version": "0.17.0.dev0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"clip_sample_range": 1.0,
"num_train_timesteps": 1000,
"prediction_type": "v_prediction",
"rescale_betas_zero_snr": true,
"timestep_spacing": "trailing"
}