canberkb9 commited on
Commit
0f2b300
1 Parent(s): d6ad0ae
Files changed (41) hide show
  1. checkpoint-10000/optimizer.bin +3 -0
  2. checkpoint-10000/random_states_0.pkl +3 -0
  3. checkpoint-10000/scheduler.bin +3 -0
  4. checkpoint-10000/unet/config.json +48 -0
  5. checkpoint-10000/unet/diffusion_pytorch_model.safetensors +3 -0
  6. checkpoint-10000/unet_ema/config.json +55 -0
  7. checkpoint-10000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  8. checkpoint-12000/optimizer.bin +3 -0
  9. checkpoint-12000/random_states_0.pkl +3 -0
  10. checkpoint-12000/scheduler.bin +3 -0
  11. checkpoint-12000/unet/config.json +48 -0
  12. checkpoint-12000/unet/diffusion_pytorch_model.safetensors +3 -0
  13. checkpoint-12000/unet_ema/config.json +55 -0
  14. checkpoint-12000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  15. checkpoint-2000/optimizer.bin +2 -2
  16. checkpoint-2000/random_states_0.pkl +2 -2
  17. checkpoint-2000/unet/config.json +2 -2
  18. checkpoint-2000/unet/diffusion_pytorch_model.safetensors +2 -2
  19. checkpoint-2000/unet_ema/config.json +2 -2
  20. checkpoint-2000/unet_ema/diffusion_pytorch_model.safetensors +2 -2
  21. checkpoint-4000/optimizer.bin +2 -2
  22. checkpoint-4000/random_states_0.pkl +2 -2
  23. checkpoint-4000/unet/config.json +2 -2
  24. checkpoint-4000/unet/diffusion_pytorch_model.safetensors +2 -2
  25. checkpoint-4000/unet_ema/config.json +2 -2
  26. checkpoint-4000/unet_ema/diffusion_pytorch_model.safetensors +2 -2
  27. checkpoint-6000/optimizer.bin +3 -0
  28. checkpoint-6000/random_states_0.pkl +3 -0
  29. checkpoint-6000/scheduler.bin +3 -0
  30. checkpoint-6000/unet/config.json +48 -0
  31. checkpoint-6000/unet/diffusion_pytorch_model.safetensors +3 -0
  32. checkpoint-6000/unet_ema/config.json +55 -0
  33. checkpoint-6000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  34. checkpoint-8000/optimizer.bin +3 -0
  35. checkpoint-8000/random_states_0.pkl +3 -0
  36. checkpoint-8000/scheduler.bin +3 -0
  37. checkpoint-8000/unet/config.json +48 -0
  38. checkpoint-8000/unet/diffusion_pytorch_model.safetensors +3 -0
  39. checkpoint-8000/unet_ema/config.json +55 -0
  40. checkpoint-8000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
  41. unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0b0e1f60b29fe0d09d659367c382a9d40dd06e843eec39e7aebf270a9a6005
3
+ size 909781731
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c84e30eecdbb0c20a71e99027ea9ae7f02542a7958f5dd1c42e13bc9fccd5967
3
+ size 14663
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae7d9d0cb99884d1e0ef2745e8efd4f312ec4a13ae3311639966490fba8bab7d
3
+ size 563
checkpoint-10000/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-10000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2186093d2fa8db062d281e78d6ebe786547fa4a36ae1bf2b94b81af11e9964
3
+ size 454750328
checkpoint-10000/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": 10000,
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-10000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c211a03353efc2799a148fd3164376805f13b06e15224f1a7cd20e8389d3171b
3
+ size 454750328
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940b5b4e26ea1485786c82e3f4eaeb365d6bb41805ce271cf2a7205322870a69
3
+ size 909781731
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85eceb2fbadcc2b46624b9da8fa54b190510bd8542a0bcf4308768ccfbbf73b8
3
+ size 14663
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3b2a51348cc730d719dfdbfac32f73cc3fb0d7aa8dbd44b3f485a69bd07831
3
+ size 563
checkpoint-12000/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-12000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd8ad165fd65a53e6446aceb7ece666c25c6b7eff97b89ecbc8ab62a53efbea4
3
+ size 454750328
checkpoint-12000/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": 12000,
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-12000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4f9407c82639a51eaba5adbd09b999be108f22e92b9e03dd0563f06f44fb29
3
+ size 454750328
checkpoint-2000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b17d3caff7b8666069b56baab556a550039dd1960bf25022b43f54a89e6b0da
3
- size 909855459
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5a3aed2afc97e385eaac9dd1df7a534116ca8cd15cb39a5995754a50c56f24
3
+ size 909781731
checkpoint-2000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1473914b9eb632185662fed0c8ddef02a8a33ca2b575daad23af92d0271ba0ab
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71eaa8196669cfc4822886a065ba0b48e11218dd4a916b79c4bc8a3a11e151cd
3
+ size 14663
checkpoint-2000/unet/config.json CHANGED
@@ -26,13 +26,13 @@
26
  "downsample_type": "conv",
27
  "flip_sin_to_cos": true,
28
  "freq_shift": 0,
29
- "in_channels": 8,
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": 8,
36
  "resnet_time_scale_shift": "default",
37
  "sample_size": 32,
38
  "time_embedding_type": "positional",
 
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",
checkpoint-2000/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae6fd255485006418fdf89ebc275e95f60e1019b1e89e5f0d844f83dcc2f1eef
3
- size 454787208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca52ede50290ceaad1e3dc5dc1504c38763c600b92493e4383275d54b86bde1
3
+ size 454750328
checkpoint-2000/unet_ema/config.json CHANGED
@@ -27,7 +27,7 @@
27
  "downsample_type": "conv",
28
  "flip_sin_to_cos": true,
29
  "freq_shift": 0,
30
- "in_channels": 8,
31
  "inv_gamma": 1.0,
32
  "layers_per_block": 2,
33
  "mid_block_scale_factor": 1,
@@ -36,7 +36,7 @@
36
  "norm_num_groups": 32,
37
  "num_class_embeds": null,
38
  "optimization_step": 2000,
39
- "out_channels": 8,
40
  "power": 0.75,
41
  "resnet_time_scale_shift": "default",
42
  "sample_size": 32,
 
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,
 
36
  "norm_num_groups": 32,
37
  "num_class_embeds": null,
38
  "optimization_step": 2000,
39
+ "out_channels": 4,
40
  "power": 0.75,
41
  "resnet_time_scale_shift": "default",
42
  "sample_size": 32,
checkpoint-2000/unet_ema/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ff4932eebf1268460605f48e7bd8694dbd0f6894f433c0b2ab458c8ff4e9eec
3
- size 454787208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a3d0d64f7c3d33a60d5e2b3698d81221fb3475d42710aedc8252f73e670d7e
3
+ size 454750328
checkpoint-4000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5ed3bad6ff1285676350a303829b9d117a82b90d4fd347e960036989fe752ea
3
- size 909855459
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7cbb2e960902b0f68b9519ab4755c4900ce1db4446240d8149ea05a2d81ea87
3
+ size 909781731
checkpoint-4000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b0e5f97d79e63a98845bf54382ad02086f25220de5516705799a8b6033e8522
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03cb59a327f13371d310da8e1df0cc5adedca39386731fae5211845f7174c49a
3
+ size 14663
checkpoint-4000/unet/config.json CHANGED
@@ -26,13 +26,13 @@
26
  "downsample_type": "conv",
27
  "flip_sin_to_cos": true,
28
  "freq_shift": 0,
29
- "in_channels": 8,
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": 8,
36
  "resnet_time_scale_shift": "default",
37
  "sample_size": 32,
38
  "time_embedding_type": "positional",
 
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",
checkpoint-4000/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4fb8f14058929b93dacfbebef620ced10af3a997b9dcad43d5fe28967c10ec6
3
- size 454787208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1278608d3bba162366b883be77b684ad165a353e8b5ffc121813bfada454ef
3
+ size 454750328
checkpoint-4000/unet_ema/config.json CHANGED
@@ -27,7 +27,7 @@
27
  "downsample_type": "conv",
28
  "flip_sin_to_cos": true,
29
  "freq_shift": 0,
30
- "in_channels": 8,
31
  "inv_gamma": 1.0,
32
  "layers_per_block": 2,
33
  "mid_block_scale_factor": 1,
@@ -36,7 +36,7 @@
36
  "norm_num_groups": 32,
37
  "num_class_embeds": null,
38
  "optimization_step": 4000,
39
- "out_channels": 8,
40
  "power": 0.75,
41
  "resnet_time_scale_shift": "default",
42
  "sample_size": 32,
 
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,
 
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,
checkpoint-4000/unet_ema/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6eeddfdb1ca3e411e3e876ba78d5131deec474cc2924f701b9af1948d2bbe97
3
- size 454787208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079d7c348a87d699befcd16aff77acb74257f7e00da64d3711dd5bbcfae5c04a
3
+ size 454750328
checkpoint-6000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50161c33b445c47aeb04889d2c2480f57cd2936049fd94714e681b532f5df36
3
+ size 909781731
checkpoint-6000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:768f3ed468d45bf63ec0ceba7b06c3f8db290050e1925a8b8a5e0b44c6addf07
3
+ size 14663
checkpoint-6000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2948739721a1190756ae230efb4de68b7c98c2655ae39d52489d2acd459b700
3
+ size 563
checkpoint-6000/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-6000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3607c97ea418b889cb22292295869320fe11af5ab644076ab87dd0c9d73497a6
3
+ size 454750328
checkpoint-6000/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": 6000,
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-6000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5ba3211ea676064100c34b565d9cd7ff837ca2429cc693448590a85e6b2f05
3
+ size 454750328
checkpoint-8000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0088c7df91ad20b8583e2f9c02c717adfdbe435e46ff30e09e8cafac69a60f60
3
+ size 909781731
checkpoint-8000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efaac28bfa008b64cbccaf8d28dfb1fbf48664b6e8a6fb3444e0d45436666de4
3
+ size 14663
checkpoint-8000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53a3044b56d2962dd20c31a559f95bd5714b3812e5be30cf3150b12084091660
3
+ size 563
checkpoint-8000/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-8000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3f074aeaa5b80febd2fe2710f0e101fec745cd50787e231bea9e19be32ee97
3
+ size 454750328
checkpoint-8000/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": 8000,
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-8000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0975c952e501e542deb4e248d5c74b3527c07d1f279a80e8335196e06c913308
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:1c19d0b66f812b28f09e0ce605dacb94c752e4effc9c3a8629799ae7f1f0c3f5
3
  size 454750328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad46411d36d0dbd44f489d8782430c9b4c6b35106f7b72b20230c6736a01603
3
  size 454750328