WiNE-iNEFF commited on
Commit
12d35ba
1 Parent(s): bd4fbb9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler_config.json +3 -1
scheduler_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "DDIMScheduler",
3
- "_diffusers_version": "0.16.1",
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
@@ -9,9 +9,11 @@
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
 
12
  "sample_max_value": 1.0,
13
  "set_alpha_to_one": true,
14
  "steps_offset": 0,
15
  "thresholding": false,
 
16
  "trained_betas": null
17
  }
 
1
  {
2
  "_class_name": "DDIMScheduler",
3
+ "_diffusers_version": "0.17.0",
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
 
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
  "sample_max_value": 1.0,
14
  "set_alpha_to_one": true,
15
  "steps_offset": 0,
16
  "thresholding": false,
17
+ "timestep_spacing": "leading",
18
  "trained_betas": null
19
  }