Yntec commited on
Commit
1adb938
1 Parent(s): 79dfbc6

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +2 -4
scheduler/scheduler_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_class_name": "EulerDiscreteScheduler",
3
  "_diffusers_version": "0.18.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
@@ -7,7 +7,6 @@
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,
@@ -16,6 +15,5 @@
16
  "steps_offset": 1,
17
  "thresholding": false,
18
  "timestep_spacing": "leading",
19
- "trained_betas": null,
20
- "use_karras_sigmas": false
21
  }
 
1
  {
2
+ "_class_name": "DDIMScheduler",
3
  "_diffusers_version": "0.18.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
 
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,
 
15
  "steps_offset": 1,
16
  "thresholding": false,
17
  "timestep_spacing": "leading",
18
+ "trained_betas": null
 
19
  }