Yntec commited on
Commit
696661e
1 Parent(s): bc740d5

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +8 -9
scheduler/scheduler_config.json CHANGED
@@ -1,23 +1,22 @@
1
  {
2
- "_class_name": "DEISMultistepScheduler",
3
- "_diffusers_version": "0.16.1",
4
- "algorithm_type": "deis",
5
  "beta_end": 0.012,
6
  "beta_schedule": "scaled_linear",
7
  "beta_start": 0.00085,
8
  "clip_sample": false,
9
  "clip_sample_range": 1.0,
10
  "dynamic_thresholding_ratio": 0.995,
11
- "lower_order_final": true,
12
  "num_train_timesteps": 1000,
13
  "prediction_type": "epsilon",
 
14
  "sample_max_value": 1.0,
15
-
16
  "set_alpha_to_one": false,
17
- "solver_order": 2,
18
- "solver_type": "logrho",
19
  "steps_offset": 1,
20
  "thresholding": false,
21
-
22
- "trained_betas": null
 
23
  }
 
1
  {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.18.0.dev0",
 
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
  "clip_sample_range": 1.0,
9
  "dynamic_thresholding_ratio": 0.995,
10
+ "interpolation_type": "linear",
11
  "num_train_timesteps": 1000,
12
  "prediction_type": "epsilon",
13
+ "rescale_betas_zero_snr": false,
14
  "sample_max_value": 1.0,
 
15
  "set_alpha_to_one": false,
16
+
 
17
  "steps_offset": 1,
18
  "thresholding": false,
19
+ "timestep_spacing": "leading",
20
+ "trained_betas": null,
21
+ "use_karras_sigmas": false
22
  }