Mahmoud7 commited on
Commit
aaea92b
1 Parent(s): ff4e841
Files changed (49) hide show
  1. checkpoint-31500/optimizer.bin +3 -0
  2. checkpoint-31500/random_states_0.pkl +3 -0
  3. checkpoint-31500/scaler.pt +3 -0
  4. checkpoint-31500/scheduler.bin +3 -0
  5. checkpoint-31500/unet/config.json +40 -0
  6. checkpoint-31500/unet/diffusion_pytorch_model.bin +3 -0
  7. checkpoint-31500/unet_ema/config.json +47 -0
  8. checkpoint-31500/unet_ema/diffusion_pytorch_model.bin +3 -0
  9. checkpoint-32000/optimizer.bin +3 -0
  10. checkpoint-32000/random_states_0.pkl +3 -0
  11. checkpoint-32000/scaler.pt +3 -0
  12. checkpoint-32000/scheduler.bin +3 -0
  13. checkpoint-32000/unet/config.json +40 -0
  14. checkpoint-32000/unet/diffusion_pytorch_model.bin +3 -0
  15. checkpoint-32000/unet_ema/config.json +47 -0
  16. checkpoint-32000/unet_ema/diffusion_pytorch_model.bin +3 -0
  17. checkpoint-32500/optimizer.bin +3 -0
  18. checkpoint-32500/random_states_0.pkl +3 -0
  19. checkpoint-32500/scaler.pt +3 -0
  20. checkpoint-32500/scheduler.bin +3 -0
  21. checkpoint-32500/unet/config.json +40 -0
  22. checkpoint-32500/unet/diffusion_pytorch_model.bin +3 -0
  23. checkpoint-32500/unet_ema/config.json +47 -0
  24. checkpoint-32500/unet_ema/diffusion_pytorch_model.bin +3 -0
  25. checkpoint-33000/optimizer.bin +3 -0
  26. checkpoint-33000/random_states_0.pkl +3 -0
  27. checkpoint-33000/scaler.pt +3 -0
  28. checkpoint-33000/scheduler.bin +3 -0
  29. checkpoint-33000/unet/config.json +40 -0
  30. checkpoint-33000/unet/diffusion_pytorch_model.bin +3 -0
  31. checkpoint-33000/unet_ema/config.json +47 -0
  32. checkpoint-33000/unet_ema/diffusion_pytorch_model.bin +3 -0
  33. checkpoint-33500/optimizer.bin +3 -0
  34. checkpoint-33500/random_states_0.pkl +3 -0
  35. checkpoint-33500/scaler.pt +3 -0
  36. checkpoint-33500/scheduler.bin +3 -0
  37. checkpoint-33500/unet/config.json +40 -0
  38. checkpoint-33500/unet/diffusion_pytorch_model.bin +3 -0
  39. checkpoint-33500/unet_ema/config.json +47 -0
  40. checkpoint-33500/unet_ema/diffusion_pytorch_model.bin +3 -0
  41. checkpoint-34000/optimizer.bin +3 -0
  42. checkpoint-34000/random_states_0.pkl +3 -0
  43. checkpoint-34000/scaler.pt +3 -0
  44. checkpoint-34000/scheduler.bin +3 -0
  45. checkpoint-34000/unet/config.json +40 -0
  46. checkpoint-34000/unet/diffusion_pytorch_model.bin +3 -0
  47. checkpoint-34000/unet_ema/config.json +47 -0
  48. checkpoint-34000/unet_ema/diffusion_pytorch_model.bin +3 -0
  49. unet/diffusion_pytorch_model.bin +1 -1
checkpoint-31500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec02d6f984f066aa0db776fbb72ab89cb46605491ba42e85b786aa01d1ad6760
3
+ size 57349893
checkpoint-31500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ddfe54295ff849a2f46cdca038bf75534a2464711051de40b06b7477c625fd5
3
+ size 14599
checkpoint-31500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61918f7efa757321dc306462cc724c52ee1dc72873ab5911c47cccaabf5ce8f1
3
+ size 557
checkpoint-31500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4bf6243f2720c5072afa183e4950ba1e5ecc9731b0fb6b3ba0501421eef4ac4
3
+ size 563
checkpoint-31500/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-31500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21007fc0d2ce1074c48291921ea73a58fa7ce987986c19bad9fa8db67551e712
3
+ size 28664529
checkpoint-31500/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": 31500,
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-31500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3cd4ddce40b0f2ed93479dec1ecfa0bfe1cd432eba04c6443bfdb42aa15271
3
+ size 28659921
checkpoint-32000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb136c38fe9c1b561c01159847660bfb3e323a84a408f6b6f5a9b585934e38a
3
+ size 57349893
checkpoint-32000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140dcc43644b39dfcd326b25136684adc30e4343efd66caa03600b89f7d33e10
3
+ size 14599
checkpoint-32000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4fad07609d87ca95f9b71bb593bce5841f2ef769e7688555958bfb0c1bc2c49
3
+ size 557
checkpoint-32000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80095540143f76ef23dd4655974383c50352b2ffc64e6920a3e23e980ac4856
3
+ size 563
checkpoint-32000/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-32000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944e89eb41c8c80d30f0677467c8c006a9842bae12dbf754a91d9db1544d9846
3
+ size 28664529
checkpoint-32000/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": 32000,
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-32000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54269f92a4fa14b7628c9ffc8cb7e11587d91d67e2cedc16b5ae264601427137
3
+ size 28659921
checkpoint-32500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009c381a1ecaf0821fb1a17f241dbc8263dc13c4f9f267561743ca51e68132da
3
+ size 57349893
checkpoint-32500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02608722ecbbc37aa42d75aae0f643b2f6715bb1e0e2f587d0091600e945580b
3
+ size 14599
checkpoint-32500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5398733310a8c0d1e918c73338b41838697f49374f38bd6b31db176591c40abe
3
+ size 557
checkpoint-32500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b234145d9176b2611a604945a3bbd10f61d89d55b508b7993a3eb894d234e5cf
3
+ size 563
checkpoint-32500/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-32500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1a600e54940fef3f14059e388fc5bb4c5ea1c725e5cec85f47aeaea9f6bc2f
3
+ size 28664529
checkpoint-32500/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": 32500,
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-32500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6500d259c0bfa4e51c6eb370d98bb7bd582c131a4e988ea0beb2b25cd11b8141
3
+ size 28659921
checkpoint-33000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764e7d6b1a662b57ff6baa211f809f9fa3bebafbaa1ee5cb05a34bde6111e1d6
3
+ size 57349893
checkpoint-33000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc3bdb99da82b22b50aa10d6b9a1f0ce0a74ae7371154b8c0000eb3ed757de9
3
+ size 14599
checkpoint-33000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4af0947408bdf850640d6e1b00c208383a801bba14d1ad52d21fa42305a2099
3
+ size 557
checkpoint-33000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9affd819529824a31b9659e20975f191a6b18600a6cbdbcf4d19a239f54f3f8
3
+ size 563
checkpoint-33000/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-33000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194cf08b627f3641d409b71e3bc496c5cfa60d2e66aada6a333aa38ebba8a9c3
3
+ size 28664529
checkpoint-33000/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": 33000,
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-33000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a980385cb3c33462562122ade3eb485569e8ce6b4ec6efa4ce5e766eb9615313
3
+ size 28659921
checkpoint-33500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5ce8f883380c1f51e338b7c92db066931634ffb2a5407fba7fe2fec28b84e3
3
+ size 57349893
checkpoint-33500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe2893c0147ecbdc75855c187f4ca9e4c72161f7bfb2e66b700914efc357b1a
3
+ size 14599
checkpoint-33500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b919d2c1f6bf03023fe049f6a4a50a85b3880e65303e4573a265e62d5b539d58
3
+ size 557
checkpoint-33500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f4bbeb3787696226743c1a998fa1674a74cf961bba7ad759d9a1a46dd479a8
3
+ size 563
checkpoint-33500/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-33500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a681a808173db3cb4f916e6c092afe2089351d095fd6e52f7ecb5b6eeae28271
3
+ size 28664529
checkpoint-33500/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": 33500,
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-33500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a70eeac982c6eea7e540189984e804fc3cd1ea3cc8a5f7d2d388cb34533974
3
+ size 28659921
checkpoint-34000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb9712036561eb86e48fa9d3b0871f39871416bc3940161dcb278e2cc7a3d2d
3
+ size 57349893
checkpoint-34000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56787352742f7cc7da5f2dcd5d9e62028a58d1196e8442e6018a4634969d95d7
3
+ size 14599
checkpoint-34000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6206cd9d40adf705f1aa2f46d126e935abba6de5d10f8a4b40a1601e47b690
3
+ size 557
checkpoint-34000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d08d1de9b71333a88e69ff8668e5ee6ef1eefed17c56f47165ce7249901fc09
3
+ size 563
checkpoint-34000/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-34000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97140d0051d390493e3b33892c2b80c39b5b93dcbb70968aef4a698537f2e3dc
3
+ size 28664529
checkpoint-34000/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": 34000,
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-34000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbdfbdac7fa3f6c96062d51718abc74862c7b8a9f404ed544f32d941f59f3b73
3
+ size 28659921
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce7c9fa0d3e68cfb8f685f0cf3aead08d25d7b190f96e59800a7b115a13ad598
3
  size 28664529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2fbf4b3ac2a1dd72d5502f4b0033dd6ba5669ede7cd67b7ccd42e77ef48ee4
3
  size 28664529