kandinsky-endpoint / scheduler /scheduler_config.json
cjwalch's picture
Duplicate from kandinsky-community/kandinsky-2-2-decoder
c7cbf75 verified
raw
history blame contribute delete
317 Bytes
{
"_class_name": "DDPMScheduler",
"_diffusers_version": "0.17.0.dev0",
"num_train_timesteps": 1000,
"beta_schedule": "linear",
"beta_start": 0.00085,
"beta_end":0.012,
"clip_sample" : true,
"set_alpha_to_one" : false,
"steps_offset" : 1,
"prediction_type" : "epsilon",
"thresholding" : false
}