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

End of training

Browse files
Files changed (48) hide show
  1. .gitattributes +1 -0
  2. README.md +2 -2
  3. checkpoint-1000/controlnet/config.json +3 -8
  4. checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +2 -2
  5. checkpoint-1000/optimizer.bin +2 -2
  6. checkpoint-1000/random_states_0.pkl +2 -2
  7. checkpoint-1000/scaler.pt +2 -2
  8. checkpoint-1000/scheduler.bin +2 -2
  9. checkpoint-1500/controlnet/config.json +3 -8
  10. checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors +2 -2
  11. checkpoint-1500/optimizer.bin +2 -2
  12. checkpoint-1500/random_states_0.pkl +2 -2
  13. checkpoint-1500/scaler.pt +2 -2
  14. checkpoint-1500/scheduler.bin +2 -2
  15. checkpoint-2000/controlnet/config.json +3 -8
  16. checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors +2 -2
  17. checkpoint-2000/optimizer.bin +2 -2
  18. checkpoint-2000/random_states_0.pkl +2 -2
  19. checkpoint-2000/scaler.pt +2 -2
  20. checkpoint-2000/scheduler.bin +2 -2
  21. checkpoint-2500/controlnet/config.json +3 -8
  22. checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors +2 -2
  23. checkpoint-2500/optimizer.bin +2 -2
  24. checkpoint-2500/random_states_0.pkl +2 -2
  25. checkpoint-2500/scaler.pt +2 -2
  26. checkpoint-2500/scheduler.bin +2 -2
  27. checkpoint-3000/controlnet/config.json +3 -8
  28. checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors +2 -2
  29. checkpoint-3000/optimizer.bin +2 -2
  30. checkpoint-3000/random_states_0.pkl +2 -2
  31. checkpoint-3000/scaler.pt +2 -2
  32. checkpoint-3000/scheduler.bin +2 -2
  33. checkpoint-3500/controlnet/config.json +50 -0
  34. checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors +3 -0
  35. checkpoint-3500/optimizer.bin +3 -0
  36. checkpoint-3500/random_states_0.pkl +3 -0
  37. checkpoint-3500/scaler.pt +3 -0
  38. checkpoint-3500/scheduler.bin +3 -0
  39. checkpoint-500/controlnet/config.json +3 -8
  40. checkpoint-500/controlnet/diffusion_pytorch_model.safetensors +2 -2
  41. checkpoint-500/optimizer.bin +2 -2
  42. checkpoint-500/random_states_0.pkl +2 -2
  43. checkpoint-500/scaler.pt +2 -2
  44. checkpoint-500/scheduler.bin +2 -2
  45. config.json +3 -8
  46. diffusion_pytorch_model.safetensors +2 -2
  47. images_0.png +0 -0
  48. images_1.png +2 -2
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
 
 
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
37
+ images_0.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,7 +1,7 @@
1
 
2
  ---
3
  license: creativeml-openrail-m
4
- base_model: stabilityai/stable-diffusion-2-1-base
5
  tags:
6
  - stable-diffusion
7
  - stable-diffusion-diffusers
@@ -13,7 +13,7 @@ inference: true
13
 
14
  # controlnet-acozma/controlnet-fill50k
15
 
16
- These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
17
  You can find some example images below.
18
  prompt: red circle with blue background
19
  ![images_0)](./images_0.png)
 
1
 
2
  ---
3
  license: creativeml-openrail-m
4
+ base_model: runwayml/stable-diffusion-v1-5
5
  tags:
6
  - stable-diffusion
7
  - stable-diffusion-diffusers
 
13
 
14
  # controlnet-acozma/controlnet-fill50k
15
 
16
+ These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
17
  You can find some example images below.
18
  prompt: red circle with blue background
19
  ![images_0)](./images_0.png)
checkpoint-1000/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e61da03d1c6dde5bfdfd018b1a398534a89e5536c00192c8b877a6496fbac533
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edef632673d94ea4abc8efe3272c6ee5352ee64330f03aefcd100fa24c5e259
3
+ size 1445157120
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a458ab553e4df222713bf902257c3cec118a50796c75b06ad432c22f4ae8c1a2
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ece53be0b3cb4381344cfe7a2b2a4d1e480a47177198fa56b140990aa021bb
3
+ size 2890518041
checkpoint-1000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b9fc95c58907fe2e7bb1bf7adf48b4ff05ea0a61b520dd1762627bbc4eb2461
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574bec199ebcffff005a38f55195c3df8e20062b18874946d64b5ca627d4e710
3
+ size 14727
checkpoint-1000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
3
+ size 557
checkpoint-1000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7858597b60dfb2b44b947908e51cd23ec77da1ea85ea06c96e82b9a91a6e1524
3
+ size 563
checkpoint-1500/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c90b0ff5f847080bfea81f8342c4d1e51c1ae445c0b78e717cea9cd3b34e962
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3caf01156950012011929713a8db7b303987d1f7a6b46db1b65863d4b3442aa7
3
+ size 1445157120
checkpoint-1500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb2aeba1662c02a1a7868f7cf13197b5858df7c2e7b89659af567e7be692f517
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51adc7165714e9627f04e5e89e53fdc3462cac34721da2abfa74d8881855bf0
3
+ size 2890518041
checkpoint-1500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24351ff15cbd8e1d3c55e5b5358b9ece131767eaf6a18cffc74af9b024cbba03
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d70d2d82a06363ea22e9a139f4d9c04f28d90dd4e7c785e000d92bec2a63d32
3
+ size 14727
checkpoint-1500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6
3
+ size 557
checkpoint-1500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcdd883061f8f3514731c51041dc7231d10951713a9abbd57d4f968a9c567ce3
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04286f05df71d55877944f0603e08bc490991a173a1062541b48e32f75eaf3f8
3
+ size 563
checkpoint-2000/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d06b26138f80338336986cea460a6ad78403bcc24eda9bcce59db6604c2c983
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb20cacfea3ebe7c912db71296feffc4767beea76bc5c81342f74ea5832b1ac
3
+ size 1445157120
checkpoint-2000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b09457776864abd5a52540d75dad726dce64c25851dc69202a65cebe29b39fa
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e55718aff49f102f50aa574172739ecdfe59ee985362d6afb1861232157c484
3
+ size 2890518041
checkpoint-2000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62d101bcfb4ede66a7a2dc026871710557ac776a7289087d20d8944bd5330882
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05d8beff96eb891684a5b3682810801e3d7b9ee6c795b0e6b70a4daa557be80
3
+ size 14727
checkpoint-2000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f
3
+ size 557
checkpoint-2000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58b061c679af3bd9934ffa5ad1f578aa24b417ad2662d947a4f8484656c8cd7
3
+ size 563
checkpoint-2500/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d9762a5bc8c788d1c567e03ad585a88581ed6511ba52d134e99cd5174d772d7
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eaba0e42f67756e3b7c3691adffe65971e41f3eee43579c9dfae835d0e17c28
3
+ size 1445157120
checkpoint-2500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82c9d0bad256c814694157c0895e5208de338794417c03ba3486e4f31eae7451
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe4175f8e456bf745f98452ef156c80d6f41101c710e00ccbac901e3f78046e
3
+ size 2890518041
checkpoint-2500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6aa2efd4d3bc88656f6cf37e10bf959317fc495c1ae077883e7b7290aeb215dc
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:519daec2e55514e734285f36efc3baef08ef03f768c8bba83b002fadb4f0dea0
3
+ size 14727
checkpoint-2500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48e2d97f563bb838328076a1666504681962151a3975a2f064be3a03e6500740
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fbcebc8f5487b0c117b5dd47f2ea304af3eebf408d297118d9307e1223927e1
3
+ size 557
checkpoint-2500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9244a743d4761f975ab2a14d0b7a509a85554dd77bef6490330160a2a639fae
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142b944983c7cba74fd2e01fbde32cb53c51c154d2730f1e9935528e9d4046bc
3
+ size 563
checkpoint-3000/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08eef8db3a903159c31b59b43f5f9808216f1814a4ef82f8de56f32646a0741f
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20bb4279bbec0ad48c586475dbf87413b4750a719b49a880c56e170a094a154
3
+ size 1445157120
checkpoint-3000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e45b52fe0b50979f8ca2b7c029c3d22723e67de6fd7c81345e19a4a1dfa75745
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754ed3b617329009bf28307739a85d7ba12851cc4c948df446f898f9f7496b5a
3
+ size 2890518041
checkpoint-3000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15403b14c60d4839243345e6fca7483a3e655e818791ba276ffe2d694027c03a
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ddcc39c55cd9d7aa78a29d12e1559dcda94a521b34d654700844706b9a7389
3
+ size 14727
checkpoint-3000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1f9398b77268202e8e1465734a63d123b1ef11c27f20f2473677e9883a6869
3
+ size 557
checkpoint-3000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d81672fe668604131fbfb69ebd73ba7eaf61af8d2d1f08fda39e01d237dfdd
3
+ size 563
checkpoint-3500/controlnet/config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8,
9
+ "block_out_channels": [
10
+ 320,
11
+ 640,
12
+ 1280,
13
+ 1280
14
+ ],
15
+ "class_embed_type": null,
16
+ "conditioning_channels": 3,
17
+ "conditioning_embedding_out_channels": [
18
+ 16,
19
+ 32,
20
+ 96,
21
+ 256
22
+ ],
23
+ "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
+ "down_block_types": [
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "DownBlock2D"
30
+ ],
31
+ "downsample_padding": 1,
32
+ "encoder_hid_dim": null,
33
+ "encoder_hid_dim_type": null,
34
+ "flip_sin_to_cos": true,
35
+ "freq_shift": 0,
36
+ "global_pool_conditions": false,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_scale_factor": 1,
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
+ "num_class_embeds": null,
44
+ "only_cross_attention": false,
45
+ "projection_class_embeddings_input_dim": null,
46
+ "resnet_time_scale_shift": "default",
47
+ "transformer_layers_per_block": 1,
48
+ "upcast_attention": false,
49
+ "use_linear_projection": false
50
+ }
checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3661ca1dfd231c21e45e9358939dcddf8241b14252429bc38d0c89fcb0e6ba66
3
+ size 1445157120
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53deae49caa608e15844c264f3476b2809c54920e3189f928252b905e298864a
3
+ size 2890518041
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e16427d1feb693ba8065eab09f7e4a76bb9d7d6d016fe0eb3a450ed75018ef
3
+ size 14727
checkpoint-3500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4cfe72973031c5a482f6e9ed0cb664a6aa7f63116e294e2b1f72d360d9b033c
3
+ size 557
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09da3ed3cfc203eeab60f7170e8111657a9a612efe0329c8cd7e59b83ac31974
3
+ size 563
checkpoint-500/controlnet/config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
checkpoint-500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54f9075e07c533034db7b8e4c612cf358bc48e6347a6cfe6086bf2cac4913da8
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9058a0cdd3743c6a2d792d4479a38781f20e72126cadd863d8eae52ff06aad77
3
+ size 1445157120
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aed508bbb877cd3d6dddb706b1b17cc6e6f4e5c6095d3305b7f3ae4b27c7a70c
3
- size 2914111182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5405175d6eaa61753716867d6806d9e23fe3f1ce0a37689d6752629de818d2
3
+ size 2890518041
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:646fa3ccb3191bcf70e6af7ed4e61bc4c8602ac33a12971f12e0b3107f55a11b
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579854bcd78cd218fa9f4c4f4b4e207a25dcd9677cf54e152a46161dedd5c4ab
3
+ size 14727
checkpoint-500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
3
- size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
+ size 557
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68d7b85c46d195e3cd6e587d94878d77f315e0a073acfab811251f39fbe891fc
3
- size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35010d9542617810074729bcc7b5db2e909cef2e5bbbb703027d18eba9b659cc
3
+ size 563
config.json CHANGED
@@ -5,12 +5,7 @@
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,
@@ -26,7 +21,7 @@
26
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
- "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
@@ -51,5 +46,5 @@
51
  "resnet_time_scale_shift": "default",
52
  "transformer_layers_per_block": 1,
53
  "upcast_attention": false,
54
- "use_linear_projection": true
55
  }
 
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
 
 
 
 
 
9
  "block_out_channels": [
10
  320,
11
  640,
 
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
 
46
  "resnet_time_scale_shift": "default",
47
  "transformer_layers_per_block": 1,
48
  "upcast_attention": false,
49
+ "use_linear_projection": false
50
  }
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04067f59853902846d80ba31df9625c2da415eeec39fce336c2e487e6b2f8737
3
- size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1554f255e97bd213ed285c6a8a2a65c341e45e4969afd6f7cc5434b2c672db5
3
+ size 1445157120
images_0.png CHANGED

Git LFS Details

  • SHA256: bf39c6a802992e3e41d7618c4bc25631356f5ff9c1bbf51de9146ccda378a11d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images_1.png CHANGED

Git LFS Details

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

Git LFS Details

  • SHA256: 002c84e5de8b1df8b6ad775e9bfd33bfb0dcc133e53e2c9579cb10c7083ec195
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB