neatbullshit
commited on
Commit
•
3034456
1
Parent(s):
0c2a87c
End of training
Browse files- 10000/config.json +33 -0
- 10000/diffusion_flax_model.msgpack +3 -0
- 15000/config.json +33 -0
- 15000/diffusion_flax_model.msgpack +3 -0
- 20000/config.json +33 -0
- 20000/diffusion_flax_model.msgpack +3 -0
- 25000/config.json +33 -0
- 25000/diffusion_flax_model.msgpack +3 -0
- 30000/config.json +33 -0
- 30000/diffusion_flax_model.msgpack +3 -0
- 35000/config.json +33 -0
- 35000/diffusion_flax_model.msgpack +3 -0
- 40000/config.json +33 -0
- 40000/diffusion_flax_model.msgpack +3 -0
- 45000/config.json +33 -0
- 45000/diffusion_flax_model.msgpack +3 -0
- 5000/config.json +33 -0
- 5000/diffusion_flax_model.msgpack +3 -0
- 50000/config.json +33 -0
- 50000/diffusion_flax_model.msgpack +3 -0
- 55000/config.json +33 -0
- 55000/diffusion_flax_model.msgpack +3 -0
- 60000/config.json +33 -0
- 60000/diffusion_flax_model.msgpack +3 -0
- 65000/config.json +33 -0
- 65000/diffusion_flax_model.msgpack +3 -0
- README.md +23 -0
- config.json +33 -0
- diffusion_flax_model.msgpack +3 -0
- image_control.png +0 -0
- images_0.png +0 -0
- images_1.png +0 -0
10000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
10000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e645fd0c68fac2d86c10f639bca6a032b530e03428bef5500ee02efe029d741
|
3 |
+
size 1445128798
|
15000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
15000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53632a1d86a2099e66d2268593a7fc20733f9c5f75d7095a63a28318cd512863
|
3 |
+
size 1445128798
|
20000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
20000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a77acb9e4ac1f719cc4836e49e206671652d754cf0af82aac7fc5b17e27c6e25
|
3 |
+
size 1445128798
|
25000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
25000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b52c96762ffe085babeb6655079bc8f019d5d4c0ff25f116ac5abadddc5f08db
|
3 |
+
size 1445128798
|
30000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
30000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:135afbf15c27ccfa674d292efd8244f7ba881e7752372764619443fad19a9705
|
3 |
+
size 1445128798
|
35000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
35000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f7593e3a2815589064d32dd28ede7684d6e5a6eb0476ed2ff1f41edc59467a4
|
3 |
+
size 1445128798
|
40000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
40000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba6b5d2ac1cb5ebb77253d6c91768b277aeef71a34951a16eb208d6920673bc5
|
3 |
+
size 1445128798
|
45000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
45000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:706a56ea64adaaf1eec79415de31052ae478158d7734b474cf1f3ea5a6177122
|
3 |
+
size 1445128798
|
5000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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:493397f9a645e30bf43dc3165be3c3166af5ac743cb14e0a36e176b66c7686a5
|
3 |
+
size 1445128798
|
50000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
50000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5fe8f4459797d15f536aeba965301e9127c98be079e155b6f72cce4d8ce65cf
|
3 |
+
size 1445128798
|
55000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
55000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31f35a170732066d613a3a0af5ad66161c0b7ecbcbc57a1a61009a96fe4e664
|
3 |
+
size 1445128798
|
60000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
60000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b541eede24b0524a2d2f4d6c6f78f3923ce5531c174fc9f3bb0f00a0f973094d
|
3 |
+
size 1445128798
|
65000/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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 |
+
}
|
65000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f755d684529370f2ccb15aabf51433ab8395911a80a807a9132b8892fdaf45c
|
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- neatbullshit/controlnet-fill-circle
|
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: red circle with blue background
|
20 |
+
![images_0)](./images_0.png)
|
21 |
+
prompt: cyan circle with brown floral background
|
22 |
+
![images_1)](./images_1.png)
|
23 |
+
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.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:2d089655943277173b806205c9f540374ffd159837cdf660b42ebb86351a1dd7
|
3 |
+
size 1445128798
|
image_control.png
ADDED
images_0.png
ADDED
images_1.png
ADDED