valhalla commited on
Commit
1678761
·
1 Parent(s): 06999a6

Update noise_scheduler/scheduler_config.json

Browse files
noise_scheduler/scheduler_config.json CHANGED
@@ -5,6 +5,34 @@
5
  "beta_schedule": "linear",
6
  "beta_start": 0.0001,
7
  "clip_predicted_image": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "timesteps": 12,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "variance_type": "fixed_small"
10
  }
 
5
  "beta_schedule": "linear",
6
  "beta_start": 0.0001,
7
  "clip_predicted_image": false,
8
+ "timestep_values": [
9
+ 0.12038140743970871,
10
+ 3.0703554153442383,
11
+ 11.572979927062988,
12
+ 44.617923736572266,
13
+ 70.71846008300781,
14
+ 90.70243072509766,
15
+ 107.87928009033203,
16
+ 123.3707275390625,
17
+ 137.7254180908203,
18
+ 151.2566375732422,
19
+ 164.16639709472656,
20
+ 176.59359741210938
21
+ ],
22
  "timesteps": 12,
23
+ "trained_betas": [
24
+ 0.00012411805801093578,
25
+ 0.0009108744561672211,
26
+ 0.0074848937802016735,
27
+ 0.0933118537068367,
28
+ 0.14349496364593506,
29
+ 0.15208084881305695,
30
+ 0.15970604121685028,
31
+ 0.16682913899421692,
32
+ 0.17371276021003723,
33
+ 0.18044927716255188,
34
+ 0.18713615834712982,
35
+ 0.19382314383983612
36
+ ],
37
  "variance_type": "fixed_small"
38
  }