John6666 commited on
Commit
5fe8e31
1 Parent(s): 3660767

Upload 2 files

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