Jingya HF staff commited on
Commit
fa87ee6
1 Parent(s): def1f86

Upload scheduler/scheduler_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +7 -1
scheduler/scheduler_config.json CHANGED
@@ -1,17 +1,23 @@
1
  {
2
- "_class_name": "EulerDiscreteScheduler",
3
  "_diffusers_version": "0.23.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
 
 
8
  "interpolation_type": "linear",
9
  "num_train_timesteps": 1000,
 
10
  "prediction_type": "epsilon",
 
11
  "sample_max_value": 1.0,
12
  "set_alpha_to_one": false,
13
  "skip_prk_steps": true,
14
  "steps_offset": 1,
 
 
15
  "timestep_spacing": "leading",
16
  "trained_betas": null,
17
  "use_karras_sigmas": false
 
1
  {
2
+ "_class_name": "LCMScheduler",
3
  "_diffusers_version": "0.23.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
  "interpolation_type": "linear",
11
  "num_train_timesteps": 1000,
12
+ "original_inference_steps": 50,
13
  "prediction_type": "epsilon",
14
+ "rescale_betas_zero_snr": false,
15
  "sample_max_value": 1.0,
16
  "set_alpha_to_one": false,
17
  "skip_prk_steps": true,
18
  "steps_offset": 1,
19
+ "thresholding": false,
20
+ "timestep_scaling": 10.0,
21
  "timestep_spacing": "leading",
22
  "trained_betas": null,
23
  "use_karras_sigmas": false