jackjcoop commited on
Commit
83f3b21
·
verified ·
1 Parent(s): 5a0d5ff

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,25 @@ 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_0.png filter=lfs diff=lfs merge=lfs -text
37
+ images_1.png filter=lfs diff=lfs merge=lfs -text
38
+ images_10.png filter=lfs diff=lfs merge=lfs -text
39
+ images_11.png filter=lfs diff=lfs merge=lfs -text
40
+ images_12.png filter=lfs diff=lfs merge=lfs -text
41
+ images_13.png filter=lfs diff=lfs merge=lfs -text
42
+ images_14.png filter=lfs diff=lfs merge=lfs -text
43
+ images_15.png filter=lfs diff=lfs merge=lfs -text
44
+ images_16.png filter=lfs diff=lfs merge=lfs -text
45
+ images_17.png filter=lfs diff=lfs merge=lfs -text
46
+ images_18.png filter=lfs diff=lfs merge=lfs -text
47
+ images_19.png filter=lfs diff=lfs merge=lfs -text
48
+ images_2.png filter=lfs diff=lfs merge=lfs -text
49
+ images_20.png filter=lfs diff=lfs merge=lfs -text
50
+ images_21.png filter=lfs diff=lfs merge=lfs -text
51
+ images_3.png filter=lfs diff=lfs merge=lfs -text
52
+ images_4.png filter=lfs diff=lfs merge=lfs -text
53
+ images_5.png filter=lfs diff=lfs merge=lfs -text
54
+ images_6.png filter=lfs diff=lfs merge=lfs -text
55
+ images_7.png filter=lfs diff=lfs merge=lfs -text
56
+ images_8.png filter=lfs diff=lfs merge=lfs -text
57
+ images_9.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-2-1-base
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ inference: true
6
+ tags:
7
+ - stable-diffusion
8
+ - stable-diffusion-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - controlnet
12
+ - diffusers-training
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # controlnet-jackjcoop/first_pet_test
20
+
21
+ These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
22
+ You can find some example images below.
23
+
24
+ prompt: image
25
+ ![images_0)](./images_0.png)
26
+ prompt: image
27
+ ![images_1)](./images_1.png)
28
+ prompt: image
29
+ ![images_2)](./images_2.png)
30
+ prompt: image
31
+ ![images_3)](./images_3.png)
32
+ prompt: image
33
+ ![images_4)](./images_4.png)
34
+ prompt: image
35
+ ![images_5)](./images_5.png)
36
+ prompt: image
37
+ ![images_6)](./images_6.png)
38
+ prompt: image
39
+ ![images_7)](./images_7.png)
40
+ prompt: image
41
+ ![images_8)](./images_8.png)
42
+ prompt: image
43
+ ![images_9)](./images_9.png)
44
+ prompt: image
45
+ ![images_10)](./images_10.png)
46
+ prompt: image
47
+ ![images_11)](./images_11.png)
48
+ prompt: image
49
+ ![images_12)](./images_12.png)
50
+ prompt: image
51
+ ![images_13)](./images_13.png)
52
+ prompt: image
53
+ ![images_14)](./images_14.png)
54
+ prompt: image
55
+ ![images_15)](./images_15.png)
56
+ prompt: image
57
+ ![images_16)](./images_16.png)
58
+ prompt: image
59
+ ![images_17)](./images_17.png)
60
+ prompt: image
61
+ ![images_18)](./images_18.png)
62
+ prompt: image
63
+ ![images_19)](./images_19.png)
64
+ prompt: image
65
+ ![images_20)](./images_20.png)
66
+ prompt: image
67
+ ![images_21)](./images_21.png)
68
+
69
+
70
+
71
+ ## Intended uses & limitations
72
+
73
+ #### How to use
74
+
75
+ ```python
76
+ # TODO: add an example code snippet for running this diffusion pipeline
77
+ ```
78
+
79
+ #### Limitations and bias
80
+
81
+ [TODO: provide examples of latent issues and potential remediations]
82
+
83
+ ## Training details
84
+
85
+ [TODO: describe the data used to train the model]
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.35.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
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32cf33e79a0c83dd5e0b214993b1ee20fe44e436920b5fc13d36f6ff64eb2e7c
3
+ size 1456953560
image_control.png ADDED
images_0.png ADDED

Git LFS Details

  • SHA256: 2b8ea51d40f9d4dd2ea11308254e62b49aaff25be1e7077222f40624832377b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images_1.png ADDED

Git LFS Details

  • SHA256: cde0eb550e195f9db00db2e9ad33337f2cceda5946fe7fb9bb19409f574cb361
  • Pointer size: 131 Bytes
  • Size of remote file: 951 kB
images_10.png ADDED

Git LFS Details

  • SHA256: e47f31f288ad99e9e6ad53c9294cb23500345281bf1962bca7e4689bc3d12d51
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images_11.png ADDED

Git LFS Details

  • SHA256: a2da6d6487ccee08bd7f2ea30fe65248eea2534a97115239ddc158858b0acee6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
images_12.png ADDED

Git LFS Details

  • SHA256: f923f5a70889008de81747001402d65f841b1c06ead8371f71a67bf6083b7a03
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images_13.png ADDED

Git LFS Details

  • SHA256: d4b37f819bd079c46701d78138f9540e696cf3f558b7b98e508f4a4901509607
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images_14.png ADDED

Git LFS Details

  • SHA256: 96a6347d1ac4f5268a2d734de45e19e16b0300358c76a4bc04137b3c91998bf3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
images_15.png ADDED

Git LFS Details

  • SHA256: fc8806dd63662306308e529bdec997f9a883da2603209b599243c9260bdc7ccb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images_16.png ADDED

Git LFS Details

  • SHA256: bba0b5e21a5cddf70a2c8647933409c6e3a35fd2ea329d03d0d8b98c9b031e3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images_17.png ADDED

Git LFS Details

  • SHA256: 922d7ef8016eba2cf74b0ded2c8b0f6665144e07c77e04f6bcd15ba9262fa81a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.03 MB
images_18.png ADDED

Git LFS Details

  • SHA256: aa06f6a16d2ccdfab9a2276d842ee7331e699868c3f3aa9d80d542ae9114d7bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images_19.png ADDED

Git LFS Details

  • SHA256: f1ea2c4ea1364a7e07edb5ecf4a943de22cf04abd68860579d93a54ad6671829
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
images_2.png ADDED

Git LFS Details

  • SHA256: 841e08ad0aefc3a339d50f8364fac3c7e8f7f3021fde5da293f2f41f699fadc8
  • Pointer size: 131 Bytes
  • Size of remote file: 948 kB
images_20.png ADDED

Git LFS Details

  • SHA256: 518c374121073bd3f0f796c5fd35f347dfbcafe796295248daebe5b95808aaa6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
images_21.png ADDED

Git LFS Details

  • SHA256: 55c4671f77f33ca1aed49bd9ce929471dca962a47f990577b3d8cb2bc402e3f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
images_3.png ADDED

Git LFS Details

  • SHA256: 297756775bacccfb81e66eabffdeb76ca14fc504bc76f077d588c7ce0af352ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images_4.png ADDED

Git LFS Details

  • SHA256: cbc9f13099a9a5f3c034150e874635ab2a0fc7417c4e14e9f16daea4b8fd5258
  • Pointer size: 131 Bytes
  • Size of remote file: 970 kB
images_5.png ADDED

Git LFS Details

  • SHA256: b0fbf97dc804b08c98c9585ae2d9200a793549c3eb016293fbb31e6b15fee38c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
images_6.png ADDED

Git LFS Details

  • SHA256: 725d99654ae85049e27bc03bca00a1141bc076137119d0fa80633510718d3735
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images_7.png ADDED

Git LFS Details

  • SHA256: 376a22e4f8c53302d01e1dd0078df0afcd3576f0868a389134c20569edad37e4
  • Pointer size: 131 Bytes
  • Size of remote file: 982 kB
images_8.png ADDED

Git LFS Details

  • SHA256: 3a9fda8e9efecaa8c751142ba3e508eef0878f588b6dad6453214b750b9ec33d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
images_9.png ADDED

Git LFS Details

  • SHA256: fa0beb427381ef07f86816252964bd907af3ae2942785aecb4ade3294206d2d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB