stable-audio-1.0 / scheduler /scheduler_config.json
ylacombe's picture
ylacombe HF staff
Upload StableAudioPipeline
3f6770b verified
raw
history blame
No virus
582 Bytes
{
"_class_name": "EDMDPMSolverMultistepScheduler",
"_diffusers_version": "0.30.0.dev0",
"algorithm_type": "sde-dpmsolver++",
"dynamic_thresholding_ratio": 0.995,
"euler_at_final": false,
"final_sigmas_type": "zero",
"lower_order_final": true,
"noise_preconditioning_strategy": "atan",
"num_train_timesteps": 1000,
"prediction_type": "v_prediction",
"rho": 7.0,
"sample_max_value": 1.0,
"sigma_data": 1.0,
"sigma_max": 500,
"sigma_min": 0.3,
"sigma_schedule": "exponential",
"solver_order": 2,
"solver_type": "midpoint",
"thresholding": false
}