erwann commited on
Commit
ec868ec
1 Parent(s): a0aeb8d

Upload scheduler/scheduler_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +21 -0
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LCMScheduler",
3
+ "_diffusers_version": "0.24.0",
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
+ "num_train_timesteps": 1000,
11
+ "original_inference_steps": 50,
12
+ "prediction_type": "epsilon",
13
+ "rescale_betas_zero_snr": false,
14
+ "sample_max_value": 1.0,
15
+ "set_alpha_to_one": true,
16
+ "steps_offset": 1,
17
+ "thresholding": false,
18
+ "timestep_scaling": 10.0,
19
+ "timestep_spacing": "leading",
20
+ "trained_betas": null
21
+ }