CoolFace
Modelpublic

dataautogpt3/CALAMITY

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
8likes66downloads
scheduler_config.json24 linesDownload Raw Back to scheduler
1{
2  "_class_name": "EulerDiscreteScheduler",
3  "_diffusers_version": "0.29.2",
4  "beta_end": 0.012,
5  "beta_schedule": "scaled_linear",
6  "beta_start": 0.00085,
7  "clip_sample": false,
8  "final_sigmas_type": "zero",
9  "interpolation_type": "linear",
10  "num_train_timesteps": 1000,
11  "prediction_type": "epsilon",
12  "rescale_betas_zero_snr": false,
13  "sample_max_value": 1.0,
14  "set_alpha_to_one": false,
15  "sigma_max": null,
16  "sigma_min": null,
17  "skip_prk_steps": true,
18  "steps_offset": 1,
19  "timestep_spacing": "leading",
20  "timestep_type": "discrete",
21  "trained_betas": null,
22  "use_karras_sigmas": false
23}
24