acozma commited on
Commit
5f64168
1 Parent(s): 1aa36d3

End of training

Browse files
Files changed (37) hide show
  1. .gitattributes +1 -0
  2. checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +1 -1
  3. checkpoint-1000/optimizer.bin +1 -1
  4. checkpoint-1000/random_states_0.pkl +2 -2
  5. checkpoint-1250/controlnet/config.json +55 -0
  6. checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors +3 -0
  7. checkpoint-1250/optimizer.bin +3 -0
  8. checkpoint-1250/random_states_0.pkl +3 -0
  9. checkpoint-1250/scaler.pt +3 -0
  10. checkpoint-1250/scheduler.bin +3 -0
  11. checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors +1 -1
  12. checkpoint-1500/optimizer.bin +1 -1
  13. checkpoint-1500/random_states_0.pkl +2 -2
  14. checkpoint-1750/controlnet/config.json +55 -0
  15. checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors +3 -0
  16. checkpoint-1750/optimizer.bin +3 -0
  17. checkpoint-1750/random_states_0.pkl +3 -0
  18. checkpoint-1750/scaler.pt +3 -0
  19. checkpoint-1750/scheduler.bin +3 -0
  20. checkpoint-250/controlnet/config.json +55 -0
  21. checkpoint-250/controlnet/diffusion_pytorch_model.safetensors +3 -0
  22. checkpoint-250/optimizer.bin +3 -0
  23. checkpoint-250/random_states_0.pkl +3 -0
  24. checkpoint-250/scaler.pt +3 -0
  25. checkpoint-250/scheduler.bin +3 -0
  26. checkpoint-500/controlnet/diffusion_pytorch_model.safetensors +1 -1
  27. checkpoint-500/optimizer.bin +1 -1
  28. checkpoint-500/random_states_0.pkl +2 -2
  29. checkpoint-750/controlnet/config.json +55 -0
  30. checkpoint-750/controlnet/diffusion_pytorch_model.safetensors +3 -0
  31. checkpoint-750/optimizer.bin +3 -0
  32. checkpoint-750/random_states_0.pkl +3 -0
  33. checkpoint-750/scaler.pt +3 -0
  34. checkpoint-750/scheduler.bin +3 -0
  35. diffusion_pytorch_model.safetensors +1 -1
  36. images_0.png +0 -0
  37. images_1.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images_1.png filter=lfs diff=lfs merge=lfs -text
checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7bfd3c3a28a11400747c47b7e6ea8636a9cbbb9ccb4175023d9eabcf075a9c6
3
  size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e61da03d1c6dde5bfdfd018b1a398534a89e5536c00192c8b877a6496fbac533
3
  size 1456953560
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4a8101ea3304d8be0f18a99dcc9731aad233d01dcf22dc8ffc96f39ba2a9b02
3
  size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a458ab553e4df222713bf902257c3cec118a50796c75b06ad432c22f4ae8c1a2
3
  size 2914111182
checkpoint-1000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:407a04c7529d77fb775971cd3d4bd013913260f14636eb8f29ea0d5634785b1b
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b9fc95c58907fe2e7bb1bf7adf48b4ff05ea0a61b520dd1762627bbc4eb2461
3
+ size 14408
checkpoint-1250/controlnet/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "norm_eps": 1e-05,
46
+ "norm_num_groups": 32,
47
+ "num_attention_heads": null,
48
+ "num_class_embeds": null,
49
+ "only_cross_attention": false,
50
+ "projection_class_embeddings_input_dim": null,
51
+ "resnet_time_scale_shift": "default",
52
+ "transformer_layers_per_block": 1,
53
+ "upcast_attention": false,
54
+ "use_linear_projection": true
55
+ }
checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f7460955049a25c984356c60c0741c433c8607646ffe474b39176c49b2820a
3
+ size 1456953560
checkpoint-1250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e663fedf31d6481e62ab3133a5186de6a2a012122a6b62394dbef47c61a5c11
3
+ size 2914111182
checkpoint-1250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73bd37324c60508515872b1546b36b1f7ea530e78ff4e685ae4abe66b895b83
3
+ size 14408
checkpoint-1250/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f1986269c74ce38fd01c56e0770c176375c55daeed6953aaf84f06cae775ba
3
+ size 988
checkpoint-1250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d8ee40cf2c4738235c873e605a59577766c259ef0c6bb83ee824cad3ccf0a33
3
+ size 1000
checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac13d84a2405319d46d5f0060e616a4f87076e5c5167416e4181416282935b0c
3
  size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c90b0ff5f847080bfea81f8342c4d1e51c1ae445c0b78e717cea9cd3b34e962
3
  size 1456953560
checkpoint-1500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d35844856b59ba9a9ce0bf23750cbc8e185dcdb10238aa44605685d5a37b12e
3
  size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2aeba1662c02a1a7868f7cf13197b5858df7c2e7b89659af567e7be692f517
3
  size 2914111182
checkpoint-1500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d5a63758f08f092aa8bd59dfa753ef567773f15bf0d8bea59e78d93b208cc75
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24351ff15cbd8e1d3c55e5b5358b9ece131767eaf6a18cffc74af9b024cbba03
3
+ size 14408
checkpoint-1750/controlnet/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "norm_eps": 1e-05,
46
+ "norm_num_groups": 32,
47
+ "num_attention_heads": null,
48
+ "num_class_embeds": null,
49
+ "only_cross_attention": false,
50
+ "projection_class_embeddings_input_dim": null,
51
+ "resnet_time_scale_shift": "default",
52
+ "transformer_layers_per_block": 1,
53
+ "upcast_attention": false,
54
+ "use_linear_projection": true
55
+ }
checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de5cf6bbad8846bc55e6305636b860dbac44d92d7a6e29be9b6102aa2f4e603
3
+ size 1456953560
checkpoint-1750/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911cd8e1dbfdeaf588b700e5207d627468c76e4d357b30c4a410024eb0067bb6
3
+ size 2914111182
checkpoint-1750/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d433ff90f19dedb9363ee352b3e31909f329ee244965a2c828b9be2acac74194
3
+ size 14408
checkpoint-1750/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f31a37fc55a6f74535d856251d54f5b6a71d6e61b1688c822aa76b6daa857f4
3
+ size 988
checkpoint-1750/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7382481502cc1a9e89002510d3112891ca4402b5bdf21b5d80ee5ecca3775f
3
+ size 1000
checkpoint-250/controlnet/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "norm_eps": 1e-05,
46
+ "norm_num_groups": 32,
47
+ "num_attention_heads": null,
48
+ "num_class_embeds": null,
49
+ "only_cross_attention": false,
50
+ "projection_class_embeddings_input_dim": null,
51
+ "resnet_time_scale_shift": "default",
52
+ "transformer_layers_per_block": 1,
53
+ "upcast_attention": false,
54
+ "use_linear_projection": true
55
+ }
checkpoint-250/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94f76fdc255b870206de61f506455f855b95bde8edffa2be1aeecb1c7b9d077e
3
+ size 1456953560
checkpoint-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59abee14467284dc809f43753bf2f509745d81b1a594ee0e5f860ea26a243344
3
+ size 2914111182
checkpoint-250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d795dc10dc32581200c46663f08b755b52b425a5ae58ceef409b900d308e7d
3
+ size 14408
checkpoint-250/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccec82ecb1db9fee8431a9924525ac42c65eba373a478c5528e653b68744a6a9
3
+ size 988
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b595f14cddd1a61ee2269405cdc51ca948dfb65bed3888a7ead8ea9fab5a984d
3
+ size 1000
checkpoint-500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0743993250d09f3eca15a94d4cc4f7719a9f2f4cf9ff998650e50367eb24b965
3
  size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f9075e07c533034db7b8e4c612cf358bc48e6347a6cfe6086bf2cac4913da8
3
  size 1456953560
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c04b9a8cf2292ce8d76d0d8b7687182836fa489827f62604f58365b495e419ba
3
  size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed508bbb877cd3d6dddb706b1b17cc6e6f4e5c6095d3305b7f3ae4b27c7a70c
3
  size 2914111182
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbb0be1524faca3144d7330772bbb5aec4fac6929f2635a740e771c6e761aae5
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646fa3ccb3191bcf70e6af7ed4e61bc4c8602ac33a12971f12e0b3107f55a11b
3
+ size 14408
checkpoint-750/controlnet/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "norm_eps": 1e-05,
46
+ "norm_num_groups": 32,
47
+ "num_attention_heads": null,
48
+ "num_class_embeds": null,
49
+ "only_cross_attention": false,
50
+ "projection_class_embeddings_input_dim": null,
51
+ "resnet_time_scale_shift": "default",
52
+ "transformer_layers_per_block": 1,
53
+ "upcast_attention": false,
54
+ "use_linear_projection": true
55
+ }
checkpoint-750/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2afe6d1294661af8399ea6b9ac77388951749402068f03930cf69ce99f091bae
3
+ size 1456953560
checkpoint-750/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7111c804632188caed1b27e8dbde7fead452cf0cb9acff3f07bb53a2d1c6b30e
3
+ size 2914111182
checkpoint-750/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8f37277c8239bc2077e8c02a814fbe38ca80525913f19c49278892455af521e
3
+ size 14408
checkpoint-750/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81c4bed410b5f7275224ab7c747fbdb55beb1b2bd651a613603d5868aa5a2d9
3
+ size 988
checkpoint-750/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2ed29a2a608eda715fb74def0cd75b58eded1f753874eb11d3e3bcf811a57a
3
+ size 1000
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c0b97ed4e82c828c20b5ba9b91958f51416a9c20806babcc30939fc6d2dffbd
3
  size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04067f59853902846d80ba31df9625c2da415eeec39fce336c2e487e6b2f8737
3
  size 1456953560
images_0.png CHANGED
images_1.png CHANGED

Git LFS Details

  • SHA256: 981163e65ec1cb5566fc87cd502f208999ac7ffbff0ae5cc1a3422d82bab060d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB