votepurchase commited on
Commit
9a4670b
1 Parent(s): b9b6788

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +16 -6
scheduler/scheduler_config.json CHANGED
@@ -1,18 +1,28 @@
1
  {
2
- "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.22.0.dev0",
 
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
- "clip_sample": false,
 
 
8
  "interpolation_type": "linear",
 
9
  "num_train_timesteps": 1000,
10
  "prediction_type": "epsilon",
 
11
  "sample_max_value": 1.0,
12
- "set_alpha_to_one": false,
13
- "skip_prk_steps": true,
 
 
 
 
14
  "steps_offset": 1,
 
15
  "timestep_spacing": "leading",
16
  "trained_betas": null,
17
- "use_karras_sigmas": false
18
  }
 
1
  {
2
+ "_class_name": "EDMDPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.28.0",
4
+ "algorithm_type": "dpmsolver++",
5
  "beta_end": 0.012,
6
  "beta_schedule": "scaled_linear",
7
  "beta_start": 0.00085,
8
+ "dynamic_thresholding_ratio": 0.995,
9
+ "euler_at_final": true,
10
+ "final_sigmas_type": "zero",
11
  "interpolation_type": "linear",
12
+ "lower_order_final": true,
13
  "num_train_timesteps": 1000,
14
  "prediction_type": "epsilon",
15
+ "rho": 7.0,
16
  "sample_max_value": 1.0,
17
+ "sigma_data": 0.5,
18
+ "sigma_max": 80.0,
19
+ "sigma_min": 0.002,
20
+ "sigma_schedule": "karras",
21
+ "solver_order": 2,
22
+ "solver_type": "midpoint",
23
  "steps_offset": 1,
24
+ "thresholding": false,
25
  "timestep_spacing": "leading",
26
  "trained_betas": null,
27
+ "use_karras_sigmas": true
28
  }