Latte-1 / scheduler /scheduler_config.json
maxin-cn's picture
Update scheduler/scheduler_config.json
2d6e87c verified
raw
history blame contribute delete
No virus
414 Bytes
{
"_class_name": "DDIMScheduler",
"_diffusers_version": "0.30.0",
"beta_end": 0.02,
"beta_schedule": "linear",
"beta_start": 0.0001,
"dynamic_thresholding_ratio": 0.995,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"sample_max_value": 1.0,
"thresholding": false,
"timestep_spacing": "leading",
"trained_betas": null,
"variance_type": "fixed_small",
"clip_sample": false
}