ccc8 commited on
Commit
bd51e1b
1 Parent(s): 883c9f4

Create scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +22 -0
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.21.2",
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
+ "lambda_min_clipped": -Infinity,
10
+ "lower_order_final": true,
11
+ "num_train_timesteps": 1000,
12
+ "prediction_type": "epsilon",
13
+ "sample_max_value": 1.0,
14
+ "solver_order": 2,
15
+ "solver_type": "midpoint",
16
+ "steps_offset": 1,
17
+ "thresholding": false,
18
+ "timestep_spacing": "linspace",
19
+ "trained_betas": null,
20
+ "use_karras_sigmas": true,
21
+ "variance_type": null
22
+ }