jadechoghari commited on
Commit
be3a4da
1 Parent(s): 04c68a2

Create scheduler/config.json

Browse files
Files changed (1) hide show
  1. scheduler/config.json +25 -0
scheduler/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.25.0",
4
+ "use_karras_sigmas": false,
5
+ "algorithm_type": "dpmsolver++",
6
+ "num_train_timesteps": 1000,
7
+ "beta_schedule": "scaled_linear",
8
+ "beta_start": 0.00085,
9
+ "beta_end": 0.012,
10
+ "steps_offset": 1,
11
+ "prediction_type": "epsilon",
12
+ "clip_sample": false,
13
+ "dynamic_thresholding_ratio": 0.995,
14
+ "thresholding": false,
15
+ "sample_max_value": 1.0,
16
+ "rescale_betas_zero_snr": false,
17
+ "set_alpha_to_one": false,
18
+ "timestep_spacing": "leading",
19
+ "trained_betas": null,
20
+ "warm_up_steps": 100,
21
+ "cycle_lengths": [10000000000000],
22
+ "f_start": 1.0e-06,
23
+ "f_max": 1.0,
24
+ "f_min": 1.0
25
+ }