yiyixuxu commited on
Commit
5648d08
1 Parent(s): 645063a

move sigma_min, sigma_max to scheduler config

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +3 -1
scheduler/scheduler_config.json CHANGED
@@ -5,5 +5,7 @@
5
  "trained_betas": null,
6
  "num_train_timesteps": 1024,
7
  "prediction_type": "sample",
8
- "use_karras_sigmas": false
 
 
9
  }
 
5
  "trained_betas": null,
6
  "num_train_timesteps": 1024,
7
  "prediction_type": "sample",
8
+ "use_karras_sigmas": true,
9
+ "sigma_max": 160,
10
+ "sigma_min": 1e-3
11
  }