shichen1231
commited on
Commit
•
e987e00
1
Parent(s):
f0c4918
End of training
Browse files- .gitattributes +8 -0
- 1000/config.json +33 -0
- 1000/diffusion_flax_model.msgpack +3 -0
- 1500/config.json +33 -0
- 1500/diffusion_flax_model.msgpack +3 -0
- 2000/config.json +33 -0
- 2000/diffusion_flax_model.msgpack +3 -0
- 2500/config.json +33 -0
- 2500/diffusion_flax_model.msgpack +3 -0
- 3000/config.json +33 -0
- 3000/diffusion_flax_model.msgpack +3 -0
- 3500/config.json +33 -0
- 3500/diffusion_flax_model.msgpack +3 -0
- 500/config.json +33 -0
- 500/diffusion_flax_model.msgpack +3 -0
- README.md +35 -0
- config.json +33 -0
- diffusion_flax_model.msgpack +3 -0
- image_control.png +0 -0
- images_0.png +3 -0
- images_1.png +3 -0
- images_2.png +3 -0
- images_3.png +3 -0
- images_4.png +3 -0
- images_5.png +3 -0
- images_6.png +3 -0
- images_7.png +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,11 @@ 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
|
37 |
+
images_2.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images_3.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images_4.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
images_5.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images_6.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
images_7.png filter=lfs diff=lfs merge=lfs -text
|
1000/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 |
+
}
|
1000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a70f1c6d6a38dee89ea0e505cd182391a1ffc7e760e18a44b79682cdb4d35f97
|
3 |
+
size 1445128798
|
1500/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 |
+
}
|
1500/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbe1851395537cc7d638bbd588d0e69449d1e4d1f1890b54b861990d31bc013b
|
3 |
+
size 1445128798
|
2000/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 |
+
}
|
2000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de218b76f4780a6d911aef6412e8dd4fcf88f3481469bcfbcfb06a9ccc6d6307
|
3 |
+
size 1445128798
|
2500/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 |
+
}
|
2500/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8e38b97f7f49de942764ea6f1d9c4607c946e7bf5ffd98b745d82c98aefc0f
|
3 |
+
size 1445128798
|
3000/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 |
+
}
|
3000/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe069489d1c8f4fe4789ed597f936f0df808f870c3fe413d3f16774d2886f422
|
3 |
+
size 1445128798
|
3500/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 |
+
}
|
3500/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b751dc82019397f62d76ed3501b75423e28cd9fbcc9cb8ee802d54b5e4b7c36
|
3 |
+
size 1445128798
|
500/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 |
+
}
|
500/diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8f98d62fab577bef12d0f5d031a33e426f4b9a444dacf5328ab982f7d7dc49f
|
3 |
+
size 1445128798
|
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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- ioclab/control_v1u_sd15_illumination
|
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 woman sitting at a piano in a dark room with a window behind her and a window behind her, Atey Ghailan, anime art, a painting, neo-romanticism
|
20 |
+
![images_0)](./images_0.png)
|
21 |
+
prompt: a woman with horns and a demon face on her head, with her hands on her face, in front of a demon like background, Ayami Kojima, anime art, a manga drawing, space art
|
22 |
+
![images_1)](./images_1.png)
|
23 |
+
prompt: A girl with her head down, Sailor Moon
|
24 |
+
![images_2)](./images_2.png)
|
25 |
+
prompt: (masterpiece, best quality: 1.4), 1girl,detailed background, white crystal, crysal cluster,long hair,jewelry, earrings, necklace, crown, bride, white hair, halo,
|
26 |
+
![images_3)](./images_3.png)
|
27 |
+
prompt: (masterpiece, best quality: 1.4), 1girl,detailed background, white crystal, crysal cluster,long hair,jewelry, earrings, necklace, crown, bride, white hair, halo,
|
28 |
+
![images_4)](./images_4.png)
|
29 |
+
prompt: (masterpiece, best quality: 1.4), 1girl,detailed background, white crystal, crysal cluster,long hair,jewelry, earrings, necklace, crown, bride, white hair, halo,
|
30 |
+
![images_5)](./images_5.png)
|
31 |
+
prompt: (masterpiece, best quality: 1.4), 1girl,detailed background, white crystal, crysal cluster,long hair,jewelry, earrings, necklace, crown, bride, white hair, halo,
|
32 |
+
![images_6)](./images_6.png)
|
33 |
+
prompt: (masterpiece, best quality: 1.4), 1girl,detailed background, white crystal, crysal cluster,long hair,jewelry, earrings, necklace, crown, bride, white hair, halo,
|
34 |
+
![images_7)](./images_7.png)
|
35 |
+
|
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:d8b575152d6363421e2097fe59ec6ee0ce868a25d4d925b30bb6a32438ef012d
|
3 |
+
size 1445128798
|
image_control.png
ADDED
images_0.png
ADDED
Git LFS Details
|
images_1.png
ADDED
Git LFS Details
|
images_2.png
ADDED
Git LFS Details
|
images_3.png
ADDED
Git LFS Details
|
images_4.png
ADDED
Git LFS Details
|
images_5.png
ADDED
Git LFS Details
|
images_6.png
ADDED
Git LFS Details
|
images_7.png
ADDED
Git LFS Details
|