InterDiffusion-3.5 / scheduler_config.json
cutycat2000x's picture
Create scheduler_config.json
a30e064 verified
{
"_class_name": "EulerDiscreteScheduler",
"_diffusers_version": "0.25.0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"interpolation_type": "linear",
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"rescale_betas_zero_snr": false,
"sample_max_value": 1.0,
"set_alpha_to_one": false,
"sigma_max": null,
"sigma_min": null,
"skip_prk_steps": true,
"steps_offset": 1,
"timestep_spacing": "leading",
"timestep_type": "discrete",
"trained_betas": null,
"use_karras_sigmas": false
}