agucci commited on
Commit
0010c37
1 Parent(s): 4721097

Update scheduler/scheduler_config.json

Browse files

Changing the scheduler_config because running the model gives the error :
The configuration file of the LCMScheduler scheduler: is outdated. `steps_offset` should be set to 1 instead of 0.

With diffusers 0.24.0.

Files changed (1) hide show
  1. scheduler/scheduler_config.json +1 -1
scheduler/scheduler_config.json CHANGED
@@ -13,7 +13,7 @@
13
  "rescale_betas_zero_snr": false,
14
  "sample_max_value": 1.0,
15
  "set_alpha_to_one": true,
16
- "steps_offset": 0,
17
  "thresholding": false,
18
  "timestep_spacing": "leading",
19
  "trained_betas": null
 
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_spacing": "leading",
19
  "trained_betas": null