Yuyang-z commited on
Commit
af20251
·
verified ·
1 Parent(s): d2915a9

Delete scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler_config.json +0 -20
scheduler_config.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.24.0.dev0",
4
- "beta_end": 0.012,
5
- "beta_schedule": "scaled_linear",
6
- "beta_start": 0.00085,
7
- "clip_sample": false,
8
- "interpolation_type": "linear",
9
- "num_train_timesteps": 1000,
10
- "prediction_type": "v_prediction",
11
- "set_alpha_to_one": false,
12
- "sigma_max": 700.0,
13
- "sigma_min": 0.002,
14
- "skip_prk_steps": true,
15
- "steps_offset": 1,
16
- "timestep_spacing": "leading",
17
- "timestep_type": "continuous",
18
- "trained_betas": null,
19
- "use_karras_sigmas": true
20
- }