Yntec commited on
Commit
0f36d75
1 Parent(s): 5a58420

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +3 -17
scheduler/scheduler_config.json CHANGED
@@ -1,34 +1,20 @@
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
  {
10
- "_class_name": "DPMSolverMultistepScheduler",
11
  "_diffusers_version": "0.18.0.dev0",
12
- "algorithm_type": "dpmsolver++",
13
  "beta_end": 0.012,
14
  "beta_schedule": "scaled_linear",
15
  "beta_start": 0.00085,
16
  "clip_sample": false,
17
  "clip_sample_range": 1.0,
18
  "dynamic_thresholding_ratio": 0.995,
19
- "lambda_min_clipped": -Infinity,
20
- "lower_order_final": true,
21
  "num_train_timesteps": 1000,
22
  "prediction_type": "epsilon",
23
  "rescale_betas_zero_snr": false,
24
  "sample_max_value": 1.0,
25
  "set_alpha_to_one": false,
26
- "solver_order": 2,
27
- "solver_type": "midpoint",
28
  "steps_offset": 1,
29
  "thresholding": false,
30
  "timestep_spacing": "leading",
31
  "trained_betas": null,
32
- "use_karras_sigmas": false,
33
- "variance_type": null
34
- }
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_class_name": "HeunDiscreteScheduler",
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
  "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
  "steps_offset": 1,
16
  "thresholding": false,
17
  "timestep_spacing": "leading",
18
  "trained_betas": null,
19
+ "use_karras_sigmas": false
20
+ }