Mahmoud7 commited on
Commit
50f9536
1 Parent(s): 0dcc9bf
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-79500/optimizer.bin +3 -0
  2. checkpoint-79500/random_states_0.pkl +3 -0
  3. checkpoint-79500/scaler.pt +3 -0
  4. checkpoint-79500/scheduler.bin +3 -0
  5. checkpoint-79500/unet/config.json +40 -0
  6. checkpoint-79500/unet/diffusion_pytorch_model.bin +3 -0
  7. checkpoint-79500/unet_ema/config.json +47 -0
  8. checkpoint-79500/unet_ema/diffusion_pytorch_model.bin +3 -0
  9. checkpoint-80000/optimizer.bin +3 -0
  10. checkpoint-80000/random_states_0.pkl +3 -0
  11. checkpoint-80000/scaler.pt +3 -0
  12. checkpoint-80000/scheduler.bin +3 -0
  13. checkpoint-80000/unet/config.json +40 -0
  14. checkpoint-80000/unet/diffusion_pytorch_model.bin +3 -0
  15. checkpoint-80000/unet_ema/config.json +47 -0
  16. checkpoint-80000/unet_ema/diffusion_pytorch_model.bin +3 -0
  17. checkpoint-80500/optimizer.bin +3 -0
  18. checkpoint-80500/random_states_0.pkl +3 -0
  19. checkpoint-80500/scaler.pt +3 -0
  20. checkpoint-80500/scheduler.bin +3 -0
  21. checkpoint-80500/unet/config.json +40 -0
  22. checkpoint-80500/unet/diffusion_pytorch_model.bin +3 -0
  23. checkpoint-80500/unet_ema/config.json +47 -0
  24. checkpoint-80500/unet_ema/diffusion_pytorch_model.bin +3 -0
  25. checkpoint-81000/optimizer.bin +3 -0
  26. checkpoint-81000/random_states_0.pkl +3 -0
  27. checkpoint-81000/scaler.pt +3 -0
  28. checkpoint-81000/scheduler.bin +3 -0
  29. checkpoint-81000/unet/config.json +40 -0
  30. checkpoint-81000/unet/diffusion_pytorch_model.bin +3 -0
  31. checkpoint-81000/unet_ema/config.json +47 -0
  32. checkpoint-81000/unet_ema/diffusion_pytorch_model.bin +3 -0
  33. checkpoint-81500/optimizer.bin +3 -0
  34. checkpoint-81500/random_states_0.pkl +3 -0
  35. checkpoint-81500/scaler.pt +3 -0
  36. checkpoint-81500/scheduler.bin +3 -0
  37. checkpoint-81500/unet/config.json +40 -0
  38. checkpoint-81500/unet/diffusion_pytorch_model.bin +3 -0
  39. checkpoint-81500/unet_ema/config.json +47 -0
  40. checkpoint-81500/unet_ema/diffusion_pytorch_model.bin +3 -0
  41. checkpoint-82000/optimizer.bin +3 -0
  42. checkpoint-82000/random_states_0.pkl +3 -0
  43. checkpoint-82000/scaler.pt +3 -0
  44. checkpoint-82000/scheduler.bin +3 -0
  45. checkpoint-82000/unet/config.json +40 -0
  46. checkpoint-82000/unet/diffusion_pytorch_model.bin +3 -0
  47. checkpoint-82000/unet_ema/config.json +47 -0
  48. checkpoint-82000/unet_ema/diffusion_pytorch_model.bin +3 -0
  49. checkpoint-82500/optimizer.bin +3 -0
  50. checkpoint-82500/random_states_0.pkl +3 -0
checkpoint-79500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2ace5b6de21ee41c31a412834c1d39affc151dc8e0a31b1afa293c472d740a5
3
+ size 57349893
checkpoint-79500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd2893f55d09e9f5b69703d5c5cd3bc11747fdeaeafc35fb76e8314baf76047
3
+ size 14599
checkpoint-79500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2cb38f553df02f1027b89d279d7bb94b246a1ca7c9693d2b8b89044bbf317fe
3
+ size 557
checkpoint-79500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f2d47a91026d08610b9dbc6c3c7b538301fb79541e28469d6436dbb1304dc9
3
+ size 563
checkpoint-79500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-79500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7476537af9c860325647ba403c889b6ca69402752f5086ba3f41b1740e9cd76
3
+ size 28664529
checkpoint-79500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 79500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-79500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423b883f704c2c8fc28fc693632298526e61389ae345cf78c9aa14a7e7d3c590
3
+ size 28659921
checkpoint-80000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c10b1046e55808a4113df8ab47b2d41206d16ff4c3ec4ec7682baa9e226404
3
+ size 57349893
checkpoint-80000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d919059788d821ee2ee9f1029e10e19935f626f1ed2eb902652fff077ea17d5
3
+ size 14599
checkpoint-80000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc554ff2fc0bc2dd836bd9c72c7fa5c31504db125edc6326d0cd944fad2bc0a0
3
+ size 557
checkpoint-80000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ff9e3693c33e0b23cc5a1c4c0e3e28205657f697f0c3132ae61c5e02bd2a3f
3
+ size 563
checkpoint-80000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-80000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a91efc073eb76592586bb0cfead2b93baa8ba100581e405151d58d19e5cf2269
3
+ size 28664529
checkpoint-80000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 80000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-80000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693888ba6f0dc0dc4a523fd4cbb05a89955644a1fd855b1d37dfcaf626ec8def
3
+ size 28659921
checkpoint-80500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba72d0922a9b8f9e5e176a533824c2d4a10f207e1a9d6968bbfa75484ac63d94
3
+ size 57349893
checkpoint-80500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1711d7f97e41cdd1f8264eda1559427d359516e69d713f40224b4e2f0a99f69
3
+ size 14599
checkpoint-80500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab65d96d02781ddb2848bd91d218b2d281e99d586b01729c1bb45908e9d1d9a
3
+ size 557
checkpoint-80500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cea2d8cf7f6e394f1597fab75b6fd9474b8d7f7a6866c1f6bcc73c655efb375
3
+ size 563
checkpoint-80500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-80500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79426f3f1538001267630bdb62a29891307ce7e0bdce4f54c0b769a1f5641cb0
3
+ size 28664529
checkpoint-80500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 80500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-80500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e708b7937de99fbc9d7ed6d3046e386195c8062aba8535786633c7d949c36e
3
+ size 28659921
checkpoint-81000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d82fcd699ae5b3344e9ebbc55997bdb950ad48800529f668e0028faa96beaf9e
3
+ size 57349893
checkpoint-81000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04296b92a59cf46de0461908f6a396454d47723eaf35c18f93d3ffb04a8c3e6c
3
+ size 14599
checkpoint-81000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80f84f6b401b99f20904825aedb944e72e466b4b1fea00c53d93b8c1e492b50
3
+ size 557
checkpoint-81000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb56cc4bc66152b30e7b8237c78f621d22ec4314dd07cff958e545b9bb79a00
3
+ size 563
checkpoint-81000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-81000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b61b64de79c9717e9ccab384ffbb8a29c8740bcda8c56127e7dfa472024ef4f
3
+ size 28664529
checkpoint-81000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 81000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-81000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2bddc5ecaa8c4f5bff4be7bbbe55fbd0442509083fac86a9028022bd6c47439
3
+ size 28659921
checkpoint-81500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee1c4fc8e353f0fe6a65551d88fd958dfb996c315007f543c0dcced4b2192b6
3
+ size 57349893
checkpoint-81500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f4eed53175c0b1e2c7fe0024cf15bfc58ce18af27267833c3cf544cb9b2a4a9
3
+ size 14599
checkpoint-81500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e86eec6e0fc87136d201aa8a7eeafa90d5898166b3d73423cacfa1af58ea7e
3
+ size 557
checkpoint-81500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f1268843fafc301349313ee89781deb944f7feb7449d44d3c4cdd876d88eb7
3
+ size 563
checkpoint-81500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-81500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de306c720778897feb9304ddf8b87fe89155802d035cc4e0cbed266c64cc8a6b
3
+ size 28664529
checkpoint-81500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 81500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-81500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5fae4a11e0544431830f657eba29c729c3e5c8580e8a8a80d44f464232885e
3
+ size 28659921
checkpoint-82000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f602ef86190269063192b3e4645b133685cfd223fe3de5ad02839efc305d0a1
3
+ size 57349893
checkpoint-82000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e946246e60082c60bbba5563a6882394b51ef51005ff73ef31d595595bb01d03
3
+ size 14599
checkpoint-82000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a405d68210c4281b33cbe3b3390a2d79f6f1a16b0482c866d6917102f7efc9
3
+ size 557
checkpoint-82000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c815c06c4a2c92e7452a1c46bb2ed7c169fcdb19ece5a1816ced2d524c15f8a
3
+ size 563
checkpoint-82000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-82000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c76b51c36104b70a24276bf6bedb4ce2e5effd35a0b5e8cd79441bc24df372e
3
+ size 28664529
checkpoint-82000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 82000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-82000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4774393f785097092f7a3ed8b39287b2163ae22816c58ef391cb0d2e2a29dfe8
3
+ size 28659921
checkpoint-82500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d29ddca12c3e1cf1eef9fbedd07aa0f636b2b685d8731707a4e6abfe917439e0
3
+ size 57349893
checkpoint-82500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c522cae353f95b68ab1600a31f6061b6cc6765fb21dd14d0f6e88512f50adb
3
+ size 14599