kandinsky-2-1-inpaint / scheduler /scheduler_config.json
patrickvonplaten's picture
Duplicate from ai-forever/kandinsky-2-1-inpaint
7e48094
raw
history blame
383 Bytes
{
"_class_name": "UnCLIPScheduler",
"_diffusers_version": "0.17.0.dev0",
"clip_sample": true,
"clip_sample_range": 2.0,
"sample_min_value": 1.0,
"sample_max_value": null,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"variance_type": "learned_range",
"thresholding": true,
"beta_schedule": "linear",
"beta_start": 0.00085,
"beta_end":0.012
}