silencer107 commited on
Commit
2dfb23d
1 Parent(s): 2e756e8

Upload scheduler_config.json

Browse files
Files changed (1) hide show
  1. src/scheduler_config.json +25 -0
src/scheduler_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UniPCMultistepScheduler",
3
+ "_diffusers_version": "0.30.3",
4
+ "beta_end": 0.013,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "disable_corrector": [],
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "lower_order_final": true,
11
+ "num_train_timesteps": 1103,
12
+ "predict_x0": true,
13
+ "prediction_type": "epsilon",
14
+ "sample_max_value": 1.0,
15
+ "set_alpha_to_one": false,
16
+ "skip_prk_steps": true,
17
+ "solver_order": 3,
18
+ "solver_p": null,
19
+ "solver_type": "bh2",
20
+ "steps_offset": 1,
21
+ "thresholding":false,
22
+ "timestep_spacing": "leading",
23
+ "trained_betas": null,
24
+ "use_karras_sigmas": false
25
+ }