bestpedro commited on
Commit
3d5329e
1 Parent(s): f87b3ea

End of training

Browse files
README.md CHANGED
@@ -15,6 +15,6 @@ inference: true
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: object in a uniform green ground, shadow, 4k, realistic
19
  ![images_0)](./images_0.png)
20
 
 
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: an object sitting in some rocks, bright red color on rock, cave
19
  ![images_0)](./images_0.png)
20
 
checkpoint-200/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "_name_or_path": "thibaud/controlnet-sd21-canny-diffusers",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20,
13
+ 20
14
+ ],
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280,
19
+ 1280
20
+ ],
21
+ "class_embed_type": null,
22
+ "conditioning_channels": 3,
23
+ "conditioning_embedding_out_channels": [
24
+ 16,
25
+ 32,
26
+ 96,
27
+ 256
28
+ ],
29
+ "controlnet_conditioning_channel_order": "rgb",
30
+ "cross_attention_dim": 1024,
31
+ "down_block_types": [
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "CrossAttnDownBlock2D",
35
+ "DownBlock2D"
36
+ ],
37
+ "downsample_padding": 1,
38
+ "encoder_hid_dim": null,
39
+ "encoder_hid_dim_type": null,
40
+ "flip_sin_to_cos": true,
41
+ "freq_shift": 0,
42
+ "global_pool_conditions": false,
43
+ "in_channels": 4,
44
+ "layers_per_block": 2,
45
+ "mid_block_scale_factor": 1,
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": true,
55
+ "use_linear_projection": true
56
+ }
checkpoint-200/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338b37ddd03685795913a0093004321cb27610cb807951afd2f191ec0da5b315
3
+ size 1456953560
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcd5b41cf3664c4ec008f43403cab7ecb792a68cfeff8fcf07596573c1ad915
3
+ size 731162821
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f1675e3f6c6e0985976d34f11f6610d6f69becf9a27003747500de9f2f434f
3
+ size 14663
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abaa79ad26c7b635c8a2bfd1bcbbb297a26f71a50156c413602afab6138b4b2
3
+ size 563
checkpoint-400/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "_name_or_path": "thibaud/controlnet-sd21-canny-diffusers",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20,
13
+ 20
14
+ ],
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280,
19
+ 1280
20
+ ],
21
+ "class_embed_type": null,
22
+ "conditioning_channels": 3,
23
+ "conditioning_embedding_out_channels": [
24
+ 16,
25
+ 32,
26
+ 96,
27
+ 256
28
+ ],
29
+ "controlnet_conditioning_channel_order": "rgb",
30
+ "cross_attention_dim": 1024,
31
+ "down_block_types": [
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "CrossAttnDownBlock2D",
35
+ "DownBlock2D"
36
+ ],
37
+ "downsample_padding": 1,
38
+ "encoder_hid_dim": null,
39
+ "encoder_hid_dim_type": null,
40
+ "flip_sin_to_cos": true,
41
+ "freq_shift": 0,
42
+ "global_pool_conditions": false,
43
+ "in_channels": 4,
44
+ "layers_per_block": 2,
45
+ "mid_block_scale_factor": 1,
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": true,
55
+ "use_linear_projection": true
56
+ }
checkpoint-400/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fabcab07c8e1b0e870fcaba1e02e7c1bfce94a36a15ae87ef93bb10733e9ae8
3
+ size 1456953560
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01dfc0a5eda4c50c9275f14584e22cb6365e8d74ac0a74a048508f08fb8b0a4f
3
+ size 731163141
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6320444c23c7075ce78179d9df01348659fcaad5584ebbf009433b6709fc951
3
+ size 14663
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9e475b546ceb1b964c765c9e67878202d0658760da5e6dde144c1781fd6aa7
3
+ size 563
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.19.0.dev0",
 
4
  "act_fn": "silu",
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
@@ -50,6 +51,6 @@
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
  }
 
1
  {
2
  "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "_name_or_path": "thibaud/controlnet-sd21-canny-diffusers",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
51
  "projection_class_embeddings_input_dim": null,
52
  "resnet_time_scale_shift": "default",
53
  "transformer_layers_per_block": 1,
54
+ "upcast_attention": true,
55
  "use_linear_projection": true
56
  }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cf787ac7bd60a4973a88247e2cf6e69d081061c26515549c075430495e3293
3
+ size 1456953560
image_control.png CHANGED
images_0.png CHANGED

Git LFS Details

  • SHA256: 2c1993391f0560b55f06df3935711893f45a8df55d33736b718d7b9287c37ea3
  • Pointer size: 132 Bytes
  • Size of remote file: 2.35 MB

Git LFS Details

  • SHA256: 41de793a768646c577da0afe9f073786d89e06a1bc1af7c42d21cd3039c918dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB