Mou11209203 commited on
Commit
044cd23
·
verified ·
1 Parent(s): 8ac955f

Upload scheduler_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler_config.json +29 -0
scheduler_config.json CHANGED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "beta_start": 0.0001,
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "trained_betas": null,
7
+ "variance_type": "fixed_small",
8
+ "clip_sample": true,
9
+ "prediction_type": "epsilon",
10
+ "thresholding": false,
11
+ "dynamic_thresholding_ratio": 0.995,
12
+ "clip_sample_range": 1.0,
13
+ "sample_max_value": 1.0,
14
+ "timestep_spacing": "leading",
15
+ "steps_offset": 0,
16
+ "rescale_betas_zero_snr": false,
17
+ "_use_default_values": [
18
+ "clip_sample_range",
19
+ "timestep_spacing",
20
+ "sample_max_value",
21
+ "dynamic_thresholding_ratio",
22
+ "prediction_type",
23
+ "steps_offset",
24
+ "rescale_betas_zero_snr",
25
+ "thresholding"
26
+ ],
27
+ "_class_name": "DDPMScheduler",
28
+ "_diffusers_version": "0.1.1"
29
+ }