ArtisanXL / scheduler /scheduler_config.json
EvkoGS's picture
upload weights
5ea09f0 verified
raw
history blame contribute delete
748 Bytes
{
"_class_name": "UniPCMultistepScheduler",
"_diffusers_version": "0.30.0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"disable_corrector": [],
"dynamic_thresholding_ratio": 0.995,
"final_sigmas_type": "zero",
"interpolation_type": "linear",
"lower_order_final": true,
"num_train_timesteps": 1000,
"predict_x0": true,
"prediction_type": "epsilon",
"rescale_betas_zero_snr": false,
"sample_max_value": 1.0,
"set_alpha_to_one": false,
"skip_prk_steps": true,
"solver_order": 2,
"solver_p": null,
"solver_type": "bh2",
"steps_offset": 1,
"thresholding": false,
"timestep_spacing": "trailing",
"trained_betas": null,
"use_karras_sigmas": true
}