piotrnobis commited on
Commit
16d8342
·
verified ·
1 Parent(s): c71c4e9
logs/train_example/events.out.tfevents.1717520841.DESKTOP-ATF6FIJ.11858.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4f4c6fb749266771effacf95badb21d37fc34bd712d4155e9b16ab9f227f00
3
+ size 32845
logs/train_example/events.out.tfevents.1717535842.DESKTOP-ATF6FIJ.9283.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4750387571b30cf2908e212214c13abba0dc46835837e2d01f8fd57f84a484b3
3
+ size 26368
logs/train_example/events.out.tfevents.1717577873.DESKTOP-ATF6FIJ.5334.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834c1ad8e82cbb40b983f39cbfa0b1ac5085b32a8a6df4aa8fef198fcefc4892
3
+ size 8762
logs/train_example/events.out.tfevents.1717578474.DESKTOP-ATF6FIJ.7576.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7debdaf7691c5b883e9042961256f921a7aba71d23d7071c00f639ce0f1e9d7b
3
+ size 8762
logs/train_example/events.out.tfevents.1717578721.DESKTOP-ATF6FIJ.7576.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2deb1bc7bf76ec947482fc445cc8a90934f267b24a7b5ca4e546e79373bb876e
3
+ size 8762
logs/train_example/events.out.tfevents.1717578889.DESKTOP-ATF6FIJ.9420.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2739d1b717210fb4c51014b33e6203e2d948fd62da9ef5afd722be2b4551e3
3
+ size 88
logs/train_example/events.out.tfevents.1717578894.DESKTOP-ATF6FIJ.9420.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a9ee66cffd6d3c62e45c2840443c9959f95eec47a953a24703741cd3f8970b3
3
+ size 8762
logs/train_example/events.out.tfevents.1717579828.DESKTOP-ATF6FIJ.14136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615f2f49db93af531ccb6fed282a7a20075c3d6c295f7a9179451169c61afe43
3
+ size 578
logs/train_example/events.out.tfevents.1717579887.DESKTOP-ATF6FIJ.14675.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa7566cf468a480b12741731f89067e8bd03860934aa6fedaae4ef8f446f5a5
3
+ size 8762
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline_v2",
3
+ "_diffusers_version": "0.27.2",
4
+ "custom_model": [
5
+ null,
6
+ null
7
+ ],
8
+ "scheduler": [
9
+ "diffusers",
10
+ "DDPMScheduler"
11
+ ]
12
+ }
model_weights.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9a5b1e0eefd1a512c33ac4bc158490376676686122a9d15a841a367197b539
3
+ size 180866858
model_weights_v1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7673982dde7d111244847afe36f21455674a02fe4f10cbebb3a0fd2ec48c0d
3
+ size 180866858
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.27.2",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "steps_offset": 0,
15
+ "thresholding": false,
16
+ "timestep_spacing": "leading",
17
+ "trained_betas": null,
18
+ "variance_type": "fixed_small"
19
+ }