MakiPan commited on
Commit
560b21f
1 Parent(s): ec1e20d

End of training

Browse files
.gitattributes CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ images_0.png filter=lfs diff=lfs merge=lfs -text
36
+ images_1.png filter=lfs diff=lfs merge=lfs -text
5000/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlaxControlNetModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "attention_head_dim": 8,
5
+ "block_out_channels": [
6
+ 320,
7
+ 640,
8
+ 1280,
9
+ 1280
10
+ ],
11
+ "conditioning_embedding_out_channels": [
12
+ 16,
13
+ 32,
14
+ 96,
15
+ 256
16
+ ],
17
+ "controlnet_conditioning_channel_order": "rgb",
18
+ "cross_attention_dim": 768,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock2D",
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 4,
29
+ "layers_per_block": 2,
30
+ "only_cross_attention": false,
31
+ "sample_size": 32,
32
+ "use_linear_projection": false
33
+ }
5000/diffusion_flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3398e33b2f71abce044a4b1cf460788a056c44ffcb0f92ec8b099ff983367297
3
+ size 1445128798
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: runwayml/stable-diffusion-v1-5
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - controlnet
11
+ - jax-diffusers-event
12
+ inference: true
13
+ ---
14
+
15
+ # controlnet- MakiPan/controlnet-encoded-hands-20230504_125403
16
+
17
+ These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images in the following.
18
+
19
+ prompt: a man in a colorful shirt giving a peace sign in front of a rallying crowd
20
+ ![images_0)](./images_0.png)
21
+ prompt: a police officer signaling someone to stop in a park
22
+ ![images_1)](./images_1.png)
23
+
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlaxControlNetModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "attention_head_dim": 8,
5
+ "block_out_channels": [
6
+ 320,
7
+ 640,
8
+ 1280,
9
+ 1280
10
+ ],
11
+ "conditioning_embedding_out_channels": [
12
+ 16,
13
+ 32,
14
+ 96,
15
+ 256
16
+ ],
17
+ "controlnet_conditioning_channel_order": "rgb",
18
+ "cross_attention_dim": 768,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock2D",
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 4,
29
+ "layers_per_block": 2,
30
+ "only_cross_attention": false,
31
+ "sample_size": 32,
32
+ "use_linear_projection": false
33
+ }
diffusion_flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f88c6ec985784f03d44ba9b9d712eba441e7e1cc75dfc95b541cdea05173b7c
3
+ size 1445128798
image_control.png ADDED
images_0.png ADDED

Git LFS Details

  • SHA256: 5581ae87721503848582810c9fcd33d951ae854dbc87b6bcb33510a8f94f9541
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images_1.png ADDED

Git LFS Details

  • SHA256: ba74bdb84b6a9a8a047a9621c34521b5c413785a39923d668cd5c51f5153389e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB