Zongsheng commited on
Commit
d1e53fd
1 Parent(s): 10e7a87

diffsuion steps: 1000->250

Browse files
Files changed (1) hide show
  1. scheduler_config.json +1 -1
scheduler_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "beta_schedule": "linear",
6
  "beta_start": 0.0001,
7
  "clip_sample": "true",
8
- "num_train_timesteps": 250,
9
  "prediction_type": "epsilon",
10
  "trained_betas": null,
11
  "variance_type": "learned_range"
 
5
  "beta_schedule": "linear",
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": "learned_range"