kandinsky-3 / scheduler /scheduler_config.json
Cene655's picture
Upload scheduler/scheduler_config.json with huggingface_hub
2e54bf5
raw history blame
No virus
328 Bytes
{
"_class_name": "DDPMScheduler",
"_diffusers_version": "0.17.0.dev0",
"num_train_timesteps": 1000,
"beta_schedule": "squaredcos_cap_v2",
"beta_start": 0.00085,
"beta_end":0.012,
"clip_sample" : true,
"set_alpha_to_one" : false,
"steps_offset" : 1,
"prediction_type" : "epsilon",
"thresholding" : false
}