tiny-sdxl-custom-all / scheduler /scheduler_config.json
patrickvonplaten's picture
Duplicate from hf-internal-testing/tiny-sdxl-custom-components
03c0c42
{
"_class_name": "EulerDiscreteScheduler",
"_diffusers_version": "0.18.1",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"interpolation_type": "linear",
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"steps_offset": 1,
"timestep_spacing": "leading",
"trained_betas": null,
"use_karras_sigmas": false
}