Amitz244 commited on
Commit
74af997
·
verified ·
1 Parent(s): 10f6d55

End of training

Browse files
Files changed (43) hide show
  1. checkpoint-downsampled_edges_control_vgg-10360/controlnet/config.json +56 -0
  2. checkpoint-downsampled_edges_control_vgg-10360/controlnet/diffusion_pytorch_model.safetensors +3 -0
  3. checkpoint-downsampled_edges_control_vgg-10360/optimizer.bin +3 -0
  4. checkpoint-downsampled_edges_control_vgg-10360/random_states_0.pkl +3 -0
  5. checkpoint-downsampled_edges_control_vgg-10360/scaler.pt +3 -0
  6. checkpoint-downsampled_edges_control_vgg-10360/scheduler.bin +3 -0
  7. checkpoint-downsampled_edges_control_vgg-12432/controlnet/config.json +56 -0
  8. checkpoint-downsampled_edges_control_vgg-12432/controlnet/diffusion_pytorch_model.safetensors +3 -0
  9. checkpoint-downsampled_edges_control_vgg-12432/optimizer.bin +3 -0
  10. checkpoint-downsampled_edges_control_vgg-12432/random_states_0.pkl +3 -0
  11. checkpoint-downsampled_edges_control_vgg-12432/scaler.pt +3 -0
  12. checkpoint-downsampled_edges_control_vgg-12432/scheduler.bin +3 -0
  13. checkpoint-downsampled_edges_control_vgg-2072/controlnet/config.json +56 -0
  14. checkpoint-downsampled_edges_control_vgg-2072/controlnet/diffusion_pytorch_model.safetensors +3 -0
  15. checkpoint-downsampled_edges_control_vgg-2072/optimizer.bin +3 -0
  16. checkpoint-downsampled_edges_control_vgg-2072/random_states_0.pkl +3 -0
  17. checkpoint-downsampled_edges_control_vgg-2072/scaler.pt +3 -0
  18. checkpoint-downsampled_edges_control_vgg-2072/scheduler.bin +3 -0
  19. checkpoint-downsampled_edges_control_vgg-4144/controlnet/config.json +56 -0
  20. checkpoint-downsampled_edges_control_vgg-4144/controlnet/diffusion_pytorch_model.safetensors +3 -0
  21. checkpoint-downsampled_edges_control_vgg-4144/optimizer.bin +3 -0
  22. checkpoint-downsampled_edges_control_vgg-4144/random_states_0.pkl +3 -0
  23. checkpoint-downsampled_edges_control_vgg-4144/scaler.pt +3 -0
  24. checkpoint-downsampled_edges_control_vgg-4144/scheduler.bin +3 -0
  25. checkpoint-downsampled_edges_control_vgg-6216/controlnet/config.json +56 -0
  26. checkpoint-downsampled_edges_control_vgg-6216/controlnet/diffusion_pytorch_model.safetensors +3 -0
  27. checkpoint-downsampled_edges_control_vgg-6216/optimizer.bin +3 -0
  28. checkpoint-downsampled_edges_control_vgg-6216/random_states_0.pkl +3 -0
  29. checkpoint-downsampled_edges_control_vgg-6216/scaler.pt +3 -0
  30. checkpoint-downsampled_edges_control_vgg-6216/scheduler.bin +3 -0
  31. checkpoint-downsampled_edges_control_vgg-8288/controlnet/config.json +56 -0
  32. checkpoint-downsampled_edges_control_vgg-8288/controlnet/diffusion_pytorch_model.safetensors +3 -0
  33. checkpoint-downsampled_edges_control_vgg-8288/optimizer.bin +3 -0
  34. checkpoint-downsampled_edges_control_vgg-8288/random_states_0.pkl +3 -0
  35. checkpoint-downsampled_edges_control_vgg-8288/scaler.pt +3 -0
  36. checkpoint-downsampled_edges_control_vgg-8288/scheduler.bin +3 -0
  37. diffusion_pytorch_model.safetensors +1 -1
  38. image_control.png +2 -2
  39. images_0.png +2 -2
  40. images_1.png +2 -2
  41. images_2.png +2 -2
  42. images_3.png +2 -2
  43. images_4.png +2 -2
checkpoint-downsampled_edges_control_vgg-10360/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-10360/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577cc62a386f300fd207efdc7a3c379cbe1fd092d8aa125cc78780a4767d800c
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-10360/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a540d30bf53b465dddd0961329e12c93137fed5b4e6fbea232e34849c3604cd
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-10360/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f5bbf4920301ba1f81c3d766ddaabb3065943c982752a4b8e6e35a2705ec82b
3
+ size 14344
checkpoint-downsampled_edges_control_vgg-10360/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3773287d9fcf328897ef980c39661889bbebea3f4fe85e16a0fe2a3bd04dfa19
3
+ size 988
checkpoint-downsampled_edges_control_vgg-10360/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6debe9a480eb3313ff62e5c1c32551163ac09b4f1da91c440cbd193314696c
3
+ size 1000
checkpoint-downsampled_edges_control_vgg-12432/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-12432/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b506791282fc6baeecc0336ba36d5fd4fc2b856baa537fcbd8dd41180dcfd7
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-12432/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9453ed5bdaf3afb765b0c336fabc5166a8257e0958194bbd471f87a2012b3f
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-12432/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d22e54ea0b41b0569e47b664bad914c10718e1c86730b8f12154c22a6b39bc
3
+ size 14344
checkpoint-downsampled_edges_control_vgg-12432/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c528c51f1e929a14ce059fc408e7e7c49c660ad323792a4fc6bf41de0c113f
3
+ size 988
checkpoint-downsampled_edges_control_vgg-12432/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20bddb1c54f7c1c8540fee10b71c2cbd2ee3a943b7c25215ac911729faa9616
3
+ size 1000
checkpoint-downsampled_edges_control_vgg-2072/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-2072/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d09ac430c596d431e5421ab694196bbc8a65a26e78beb43c39e2e4c895716d
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-2072/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ace37c3cdfe473368e4d50c864a4b95f74881261958708f64668375826113e
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-2072/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10fc0da2f13706a6f5a37de520d83f141fd6c78da6fcbdda5b3100ba999914a7
3
+ size 14408
checkpoint-downsampled_edges_control_vgg-2072/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f0d2b6bdfffc43eec111e578b6b2f09a13229e8d7d7d44af5c8d3709726691a
3
+ size 988
checkpoint-downsampled_edges_control_vgg-2072/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a54133d5741a6bc0c257a0e37edcb466d65e55ec8fa751742769f48a1a78605
3
+ size 1000
checkpoint-downsampled_edges_control_vgg-4144/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-4144/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9997ef3f8d39014e3f9622c0e49ef179c8df7dd1b4d97c62def00244c5e4d1d6
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-4144/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2a8caa8c2190aaaf862a1a501e7d2dc1888e04393fb299a8b54c97e3551bee
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-4144/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b87e45fc8a9625a4f15e1610d810d0ea127d1d38319cee5c2bd18a3e9860df
3
+ size 14408
checkpoint-downsampled_edges_control_vgg-4144/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94e5078b1e82c1200457e1eac97cbc88da8deb856053356bf11270d3b4ef85c
3
+ size 988
checkpoint-downsampled_edges_control_vgg-4144/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a678f252988df6ff432b51ece6f62d1595e5f093edb3dcbda6690adcedf910
3
+ size 1000
checkpoint-downsampled_edges_control_vgg-6216/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-6216/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e298e44c1584c8ebf98cf19362a0fd8553bb9b210844d42e7d575fe2f73d564f
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-6216/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4943bfc03619cd5deef97d776ba00df0fd699b27d8ccc4a745b8cf8ef5ebf36c
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-6216/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d6bb26d00e785a69b6415502019b41cd3aec35f8a812da70ae88cbad6760e5c
3
+ size 14408
checkpoint-downsampled_edges_control_vgg-6216/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa4e6e1fd533a919c432d351eb6ab7372184928ef4295bf1f1c6689dc90045b
3
+ size 988
checkpoint-downsampled_edges_control_vgg-6216/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022a4a9af12dab34df0cc618a91afbca7460f63ff24f21753fb37a1fa8d00a45
3
+ size 1000
checkpoint-downsampled_edges_control_vgg-8288/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.33.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
+ "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-downsampled_edges_control_vgg-8288/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dce1333253bd5247d07da08806598ed319c7b24fb69959746fe6c8c07962fdb7
3
+ size 1456953560
checkpoint-downsampled_edges_control_vgg-8288/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cea0b4da22b185393ab846a232a80929e293b6a2926b38656766b3cbc8acb2c
3
+ size 2914111182
checkpoint-downsampled_edges_control_vgg-8288/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003808f96ad25e11615225735af80e428f26cd582a25fbe144cedf4dbc2a328d
3
+ size 14344
checkpoint-downsampled_edges_control_vgg-8288/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560da6388f984b2777b6f909d626f62e0cc824710b7f900824608aded0c1e790
3
+ size 988
checkpoint-downsampled_edges_control_vgg-8288/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae48b7d09f81e407f55de6ee44ea66a781ecffe79ee123c2ac5bfc338f7eacb7
3
+ size 1000
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b643d517e8a71fbf3c7769f62de18300565f3cfd5a4a0558c941f4e1414e0f2
3
  size 1456953560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b506791282fc6baeecc0336ba36d5fd4fc2b856baa537fcbd8dd41180dcfd7
3
  size 1456953560
image_control.png CHANGED

Git LFS Details

  • SHA256: 36e7ea0ca41c2033a9d00ae2510054f630349e810dbd0ab3f9a5f6dcb6454e73
  • Pointer size: 130 Bytes
  • Size of remote file: 91.7 kB

Git LFS Details

  • SHA256: f6d030e7e8b4c205a3a9cfd0606db947fecaddf0317d570416d6c908da7085dc
  • Pointer size: 130 Bytes
  • Size of remote file: 58 kB
images_0.png CHANGED

Git LFS Details

  • SHA256: 8e5ac56dd8c1ee28a7a35f26d8400352a592cc6498fd9a156af0d9e9c8b8da18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB

Git LFS Details

  • SHA256: 10fd01138cd79e37f95099a004cb20940b91c0e7b621c81480da7ce92eec9b49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images_1.png CHANGED

Git LFS Details

  • SHA256: 175941fd9f1e35b35874d7d18bbd69807515ece47cb80a321f0590a73a722d22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB

Git LFS Details

  • SHA256: 378c7c13f2106618752fa4a81b416c7d032d65311c1483e52d0e3c3ca668dcee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images_2.png CHANGED

Git LFS Details

  • SHA256: bb25582bfbf26eb04b86cca651a4b8d3eeefaf640cf8c8aba01a79f222297bb3
  • Pointer size: 131 Bytes
  • Size of remote file: 883 kB

Git LFS Details

  • SHA256: 4f3bc2989f8cce9d30e59af8633d27214e95a8d2af68b3b1e454cb4a828a78a5
  • Pointer size: 131 Bytes
  • Size of remote file: 969 kB
images_3.png CHANGED

Git LFS Details

  • SHA256: 732b6d0f58e9d48cc6e2be824e45da16f7ef2a20e864f2f520011acee2afd114
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB

Git LFS Details

  • SHA256: 19e4454bab78a188d00042a8e06817cff2c962e9ad91505e0a67635b9fa44a04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images_4.png CHANGED

Git LFS Details

  • SHA256: 55883e8b66ab0b7f5c06a6e8d7309be4e8b079fff1ef68628c29874c6d09d83b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB

Git LFS Details

  • SHA256: bd23c27c868bcb3631ddadca1e4a2fe33beee75955cf494cea622b71c2e63994
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB