Yntec commited on
Commit
7017ee2
1 Parent(s): 431db2e

Update scheduler/scheduler_config.json

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