jruaechalar commited on
Commit
2671491
verified
1 Parent(s): bc6151a

Upload scheduler_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler_config.json +14 -0
scheduler_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "beta_schedule": "squaredcos_cap_v2",
4
+ "beta_start": 0.0001,
5
+ "beta_end": 0.02,
6
+ "trained_betas": null,
7
+ "variance_type": "fixed_small",
8
+ "clip_sample": true,
9
+ "prediction_type": "epsilon",
10
+ "sample_max_value": 1.0,
11
+ "timestep_spacing": "leading",
12
+ "steps_offset": 0,
13
+ "rescale_betas_zero_snr": false
14
+ }