ntaurozzi commited on
Commit
fe1dc74
·
verified ·
1 Parent(s): 2ec7b7a

End of training

Browse files
checkpoint-10000/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.35.1",
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
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
46
+ "norm_eps": 1e-05,
47
+ "norm_num_groups": 32,
48
+ "num_attention_heads": null,
49
+ "num_class_embeds": null,
50
+ "only_cross_attention": false,
51
+ "projection_class_embeddings_input_dim": null,
52
+ "resnet_time_scale_shift": "default",
53
+ "transformer_layers_per_block": 1,
54
+ "upcast_attention": false,
55
+ "use_linear_projection": true
56
+ }
checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd87c13d1694261eb7c3ea7e86bfbfbc7873e4744adcadf7750cf8ae2a0436a3
3
+ size 1456953560
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b33e7e55ec8ad4c38f3cfbadf27c09e5aa51f676b46b0cf071d5d2c2161327e3
3
+ size 2914111182
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d934910399e412fc6e7c3e3b55b30d3826145c6b6881134f67a795950daf9936
3
+ size 14408
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49367aa0f19981d0484e3ef5c1b009e6bdd8e5c0d8ef08f2f8d235b9f843816
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31ad9a5150e341b638f838a47b3cb3db0d48efa493bcc8d1f8bf787b2c8cee3
3
+ size 1000
checkpoint-2500/controlnet/config.json CHANGED
@@ -5,7 +5,12 @@
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,7 +26,7 @@
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
- "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
@@ -47,5 +52,5 @@
47
  "resnet_time_scale_shift": "default",
48
  "transformer_layers_per_block": 1,
49
  "upcast_attention": false,
50
- "use_linear_projection": false
51
  }
 
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
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
 
52
  "resnet_time_scale_shift": "default",
53
  "transformer_layers_per_block": 1,
54
  "upcast_attention": false,
55
+ "use_linear_projection": true
56
  }
checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:438e51debc62ade201ecfe04a8999fe56ef5d8b0ecb8b1f86f24cd4a9c8cbe88
3
- size 1445157120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef483f04e96d166dafcd4004489999da733a465e5dd370fda8ba40cf269a1fa
3
+ size 1456953560
checkpoint-2500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18f8a3cde655593122cf44140da1d56df61e516f458cdbe4474905e0b8c9d3fe
3
- size 2890518478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b65978b77869450378d3c4980a4fde65e0405e81747d64018edec6edf4740c
3
+ size 2914111182
checkpoint-2500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8666f3f87126b3996ffcf08b06a272fe69c36fe35f031d60fae21fb213bba96b
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f7f261031638a7d23577f6c9bf648e8b43b97523a97f5d74e71a58120ab9072
3
+ size 14344
checkpoint-5000/controlnet/config.json CHANGED
@@ -5,7 +5,12 @@
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,7 +26,7 @@
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
- "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
@@ -47,5 +52,5 @@
47
  "resnet_time_scale_shift": "default",
48
  "transformer_layers_per_block": 1,
49
  "upcast_attention": false,
50
- "use_linear_projection": false
51
  }
 
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
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
 
52
  "resnet_time_scale_shift": "default",
53
  "transformer_layers_per_block": 1,
54
  "upcast_attention": false,
55
+ "use_linear_projection": true
56
  }
checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec94aa0cf7d824a152e2b0bbef27867574cb7cd2bbb9f7604a45585a021ff87e
3
- size 1445157120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68232f1e4f74c7b390a48c2a1af27eeaddb8bdefff8cedda2aea338aa6c0df4e
3
+ size 1456953560
checkpoint-5000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa7c1a8df145c411c2f1e0dfd3d3d3dfaf78452275a310d57337c844a570d4be
3
- size 2890518478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbed1ef7df2d46cf2c1bc5c26a8d380806fca0c77925ef0adc3a422a358d4c7d
3
+ size 2914111182
checkpoint-5000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eee08e9a35a2727cbd84af2c1005320aba0683dc5eeedcdeadea29d408b6ff89
3
  size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ec01ab225cc770ba5dde2c4e52ae7f901f99fb78d1a3c34d7b3f64bacc47a0
3
  size 14408
checkpoint-7500/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.35.1",
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
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
46
+ "norm_eps": 1e-05,
47
+ "norm_num_groups": 32,
48
+ "num_attention_heads": null,
49
+ "num_class_embeds": null,
50
+ "only_cross_attention": false,
51
+ "projection_class_embeddings_input_dim": null,
52
+ "resnet_time_scale_shift": "default",
53
+ "transformer_layers_per_block": 1,
54
+ "upcast_attention": false,
55
+ "use_linear_projection": true
56
+ }
checkpoint-7500/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797339b43c6451b04f7280dce64cd4bf9e290bf5094c2de3a3c424fcadc58ba5
3
+ size 1456953560
checkpoint-7500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a92db672d26b4f66962a439b0fafd568879c8a62ac52153ac2dca792a732752
3
+ size 2914111182
checkpoint-7500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ce0285d5f337b8fc5272a4dc3d48b902c086db1e8ea00909ab966651c4e73d
3
+ size 14344
checkpoint-7500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74619b44a91be55cfad18cd64253abbff929e15e9d1131493111f152cb65508c
3
+ size 988
checkpoint-7500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469f3dfa691dc745bdbbdb71d7ef377ea939b36486945c0afc136fdf39db6a09
3
+ size 1000
config.json CHANGED
@@ -5,7 +5,12 @@
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,7 +26,7 @@
21
  256
22
  ],
23
  "controlnet_conditioning_channel_order": "rgb",
24
- "cross_attention_dim": 768,
25
  "down_block_types": [
26
  "CrossAttnDownBlock2D",
27
  "CrossAttnDownBlock2D",
@@ -47,5 +52,5 @@
47
  "resnet_time_scale_shift": "default",
48
  "transformer_layers_per_block": 1,
49
  "upcast_attention": false,
50
- "use_linear_projection": false
51
  }
 
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
  256
27
  ],
28
  "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
  "down_block_types": [
31
  "CrossAttnDownBlock2D",
32
  "CrossAttnDownBlock2D",
 
52
  "resnet_time_scale_shift": "default",
53
  "transformer_layers_per_block": 1,
54
  "upcast_attention": false,
55
+ "use_linear_projection": true
56
  }
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1ebeb4e9977371d253967ffa5723e233a249094e029265e38f10c726f6c0783
3
- size 1445157120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc791be9da51d86ab4558b0875cada8418ce0b7bdc353af0373ce58dcdba21c4
3
+ size 1456953560
images_0.png CHANGED

Git LFS Details

  • SHA256: 92f50fc54ca124cac0065145d6872c3e276dff246fe7313ddd963652517fc90b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB

Git LFS Details

  • SHA256: aefc0e7a755991fabf3e7b952b39fbd4c28e3cae8cc7fc14199d211332902693
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB