patrickvonplaten pcuenq HF Staff commited on
Commit
beb2764
·
1 Parent(s): 7bafd2b

Copy scheduler_config from v1-3 (#1)

Browse files

- Copy scheduler_config from v1-3 (c62e3c807b311e0389835e137fd721d6af6c0951)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. scheduler_config.json +12 -0
scheduler_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.1.3",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": true,
8
+ "num_train_timesteps": 1000,
9
+ "timestep_values": null,
10
+ "skip_prk_steps": true,
11
+ "trained_betas": null
12
+ }