scarlettlin commited on
Commit
b012b11
·
1 Parent(s): 14af811
.gitattributes CHANGED
@@ -132,3 +132,7 @@ checkpoint_image/480_0.png filter=lfs diff=lfs merge=lfs -text
132
  checkpoint_image/480_1.png filter=lfs diff=lfs merge=lfs -text
133
  checkpoint_image/480_2.png filter=lfs diff=lfs merge=lfs -text
134
  checkpoint_image/480_3.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
132
  checkpoint_image/480_1.png filter=lfs diff=lfs merge=lfs -text
133
  checkpoint_image/480_2.png filter=lfs diff=lfs merge=lfs -text
134
  checkpoint_image/480_3.png filter=lfs diff=lfs merge=lfs -text
135
+ checkpoint_image/499_0.png filter=lfs diff=lfs merge=lfs -text
136
+ checkpoint_image/499_1.png filter=lfs diff=lfs merge=lfs -text
137
+ checkpoint_image/499_2.png filter=lfs diff=lfs merge=lfs -text
138
+ checkpoint_image/499_3.png filter=lfs diff=lfs merge=lfs -text
checkpoint-126500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:433aa46883b17597b0bc6323279c8f3a5b096542574e631b66828d6f396a8e7b
3
+ size 909763235
checkpoint-126500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97b23993f1cfc92adedecc7609b7c69fbd71e2cafec33a7ac6139e184161907
3
+ size 14663
checkpoint-126500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8074249cdc333870b6ab8322f7f30c272a22f2b91b12d5c2a1e3c8e032e61f4e
3
+ size 563
checkpoint-126500/unet/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "layers_per_block": 2,
30
+ "mid_block_scale_factor": 1,
31
+ "norm_eps": 1e-05,
32
+ "norm_num_groups": 32,
33
+ "num_class_embeds": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 128,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "UpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D"
45
+ ]
46
+ }
checkpoint-126500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdd053ef77023dcb8a34bf2719a642952451d71a21f4b00eb751222d13d81b5
3
+ size 454867965
checkpoint-126500/unet_ema/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "decay": 0.9999,
18
+ "down_block_types": [
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "DownBlock2D",
23
+ "AttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 3,
30
+ "inv_gamma": 1.0,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "min_decay": 0.0,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "optimization_step": 126500,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 128,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "UpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D"
50
+ ],
51
+ "update_after_step": 0,
52
+ "use_ema_warmup": true
53
+ }
checkpoint-126500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6319d518c0cd09e28bc695e35b222dbc2e134d3d64250488668b76e1c92376
3
+ size 454861629
checkpoint_image/499_0.png ADDED

Git LFS Details

  • SHA256: 87228b322a5e5624ba45364d58aad9c2bde407e1ddad8c54bb09a35804a59202
  • Pointer size: 129 Bytes
  • Size of remote file: 8.18 kB
checkpoint_image/499_1.png ADDED

Git LFS Details

  • SHA256: 81b53ccd9812950d0dd2d2b3f30cba6cc88e4895c71ac15225cf5d4f77760434
  • Pointer size: 129 Bytes
  • Size of remote file: 4.91 kB
checkpoint_image/499_2.png ADDED

Git LFS Details

  • SHA256: 0490464e513d7657dec45108d290341abb5ebebbf21881c4f1fe151bda606320
  • Pointer size: 129 Bytes
  • Size of remote file: 6.2 kB
checkpoint_image/499_3.png ADDED

Git LFS Details

  • SHA256: 22a8331e6ffe22254c91c701c9a3f248e9ad042951697d36c0aed0bf38b54427
  • Pointer size: 129 Bytes
  • Size of remote file: 8.93 kB
logs/train_unconditional/events.out.tfevents.1684478872.DESKTOP-H595TQ5.21288.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:234384876533bdfd93ea5d1d22bf7254f0bdf91fe96fa62c20c7f33b7a7c0b9e
3
- size 53880661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e34e93bd2b91e1983c841fefd16ba99710d1a2b7f88a0760271afb65c47d5a0
3
+ size 55052917
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c790bcdf75a7345e04b14ffaedc85765aff8c9fd42dfe0edca3d29f262c545c9
3
  size 454867965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b260c8dbf23faa8d72137e04ce4cc5cf38be59b07d0098c6dc45cf6ae43b11
3
  size 454867965