terminus-xl-velocity-training / scheduler /scheduler_config.json
PseudoTerminal X
Trained for 0 epochs and 400 steps.
bd0317f verified
raw
history blame contribute delete
661 Bytes
{
"_class_name": "EulerDiscreteScheduler",
"_diffusers_version": "0.29.0.dev0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"clip_sample_range": 1.0,
"dynamic_thresholding_ratio": 0.995,
"final_sigmas_type": "zero",
"interpolation_type": "linear",
"num_train_timesteps": 1000,
"prediction_type": "v_prediction",
"rescale_betas_zero_snr": true,
"sample_max_value": 1.0,
"sigma_max": null,
"sigma_min": null,
"skip_prk_steps": true,
"steps_offset": 0,
"timestep_spacing": "trailing",
"timestep_type": "discrete",
"trained_betas": null,
"use_karras_sigmas": false
}