End of training
Browse files- .gitattributes +14 -0
- README.md +67 -0
- checkpoint-150000/controlnet/config.json +52 -0
- checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-150000/optimizer.bin +3 -0
- checkpoint-150000/random_states_0.pkl +3 -0
- checkpoint-150000/scheduler.bin +3 -0
- config.json +52 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_control.png +3 -0
- images_0.png +3 -0
- images_1.png +3 -0
- images_10.png +3 -0
- images_11.png +3 -0
- images_12.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
- images_8.png +3 -0
- images_9.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,17 @@ 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 |
+
image_control.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images_0.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images_1.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images_10.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
images_11.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images_12.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
images_2.png filter=lfs diff=lfs merge=lfs -text
|
43 |
+
images_3.png filter=lfs diff=lfs merge=lfs -text
|
44 |
+
images_4.png filter=lfs diff=lfs merge=lfs -text
|
45 |
+
images_5.png filter=lfs diff=lfs merge=lfs -text
|
46 |
+
images_6.png filter=lfs diff=lfs merge=lfs -text
|
47 |
+
images_7.png filter=lfs diff=lfs merge=lfs -text
|
48 |
+
images_8.png filter=lfs diff=lfs merge=lfs -text
|
49 |
+
images_9.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
|
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-maxpmx/output_multi_sd1
|
20 |
+
|
21 |
+
These are controlnet weights trained on stable-diffusion-v1-5/stable-diffusion-v1-5 with new type of conditioning.
|
22 |
+
You can find some example images below.
|
23 |
+
|
24 |
+
prompt: denoised image
|
25 |
+

|
26 |
+
prompt: denoised image
|
27 |
+

|
28 |
+
prompt: super-resolution ER image
|
29 |
+

|
30 |
+
prompt: super-resolution F-actin image
|
31 |
+

|
32 |
+
prompt: super-resolution Microtubules image
|
33 |
+

|
34 |
+
prompt: Generate the corresponding DAPI protein image
|
35 |
+

|
36 |
+
prompt: Generate the corresponding CD11B protein image
|
37 |
+

|
38 |
+
prompt: Generate the corresponding DAPI protein image
|
39 |
+

|
40 |
+
prompt: Generate the corresponding CD11B protein image
|
41 |
+

|
42 |
+
prompt: Generate the corresponding DAPI protein image
|
43 |
+

|
44 |
+
prompt: Generate the corresponding CD11B protein image
|
45 |
+

|
46 |
+
prompt: CD68 RNA expression
|
47 |
+

|
48 |
+
prompt: CXCR4 RNA expression
|
49 |
+

|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
## Intended uses & limitations
|
54 |
+
|
55 |
+
#### How to use
|
56 |
+
|
57 |
+
```python
|
58 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
59 |
+
```
|
60 |
+
|
61 |
+
#### Limitations and bias
|
62 |
+
|
63 |
+
[TODO: provide examples of latent issues and potential remediations]
|
64 |
+
|
65 |
+
## Training details
|
66 |
+
|
67 |
+
[TODO: describe the data used to train the model]
|
checkpoint-150000/controlnet/config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "output_multi_sd1/checkpoint-80000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": 8,
|
10 |
+
"block_out_channels": [
|
11 |
+
320,
|
12 |
+
640,
|
13 |
+
1280,
|
14 |
+
1280
|
15 |
+
],
|
16 |
+
"class_embed_type": null,
|
17 |
+
"conditioning_channels": 3,
|
18 |
+
"conditioning_embedding_out_channels": [
|
19 |
+
16,
|
20 |
+
32,
|
21 |
+
96,
|
22 |
+
256
|
23 |
+
],
|
24 |
+
"controlnet_conditioning_channel_order": "rgb",
|
25 |
+
"cross_attention_dim": 768,
|
26 |
+
"down_block_types": [
|
27 |
+
"CrossAttnDownBlock2D",
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"DownBlock2D"
|
31 |
+
],
|
32 |
+
"downsample_padding": 1,
|
33 |
+
"encoder_hid_dim": null,
|
34 |
+
"encoder_hid_dim_type": null,
|
35 |
+
"flip_sin_to_cos": true,
|
36 |
+
"freq_shift": 0,
|
37 |
+
"global_pool_conditions": false,
|
38 |
+
"in_channels": 4,
|
39 |
+
"layers_per_block": 2,
|
40 |
+
"mid_block_scale_factor": 1,
|
41 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
42 |
+
"norm_eps": 1e-05,
|
43 |
+
"norm_num_groups": 32,
|
44 |
+
"num_attention_heads": null,
|
45 |
+
"num_class_embeds": null,
|
46 |
+
"only_cross_attention": false,
|
47 |
+
"projection_class_embeddings_input_dim": null,
|
48 |
+
"resnet_time_scale_shift": "default",
|
49 |
+
"transformer_layers_per_block": 1,
|
50 |
+
"upcast_attention": false,
|
51 |
+
"use_linear_projection": false
|
52 |
+
}
|
checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c50d16edeaabfb990a5813c4b4fb07282c1b180e0f4a1fd9c3a80cf8d2d6075b
|
3 |
+
size 1445157120
|
checkpoint-150000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d0f125f3f38ae5b3a454becb5be3ae6678d85bb10f7f1cf01880e2d7eb539e8
|
3 |
+
size 2890523214
|
checkpoint-150000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e420bb3ac398ad9511070c78d03c01695fc2b1fadca4ffe468481e71222699c
|
3 |
+
size 14604
|
checkpoint-150000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:006732be6b9fb5f7e6c647ba9c1289c6455ca91710b6339dca4bba44fd7c864b
|
3 |
+
size 1000
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "output_multi_sd1/checkpoint-80000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": 8,
|
10 |
+
"block_out_channels": [
|
11 |
+
320,
|
12 |
+
640,
|
13 |
+
1280,
|
14 |
+
1280
|
15 |
+
],
|
16 |
+
"class_embed_type": null,
|
17 |
+
"conditioning_channels": 3,
|
18 |
+
"conditioning_embedding_out_channels": [
|
19 |
+
16,
|
20 |
+
32,
|
21 |
+
96,
|
22 |
+
256
|
23 |
+
],
|
24 |
+
"controlnet_conditioning_channel_order": "rgb",
|
25 |
+
"cross_attention_dim": 768,
|
26 |
+
"down_block_types": [
|
27 |
+
"CrossAttnDownBlock2D",
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"DownBlock2D"
|
31 |
+
],
|
32 |
+
"downsample_padding": 1,
|
33 |
+
"encoder_hid_dim": null,
|
34 |
+
"encoder_hid_dim_type": null,
|
35 |
+
"flip_sin_to_cos": true,
|
36 |
+
"freq_shift": 0,
|
37 |
+
"global_pool_conditions": false,
|
38 |
+
"in_channels": 4,
|
39 |
+
"layers_per_block": 2,
|
40 |
+
"mid_block_scale_factor": 1,
|
41 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
42 |
+
"norm_eps": 1e-05,
|
43 |
+
"norm_num_groups": 32,
|
44 |
+
"num_attention_heads": null,
|
45 |
+
"num_class_embeds": null,
|
46 |
+
"only_cross_attention": false,
|
47 |
+
"projection_class_embeddings_input_dim": null,
|
48 |
+
"resnet_time_scale_shift": "default",
|
49 |
+
"transformer_layers_per_block": 1,
|
50 |
+
"upcast_attention": false,
|
51 |
+
"use_linear_projection": false
|
52 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55f3e9a47b26cc461b66a7a40e9fa95c662f2222019a05a250de7a42eb92da97
|
3 |
+
size 1445157120
|
image_control.png
ADDED
![]() |
Git LFS Details
|
images_0.png
ADDED
![]() |
Git LFS Details
|
images_1.png
ADDED
![]() |
Git LFS Details
|
images_10.png
ADDED
![]() |
Git LFS Details
|
images_11.png
ADDED
![]() |
Git LFS Details
|
images_12.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
|
images_8.png
ADDED
![]() |
Git LFS Details
|
images_9.png
ADDED
![]() |
Git LFS Details
|