aiscilabsqx commited on
Commit
3bcfba9
·
verified ·
1 Parent(s): eadb828

Delete scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler_config.json +0 -23
scheduler_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.28.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
- }