ptx0 commited on
Commit
fbe409e
1 Parent(s): b2a8a60

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +19 -11
scheduler/scheduler_config.json CHANGED
@@ -1,17 +1,25 @@
1
  {
2
- "_class_name": "UniPCMultistepScheduler",
3
- "_diffusers_version": "0.24.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
- "interpolation_type": "linear",
 
 
11
  "num_train_timesteps": 1000,
12
  "prediction_type": "epsilon",
13
- "rescale_betas_zero_snr": false,
14
  "sample_max_value": 1.0,
15
- "skip_prk_steps": true,
16
- "timestep_spacing": "linspace"
 
 
 
 
 
 
 
17
  }
 
 
1
  {
2
+ "_class_name": "DPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "algorithm_type": "dpmsolver++",
5
+ "beta_end": 0.02,
6
+ "beta_schedule": "linear",
7
+ "beta_start": 0.0001,
 
8
  "dynamic_thresholding_ratio": 0.995,
9
+ "euler_at_final": false,
10
+ "lambda_min_clipped": -Infinity,
11
+ "lower_order_final": true,
12
  "num_train_timesteps": 1000,
13
  "prediction_type": "epsilon",
 
14
  "sample_max_value": 1.0,
15
+ "solver_order": 2,
16
+ "solver_type": "midpoint",
17
+ "steps_offset": 0,
18
+ "thresholding": false,
19
+ "timestep_spacing": "linspace",
20
+ "trained_betas": null,
21
+ "use_karras_sigmas": false,
22
+ "use_lu_lambdas": false,
23
+ "variance_type": null
24
  }
25
+