kandinsky-2-1-inpaint / scheduler /scheduler_config.json
yiyixuxu
update scheduler for inpaint
41cf98f
raw
history blame contribute delete
No virus
321 Bytes
{
"_class_name": "DDIMScheduler",
"_diffusers_version": "0.17.0.dev0",
"num_train_timesteps": 1000,
"beta_schedule": "linear",
"beta_start": 0.00085,
"beta_end":0.012,
"clip_sample" : false,
"set_alpha_to_one" : false,
"steps_offset" : 1,
"prediction_type" : "epsilon",
"thresholding" : false
}