Omerdor commited on
Commit
23599ff
1 Parent(s): 6876489
.gitattributes CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ samples/0009.png filter=lfs diff=lfs merge=lfs -text
36
+ samples/0019.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
logs/train_example/events.out.tfevents.1668083784.research-vm-1.1978.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a561ff216f0cd807453e471fd0358fb87dfca1fe56e11945d1ad559241eeaed7
3
+ size 406
logs/train_example/events.out.tfevents.1668084547.research-vm-1.1978.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cee5f76588a17a28cc5e748519f8faf5de5b1e4077c9e33cbd7606b66c8ff85
3
+ size 40
logs/train_example/events.out.tfevents.1668085310.research-vm-1.3801.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf641e34c077e315792ecedb252830b0359bc64d433a50f82655a5628571770
3
+ size 2018
logs/train_example/events.out.tfevents.1668086374.research-vm-1.3801.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89cd38f9b679c8d697213feff27f93cd1a2d133bd7ba4e610ec8af1c44386552
3
+ size 158
logs/train_example/events.out.tfevents.1668088885.research-vm-1.4322.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5617614e4b543c5fc17cb6e20fc959329d10252d5ebba880f75189cbcd04a498
3
+ size 2018
logs/train_example/events.out.tfevents.1668089250.research-vm-1.4529.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc03fdb2ac0579e7a5e77d8ffedd8d94417d71432e09b6fcadc3ed88c2ad5713
3
+ size 2018
logs/train_example/events.out.tfevents.1668089787.research-vm-1.4780.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b5a27efb6f2e98110da6dbe640bbf32f5ac612178964569204172248ecd74c
3
+ size 2018
logs/train_example/events.out.tfevents.1668090259.research-vm-1.5003.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc14b64abd24a81f6d412b49e2f0b551f346cc63c702600e8a854e528df19d5
3
+ size 40
logs/train_example/events.out.tfevents.1668090343.research-vm-1.5207.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1761112a17aad19a4ab436f66a74924fc2e312dda8d2ef2ac276640fb5a83b9b
3
+ size 50450
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.5.1",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
samples/0009.png ADDED

Git LFS Details

  • SHA256: 82b2bac8ee5a2f914ba96e66bb8797195c790d0ed74055ec5c07976074f1711f
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
samples/0019.png ADDED

Git LFS Details

  • SHA256: b6ce9493feceae25428222e2b05abda8ed1a9f79566a72d867defbfefdae36a9
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.5.1",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "num_train_timesteps": 1000,
9
+ "trained_betas": null,
10
+ "variance_type": "fixed_small"
11
+ }
unet/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.5.1",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 128,
8
+ 128,
9
+ 256,
10
+ 256,
11
+ 512,
12
+ 512
13
+ ],
14
+ "center_input_sample": false,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D",
21
+ "DownBlock2D"
22
+ ],
23
+ "downsample_padding": 1,
24
+ "flip_sin_to_cos": true,
25
+ "freq_shift": 0,
26
+ "in_channels": 1,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "norm_eps": 1e-05,
30
+ "norm_num_groups": 32,
31
+ "out_channels": 1,
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "UpBlock2D",
36
+ "AttnUpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D",
39
+ "UpBlock2D",
40
+ "UpBlock2D"
41
+ ]
42
+ }
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d0b36e1bde15c921ae0d9ae6d798f6963ee0b85ffb9b3898753d218c41ceb4
3
+ size 454840957