Yntec commited on
Commit
cf98aca
1 Parent(s): e98480b

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +9 -2
scheduler/scheduler_config.json CHANGED
@@ -1,20 +1,27 @@
1
  {
2
- "_class_name": "PNDMScheduler",
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
- "skip_prk_steps": true,
 
16
  "steps_offset": 1,
17
  "thresholding": false,
18
  "timestep_spacing": "leading",
19
  "trained_betas": null
 
 
 
20
  }
 
1
  {
2
+ "_class_name": "DDIMScheduler",
3
  "_diffusers_version": "0.18.0.dev0",
4
+
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
+
12
+
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
+
19
+
20
  "steps_offset": 1,
21
  "thresholding": false,
22
  "timestep_spacing": "leading",
23
  "trained_betas": null
24
+
25
+
26
+
27
  }