End of training
Browse files- .gitattributes +2 -0
- 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
- 5000/config.json +33 -0
- 5000/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 +3 -0
- images_1.png +3 -0
.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
|
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:969ecc627b3d1b958d12e53c73c9ecfc29e5153dce10606e0ff79e673fcf2848
|
| 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:1267885934e8b66c6cab1582edf7289f63e041958996d92573829d3ced9cc9cc
|
| 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:909711a71e3e0e95eea47c0c978939503e4a9a43108cf2d6c0331244a0a00b1b
|
| 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:96638c3f3b94775ef43e6af56619703a5f5c58e643e0bcfc9c59caabd945b0b0
|
| 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- mfidabel/controlnet-segment-anything
|
| 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: modern main room of a house
|
| 20 |
+

|
| 21 |
+
prompt: a street full of people waiting for a car to pass
|
| 22 |
+

|
| 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:6cbf91704d084ae6e6d043d9c952774129fa704b5f19dc671f0d2513e30cb07d
|
| 3 |
+
size 1445128798
|
image_control.png
ADDED
|
images_0.png
ADDED
|
Git LFS Details
|
images_1.png
ADDED
|
Git LFS Details
|