hf7486 commited on
Commit
6042f7f
1 Parent(s): f140898

Upload scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +15 -0
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.14.1",
4
+ "_ppdiffusers_version": "0.14.1",
5
+ "beta_end": 0.012,
6
+ "beta_schedule": "scaled_linear",
7
+ "beta_start": 0.00085,
8
+ "clip_sample": false,
9
+ "num_train_timesteps": 1000,
10
+ "prediction_type": "epsilon",
11
+ "set_alpha_to_one": false,
12
+ "skip_prk_steps": true,
13
+ "steps_offset": 1,
14
+ "trained_betas": null
15
+ }