canberkb9 commited on
Commit
d58f09a
1 Parent(s): 1864865
Files changed (36) hide show
  1. checkpoint-3000/optimizer.bin +3 -0
  2. checkpoint-3000/random_states_0.pkl +3 -0
  3. checkpoint-3000/scheduler.bin +3 -0
  4. checkpoint-3000/unet/config.json +48 -0
  5. checkpoint-3000/unet/diffusion_pytorch_model.safetensors +3 -0
  6. checkpoint-3000/unet_ema/config.json +55 -0
  7. checkpoint-3000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  8. checkpoint-3500/optimizer.bin +3 -0
  9. checkpoint-3500/random_states_0.pkl +3 -0
  10. checkpoint-3500/scheduler.bin +3 -0
  11. checkpoint-3500/unet/config.json +48 -0
  12. checkpoint-3500/unet/diffusion_pytorch_model.safetensors +3 -0
  13. checkpoint-3500/unet_ema/config.json +55 -0
  14. checkpoint-3500/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  15. checkpoint-4000/optimizer.bin +3 -0
  16. checkpoint-4000/random_states_0.pkl +3 -0
  17. checkpoint-4000/scheduler.bin +3 -0
  18. checkpoint-4000/unet/config.json +48 -0
  19. checkpoint-4000/unet/diffusion_pytorch_model.safetensors +3 -0
  20. checkpoint-4000/unet_ema/config.json +55 -0
  21. checkpoint-4000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  22. checkpoint-4500/optimizer.bin +3 -0
  23. checkpoint-4500/random_states_0.pkl +3 -0
  24. checkpoint-4500/scheduler.bin +3 -0
  25. checkpoint-4500/unet/config.json +48 -0
  26. checkpoint-4500/unet/diffusion_pytorch_model.safetensors +3 -0
  27. checkpoint-4500/unet_ema/config.json +55 -0
  28. checkpoint-4500/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  29. checkpoint-5000/optimizer.bin +3 -0
  30. checkpoint-5000/random_states_0.pkl +3 -0
  31. checkpoint-5000/scheduler.bin +3 -0
  32. checkpoint-5000/unet/config.json +48 -0
  33. checkpoint-5000/unet/diffusion_pytorch_model.safetensors +3 -0
  34. checkpoint-5000/unet_ema/config.json +55 -0
  35. checkpoint-5000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  36. unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136f909252c66b9cfbcb4ca9f786fb12ef853213c5f75f1fc2da41b0b0ba62c2
3
+ size 909781731
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8691eb1b6b5520eff6c4830c4d58989d5ee9f0eec9727edec77dc67e3af32b01
3
+ size 14663
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd9fcdef0396359fbdd4665f4f6ed309be2a75b9a38c25989f42350d1d8c3ad
3
+ size 563
checkpoint-3000/unet/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 4,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 32,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ],
47
+ "upsample_type": "conv"
48
+ }
checkpoint-3000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4fd0fb897bc039aff9bf732e105609bbdffda101b34cb0230e9070c38df3f8
3
+ size 454750328
checkpoint-3000/unet_ema/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "inv_gamma": 1.0,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "min_decay": 0.0,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "optimization_step": 3000,
39
+ "out_channels": 4,
40
+ "power": 0.75,
41
+ "resnet_time_scale_shift": "default",
42
+ "sample_size": 32,
43
+ "time_embedding_type": "positional",
44
+ "up_block_types": [
45
+ "UpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D"
51
+ ],
52
+ "update_after_step": 0,
53
+ "upsample_type": "conv",
54
+ "use_ema_warmup": true
55
+ }
checkpoint-3000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c03a1b0ad41b53d1c414d3c9dd5526cb55150a7da309f515e6e081f3b0be949
3
+ size 454750328
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b70d8b85f7955b549bb8b3db90d21be51249f99c65fa2cfe195c55471e651d2
3
+ size 909781731
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f626ccea3a72b5d0790c204d925dbbcc2384fd2af678bc2e4fed47c342d80bc0
3
+ size 14663
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca0102d87451bb7ec76840119d795a7b9b9c051f36e6b792a00d5ac9e50e0fd
3
+ size 563
checkpoint-3500/unet/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 4,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 32,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ],
47
+ "upsample_type": "conv"
48
+ }
checkpoint-3500/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67edd31b2a73ae7f9e51b0421c66b8b3acd1adfd966887ed2fb8d225062f055
3
+ size 454750328
checkpoint-3500/unet_ema/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "inv_gamma": 1.0,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "min_decay": 0.0,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "optimization_step": 3500,
39
+ "out_channels": 4,
40
+ "power": 0.75,
41
+ "resnet_time_scale_shift": "default",
42
+ "sample_size": 32,
43
+ "time_embedding_type": "positional",
44
+ "up_block_types": [
45
+ "UpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D"
51
+ ],
52
+ "update_after_step": 0,
53
+ "upsample_type": "conv",
54
+ "use_ema_warmup": true
55
+ }
checkpoint-3500/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38848de23a3efded8c375a7cf8b6d4f41e7cbcea82ff96b4fb573bac2998c331
3
+ size 454750328
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbdfe9b2c5b8cdb35f8e562e63f7172e87a3ebef685ea671675a4da8fbaba18
3
+ size 909781731
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27392e7ec2b3f711dbab1138f8b69471edb49390a38b24d68fdd47f210c2957
3
+ size 14663
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dddd797c043ca41db72bf66db9a2fcce2101d4f3f6945cc3ea0e2560b379534
3
+ size 563
checkpoint-4000/unet/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 4,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 32,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ],
47
+ "upsample_type": "conv"
48
+ }
checkpoint-4000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f9c54d81f66a57dbb32668461f5f9df991a9253e2f51f1a547df2a77c598de
3
+ size 454750328
checkpoint-4000/unet_ema/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "inv_gamma": 1.0,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "min_decay": 0.0,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "optimization_step": 4000,
39
+ "out_channels": 4,
40
+ "power": 0.75,
41
+ "resnet_time_scale_shift": "default",
42
+ "sample_size": 32,
43
+ "time_embedding_type": "positional",
44
+ "up_block_types": [
45
+ "UpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D"
51
+ ],
52
+ "update_after_step": 0,
53
+ "upsample_type": "conv",
54
+ "use_ema_warmup": true
55
+ }
checkpoint-4000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6769edd49303b0a214cc2d09cb80e35d8cc8e49d6184b3ca5ce24e56f80ad87
3
+ size 454750328
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb3cb406f9b4396c09a2ea8b90254023954253aa371adc71010aa9c21b62057
3
+ size 909781731
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e5d92836ea04324e3ea7de5f37b42083ab3a2a71ba689c177623618f5ddb1e
3
+ size 14663
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f61e0214ae91a158a9f44de8d4a642db65b4cf9fcc8aba53795475250903222
3
+ size 563
checkpoint-4500/unet/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 4,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 32,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ],
47
+ "upsample_type": "conv"
48
+ }
checkpoint-4500/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde8f67bb19f68b2d7085f9d012cb8267f7d97e7f72095d7f4926fa3ab98d852
3
+ size 454750328
checkpoint-4500/unet_ema/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "inv_gamma": 1.0,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "min_decay": 0.0,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "optimization_step": 4500,
39
+ "out_channels": 4,
40
+ "power": 0.75,
41
+ "resnet_time_scale_shift": "default",
42
+ "sample_size": 32,
43
+ "time_embedding_type": "positional",
44
+ "up_block_types": [
45
+ "UpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D"
51
+ ],
52
+ "update_after_step": 0,
53
+ "upsample_type": "conv",
54
+ "use_ema_warmup": true
55
+ }
checkpoint-4500/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e37eb96d586d5ddf0130bdd9aadceb6e60ae7813351156422bbb149172924cb
3
+ size 454750328
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:724e1df87c679ab49e050ec6fec63b8a60d4847df7a6e388b8ea3db6fc525d08
3
+ size 909781731
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d3838543cc03c46fbe647b33b69a285d0e9128dd60ed95303e28b182953372
3
+ size 14663
checkpoint-5000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613cddef7dc3b9ed463bc3a05e8aa212b272d730c4bcdad4b94580c612c5d8f0
3
+ size 563
checkpoint-5000/unet/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 4,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 32,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ],
47
+ "upsample_type": "conv"
48
+ }
checkpoint-5000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dee245b8d4686d980e0b58659646a20558a47c83f7309ec3cc8a37896e2d11
3
+ size 454750328
checkpoint-5000/unet_ema/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.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
+ "downsample_type": "conv",
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "inv_gamma": 1.0,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "min_decay": 0.0,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "optimization_step": 5000,
39
+ "out_channels": 4,
40
+ "power": 0.75,
41
+ "resnet_time_scale_shift": "default",
42
+ "sample_size": 32,
43
+ "time_embedding_type": "positional",
44
+ "up_block_types": [
45
+ "UpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D"
51
+ ],
52
+ "update_after_step": 0,
53
+ "upsample_type": "conv",
54
+ "use_ema_warmup": true
55
+ }
checkpoint-5000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d070ca41e8f300ffe6dc8aeb75dbbce313712989b539a9dd01498f1cb16289
3
+ size 454750328
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7427c9232c961f77286f4c5d207902e89fd900bfb77caf7c1cd0ff721ad66d6
3
  size 454750328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa6473755ee1f37d8687ddd36bc8b7a29ffa794f57b10a6ebc9dcae9d9768bb
3
  size 454750328