Mahmoud7 commited on
Commit
16c3fa3
1 Parent(s): 8b70e8a
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-14000/optimizer.bin +3 -0
  2. checkpoint-14000/random_states_0.pkl +3 -0
  3. checkpoint-14000/scaler.pt +3 -0
  4. checkpoint-14000/scheduler.bin +3 -0
  5. checkpoint-14000/unet/config.json +40 -0
  6. checkpoint-14000/unet/diffusion_pytorch_model.bin +3 -0
  7. checkpoint-14000/unet_ema/config.json +47 -0
  8. checkpoint-14000/unet_ema/diffusion_pytorch_model.bin +3 -0
  9. checkpoint-14500/optimizer.bin +3 -0
  10. checkpoint-14500/random_states_0.pkl +3 -0
  11. checkpoint-14500/scaler.pt +3 -0
  12. checkpoint-14500/scheduler.bin +3 -0
  13. checkpoint-14500/unet/config.json +40 -0
  14. checkpoint-14500/unet/diffusion_pytorch_model.bin +3 -0
  15. checkpoint-14500/unet_ema/config.json +47 -0
  16. checkpoint-14500/unet_ema/diffusion_pytorch_model.bin +3 -0
  17. checkpoint-15000/optimizer.bin +3 -0
  18. checkpoint-15000/random_states_0.pkl +3 -0
  19. checkpoint-15000/scaler.pt +3 -0
  20. checkpoint-15000/scheduler.bin +3 -0
  21. checkpoint-15000/unet/config.json +40 -0
  22. checkpoint-15000/unet/diffusion_pytorch_model.bin +3 -0
  23. checkpoint-15000/unet_ema/config.json +47 -0
  24. checkpoint-15000/unet_ema/diffusion_pytorch_model.bin +3 -0
  25. checkpoint-15500/optimizer.bin +3 -0
  26. checkpoint-15500/random_states_0.pkl +3 -0
  27. checkpoint-15500/scaler.pt +3 -0
  28. checkpoint-15500/scheduler.bin +3 -0
  29. checkpoint-15500/unet/config.json +40 -0
  30. checkpoint-15500/unet/diffusion_pytorch_model.bin +3 -0
  31. checkpoint-15500/unet_ema/config.json +47 -0
  32. checkpoint-15500/unet_ema/diffusion_pytorch_model.bin +3 -0
  33. checkpoint-16000/optimizer.bin +3 -0
  34. checkpoint-16000/random_states_0.pkl +3 -0
  35. checkpoint-16000/scaler.pt +3 -0
  36. checkpoint-16000/scheduler.bin +3 -0
  37. checkpoint-16000/unet/config.json +40 -0
  38. checkpoint-16000/unet/diffusion_pytorch_model.bin +3 -0
  39. checkpoint-16000/unet_ema/config.json +47 -0
  40. checkpoint-16000/unet_ema/diffusion_pytorch_model.bin +3 -0
  41. checkpoint-16500/optimizer.bin +3 -0
  42. checkpoint-16500/random_states_0.pkl +3 -0
  43. checkpoint-16500/scaler.pt +3 -0
  44. checkpoint-16500/scheduler.bin +3 -0
  45. checkpoint-16500/unet/config.json +40 -0
  46. checkpoint-16500/unet/diffusion_pytorch_model.bin +3 -0
  47. checkpoint-16500/unet_ema/config.json +47 -0
  48. checkpoint-16500/unet_ema/diffusion_pytorch_model.bin +3 -0
  49. checkpoint-17000/optimizer.bin +3 -0
  50. checkpoint-17000/random_states_0.pkl +3 -0
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb8ecb69df38c7f453ec853fafcc3b46f1fae139a96e07b4fce571094799c8a
3
+ size 57349893
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b967fc5226d9a30b63d267f4304635c0239fa85a56550ec3fe807d48723262
3
+ size 14599
checkpoint-14000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537f7112f207801fbd716121c42150ac0441a0f77bd39e5351344d7f63979653
3
+ size 557
checkpoint-14000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2d70a84bdc3a8a617e5854dfa51877e881b7dd3781d9f8a813b1f1e9c017bc
3
+ size 563
checkpoint-14000/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-14000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7551ef3f7f46f2a7bc620bb96f7ce62d3317255b53c0a3d46acd1b0f0b6469e9
3
+ size 28664529
checkpoint-14000/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": 14000,
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-14000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ccc8967d9f74129645a1d1795edd3e70cc2bf399b53c1ec54ce26415279a98
3
+ size 28659921
checkpoint-14500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a836614f4b3b2ba0f5bacf7cb7de4c178853daaad93f5f746d641ed18007a0
3
+ size 57349893
checkpoint-14500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb65f680a70f015a35251bf535bd3862093c70d4359b3d242075dba6f618db1b
3
+ size 14599
checkpoint-14500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8abf6653f6cc89d0eb4ae4904641c675c3063c445701ca41dddaffcb192af20
3
+ size 557
checkpoint-14500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc677fcdad4f78fc7b61ce1eb371bfb376c371792d84de652cada8e525c84856
3
+ size 563
checkpoint-14500/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-14500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338c2804a6558db9299af0c4d523b56d71fac85ef81a2e4563be28aa56cf6d2c
3
+ size 28664529
checkpoint-14500/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": 14500,
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-14500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6f72d7ceadce4ed9691579dbd9e0ee75d60214509a693e80ba3570ea496c0e
3
+ size 28659921
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288107c1066cb4126d73d80c23cf8ab58db141bd80934b39c5badbd28dcf758a
3
+ size 57349893
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07aa687a9f2e8f0a15556d3666f858f413b16bb3331c0ce16e2e97ad56d656f
3
+ size 14599
checkpoint-15000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aef15b12ba05bcf4d349d255c78cc18f0f86025b05e06c7e339c6597e994d1a
3
+ size 557
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280bc2d8d50243506909f9b5d73b327fb492aeb051411c35caa0ffb8adf80cc0
3
+ size 563
checkpoint-15000/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-15000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25fb8aca3868890e8bc1cbe2ebc61172fe23d9d335c3feb561652a668269c829
3
+ size 28664529
checkpoint-15000/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": 15000,
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-15000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ebc1fff839064ce4d74f87b47df88c90870b7ade1a657a91e7d243e53f42db
3
+ size 28659921
checkpoint-15500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b9a8139e406ed2b786c0bbb9e0f8528caf2a54090c1cef9c9f1518bb752776
3
+ size 57349893
checkpoint-15500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99bc92ca4118d2677b2d4df0f6e180ef8112b9c6363854d3e9faf51608521ff
3
+ size 14599
checkpoint-15500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff29412df29af4dce08a15ea726c90953f7192af38d42d3f09a4b30f5c98044c
3
+ size 557
checkpoint-15500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973021dea8586c0a05e92fc7768d6181848845fa34a543ccc02873bbfbc685ec
3
+ size 563
checkpoint-15500/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-15500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d576c25eccf49b2453ff1dee052f973f4e62f203b6f144689e815d19b0b0ebd
3
+ size 28664529
checkpoint-15500/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": 15500,
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-15500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805e10ef6dc1df030bfdc4d4e34379e5d937a9d10538d9a4395892530d1eb5b2
3
+ size 28659921
checkpoint-16000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a03a362f3f5c67c7643b703e1e747f0a14011bfc2fd3c3271e6ffe508217d1
3
+ size 57349893
checkpoint-16000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985e6d66e0a4ca938161ab871ea858bd3f128ea14215f4243178439b81b86887
3
+ size 14599
checkpoint-16000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:035167a68f3f086011a42c789ee47309edb527eda59205206cf360fb5d288f98
3
+ size 557
checkpoint-16000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938d47bf213e793c4a98062018b5497b5694a4fa03c4d0303e55f213a334c4a9
3
+ size 563
checkpoint-16000/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-16000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f6b4d4e6755c8cd1db4efabeda6b455eac16956145662f2f63960c63a2ceaff
3
+ size 28664529
checkpoint-16000/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": 16000,
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-16000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f531771b35f6fc21308ca3ea5a99d879758e4ae7e2ecd86d130609f74d2fc1b
3
+ size 28659921
checkpoint-16500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1915ce4c9a46c17a51f48443806446b753756a21603eaf93c39497594f91eadb
3
+ size 57349893
checkpoint-16500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455564031b076a2ed3a26368b66431cd3a81a3a835ba152e9d2d800f131561ad
3
+ size 14599
checkpoint-16500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caeb198ea62655f69050523870db63a374d23942986dff4dfe38c2249534ea07
3
+ size 557
checkpoint-16500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9a2fb8564bd3757116c5f59b5d38ade1c4a60cd7a6485ac38b2cbbe1cf4f15
3
+ size 563
checkpoint-16500/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-16500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26591e7b5b812561c634a6edf32accb8d251ce488ddc7e9d9e545dc225d7f99e
3
+ size 28664529
checkpoint-16500/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": 16500,
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-16500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a949357718f5b63aee79be41f3daaca0583d1eb278af5ef25fb2c7b164b993
3
+ size 28659921
checkpoint-17000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b7da0bf93e3f745ccbfbc1bff0cb8d36bce7b1b2de527b0e40288a448b97cea
3
+ size 57349893
checkpoint-17000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5e6f6025da94eba80ef30541b669aba1a1b28c9ede4b11c543bfe7cf7851f5
3
+ size 14599