kashif HF staff commited on
Commit
a06b048
1 Parent(s): bfd440c

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +2 -1
scheduler/scheduler_config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
  "_class_name": "DDPMScheduler",
3
- "_diffusers_version": "0.7.0",
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
7
  "clip_sample": true,
8
  "num_train_timesteps": 1000,
 
9
  "trained_betas": null,
10
  "variance_type": "fixed_large"
11
  }
 
1
  {
2
  "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.9.0",
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
7
  "clip_sample": true,
8
  "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
10
  "trained_betas": null,
11
  "variance_type": "fixed_large"
12
  }