maxpmx commited on
Commit
a47ade6
·
verified ·
1 Parent(s): a418b0f

End of training

Browse files
.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
+ ![images_0)](./images_0.png)
26
+ prompt: denoised image
27
+ ![images_1)](./images_1.png)
28
+ prompt: super-resolution ER image
29
+ ![images_2)](./images_2.png)
30
+ prompt: super-resolution F-actin image
31
+ ![images_3)](./images_3.png)
32
+ prompt: super-resolution Microtubules image
33
+ ![images_4)](./images_4.png)
34
+ prompt: Generate the corresponding DAPI protein image
35
+ ![images_5)](./images_5.png)
36
+ prompt: Generate the corresponding CD11B protein image
37
+ ![images_6)](./images_6.png)
38
+ prompt: Generate the corresponding DAPI protein image
39
+ ![images_7)](./images_7.png)
40
+ prompt: Generate the corresponding CD11B protein image
41
+ ![images_8)](./images_8.png)
42
+ prompt: Generate the corresponding DAPI protein image
43
+ ![images_9)](./images_9.png)
44
+ prompt: Generate the corresponding CD11B protein image
45
+ ![images_10)](./images_10.png)
46
+ prompt: CD68 RNA expression
47
+ ![images_11)](./images_11.png)
48
+ prompt: CXCR4 RNA expression
49
+ ![images_12)](./images_12.png)
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

  • SHA256: 86326c854f6a837220746af9ac1bb6ac05dc5dd76a1e96820b2b0b0197f68c45
  • Pointer size: 131 Bytes
  • Size of remote file: 345 kB
images_0.png ADDED

Git LFS Details

  • SHA256: 307944e04356c6cc0a05eda9e206d8a14782781a8525931d6355229416106eef
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
images_1.png ADDED

Git LFS Details

  • SHA256: 3f713cf440ade67ae87344459b341eaef5b316ff41774044a5c46a254853179b
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
images_10.png ADDED

Git LFS Details

  • SHA256: 63ff618ec1f75d2a8287413326a01949f4bc32152429ccfae276db2e539d064c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images_11.png ADDED

Git LFS Details

  • SHA256: bc3bc738ae8f4ad4cfae42ac411e4f86e2066505cf380a33ac84a3a420b5dd96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images_12.png ADDED

Git LFS Details

  • SHA256: d5d76764f63ef9e47c8ddac30765f325e16787d8ff29af7f54f54cd4dc123a5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images_2.png ADDED

Git LFS Details

  • SHA256: e2bff0953cf9e7196e2c50badc656045821a0fb2ead87310a236b030a10128a5
  • Pointer size: 131 Bytes
  • Size of remote file: 138 kB
images_3.png ADDED

Git LFS Details

  • SHA256: bad4cfe8e43b6d64131c87dc8868c8c2d8f1f893af2301049284b23913b22545
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
images_4.png ADDED

Git LFS Details

  • SHA256: de4ba5480b810c8c98b88057701a8d56698d06b49e367cca494605326cb98d9d
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
images_5.png ADDED

Git LFS Details

  • SHA256: 6a1b2287359c28f2e65ee0650e49452b4f9aaeea79b622225ecff976e9f0ea55
  • Pointer size: 132 Bytes
  • Size of remote file: 2.19 MB
images_6.png ADDED

Git LFS Details

  • SHA256: 51fb166e8d11cbea40fa5bf8e5b0486e6a237c7a77097607b00c82b168902ae7
  • Pointer size: 132 Bytes
  • Size of remote file: 2.18 MB
images_7.png ADDED

Git LFS Details

  • SHA256: cc187bd94fca557b32ada634b808148365f49dee39e5b903fb1d93826a3d3263
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images_8.png ADDED

Git LFS Details

  • SHA256: 2c755ebf187273f0aee16d1d91a4ca7229099088ef5ba78edac83e8f94abff6d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.16 MB
images_9.png ADDED

Git LFS Details

  • SHA256: c53ec896dfad6409ad7c6440d0f22ce8a6e0e4ee11b0638424fc6ff36aac4cff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB