7thAnimeXLPonyA_v10 / scheduler /scheduler_config.json
votepurchase's picture
Update scheduler/scheduler_config.json
f1974d9 verified
{
"_class_name": "EDMDPMSolverMultistepScheduler",
"_diffusers_version": "0.28.0",
"algorithm_type": "dpmsolver++",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"dynamic_thresholding_ratio": 0.995,
"euler_at_final": true,
"final_sigmas_type": "zero",
"interpolation_type": "linear",
"lower_order_final": true,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"rho": 7.0,
"sample_max_value": 1.0,
"sigma_data": 0.5,
"sigma_max": 80.0,
"sigma_min": 0.002,
"sigma_schedule": "karras",
"solver_order": 2,
"solver_type": "midpoint",
"steps_offset": 1,
"thresholding": false,
"timestep_spacing": "leading",
"trained_betas": null,
"use_karras_sigmas": false
}