BoooomNing commited on
Commit
946e65e
·
1 Parent(s): 70e40f0

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +20 -0
  3. checkpoint-100/validation_image_0.png +0 -0
  4. checkpoint-100/validation_image_1.png +0 -0
  5. checkpoint-100/validation_image_2.png +0 -0
  6. checkpoint-100/validation_image_3.png +0 -0
  7. checkpoint-1000/controlnet/config.json +51 -0
  8. checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +3 -0
  9. checkpoint-1000/optimizer.bin +3 -0
  10. checkpoint-1000/random_states_0.pkl +3 -0
  11. checkpoint-1000/scheduler.bin +3 -0
  12. checkpoint-1000/validation_image_0.png +0 -0
  13. checkpoint-1000/validation_image_1.png +0 -0
  14. checkpoint-1000/validation_image_2.png +0 -0
  15. checkpoint-1000/validation_image_3.png +0 -0
  16. checkpoint-1100/validation_image_0.png +0 -0
  17. checkpoint-1100/validation_image_1.png +0 -0
  18. checkpoint-1100/validation_image_2.png +0 -0
  19. checkpoint-1100/validation_image_3.png +0 -0
  20. checkpoint-1200/validation_image_0.png +0 -0
  21. checkpoint-1200/validation_image_1.png +0 -0
  22. checkpoint-1200/validation_image_2.png +0 -0
  23. checkpoint-1200/validation_image_3.png +0 -0
  24. checkpoint-1300/validation_image_0.png +0 -0
  25. checkpoint-1300/validation_image_1.png +0 -0
  26. checkpoint-1300/validation_image_2.png +0 -0
  27. checkpoint-1300/validation_image_3.png +0 -0
  28. checkpoint-1400/validation_image_0.png +0 -0
  29. checkpoint-1400/validation_image_1.png +0 -0
  30. checkpoint-1400/validation_image_2.png +0 -0
  31. checkpoint-1400/validation_image_3.png +0 -0
  32. checkpoint-1500/controlnet/config.json +51 -0
  33. checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors +3 -0
  34. checkpoint-1500/optimizer.bin +3 -0
  35. checkpoint-1500/random_states_0.pkl +3 -0
  36. checkpoint-1500/scheduler.bin +3 -0
  37. checkpoint-1500/validation_image_0.png +0 -0
  38. checkpoint-1500/validation_image_1.png +0 -0
  39. checkpoint-1500/validation_image_2.png +0 -0
  40. checkpoint-1500/validation_image_3.png +0 -0
  41. checkpoint-1600/validation_image_0.png +0 -0
  42. checkpoint-1600/validation_image_1.png +0 -0
  43. checkpoint-1600/validation_image_2.png +0 -0
  44. checkpoint-1600/validation_image_3.png +0 -0
  45. checkpoint-1700/validation_image_0.png +0 -0
  46. checkpoint-1700/validation_image_1.png +0 -0
  47. checkpoint-1700/validation_image_2.png +0 -0
  48. checkpoint-1700/validation_image_3.png +0 -0
  49. checkpoint-200/validation_image_0.png +0 -0
  50. checkpoint-200/validation_image_1.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ images_0.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ inference: true
12
+ ---
13
+
14
+ # controlnet-BoooomNing/model
15
+
16
+ These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
17
+ You can find some example images below.
18
+ prompt: a woman in a dress with sequins on it. supermodel, full size image, fashion photography, white studio
19
+ ![images_0)](./images_0.png)
20
+
checkpoint-100/validation_image_0.png ADDED
checkpoint-100/validation_image_1.png ADDED
checkpoint-100/validation_image_2.png ADDED
checkpoint-100/validation_image_3.png ADDED
checkpoint-1000/controlnet/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.25.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
9
+ "block_out_channels": [
10
+ 320,
11
+ 640,
12
+ 1280,
13
+ 1280
14
+ ],
15
+ "class_embed_type": null,
16
+ "conditioning_channels": 3,
17
+ "conditioning_embedding_out_channels": [
18
+ 16,
19
+ 32,
20
+ 96,
21
+ 256
22
+ ],
23
+ "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
+ "down_block_types": [
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "DownBlock2D"
30
+ ],
31
+ "downsample_padding": 1,
32
+ "encoder_hid_dim": null,
33
+ "encoder_hid_dim_type": null,
34
+ "flip_sin_to_cos": true,
35
+ "freq_shift": 0,
36
+ "global_pool_conditions": false,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_scale_factor": 1,
40
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
41
+ "norm_eps": 1e-05,
42
+ "norm_num_groups": 32,
43
+ "num_attention_heads": null,
44
+ "num_class_embeds": null,
45
+ "only_cross_attention": false,
46
+ "projection_class_embeddings_input_dim": null,
47
+ "resnet_time_scale_shift": "default",
48
+ "transformer_layers_per_block": 1,
49
+ "upcast_attention": false,
50
+ "use_linear_projection": false
51
+ }
checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b3d95258542b2699e2c8a06ec14d3438dec0e153d5ad27552cdfb83b76664d
3
+ size 1445157120
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f151a261e780ba2d8809a6dd07efaadc8af90e521b3a73c2566e4f6a95901ffc
3
+ size 2890518478
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60283031fd38978c5d9905660675ee68a997c9940e3466e9e8b092f9026b1b01
3
+ size 14344
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84
3
+ size 1000
checkpoint-1000/validation_image_0.png ADDED
checkpoint-1000/validation_image_1.png ADDED
checkpoint-1000/validation_image_2.png ADDED
checkpoint-1000/validation_image_3.png ADDED
checkpoint-1100/validation_image_0.png ADDED
checkpoint-1100/validation_image_1.png ADDED
checkpoint-1100/validation_image_2.png ADDED
checkpoint-1100/validation_image_3.png ADDED
checkpoint-1200/validation_image_0.png ADDED
checkpoint-1200/validation_image_1.png ADDED
checkpoint-1200/validation_image_2.png ADDED
checkpoint-1200/validation_image_3.png ADDED
checkpoint-1300/validation_image_0.png ADDED
checkpoint-1300/validation_image_1.png ADDED
checkpoint-1300/validation_image_2.png ADDED
checkpoint-1300/validation_image_3.png ADDED
checkpoint-1400/validation_image_0.png ADDED
checkpoint-1400/validation_image_1.png ADDED
checkpoint-1400/validation_image_2.png ADDED
checkpoint-1400/validation_image_3.png ADDED
checkpoint-1500/controlnet/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.25.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
9
+ "block_out_channels": [
10
+ 320,
11
+ 640,
12
+ 1280,
13
+ 1280
14
+ ],
15
+ "class_embed_type": null,
16
+ "conditioning_channels": 3,
17
+ "conditioning_embedding_out_channels": [
18
+ 16,
19
+ 32,
20
+ 96,
21
+ 256
22
+ ],
23
+ "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 768,
25
+ "down_block_types": [
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "DownBlock2D"
30
+ ],
31
+ "downsample_padding": 1,
32
+ "encoder_hid_dim": null,
33
+ "encoder_hid_dim_type": null,
34
+ "flip_sin_to_cos": true,
35
+ "freq_shift": 0,
36
+ "global_pool_conditions": false,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_scale_factor": 1,
40
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
41
+ "norm_eps": 1e-05,
42
+ "norm_num_groups": 32,
43
+ "num_attention_heads": null,
44
+ "num_class_embeds": null,
45
+ "only_cross_attention": false,
46
+ "projection_class_embeddings_input_dim": null,
47
+ "resnet_time_scale_shift": "default",
48
+ "transformer_layers_per_block": 1,
49
+ "upcast_attention": false,
50
+ "use_linear_projection": false
51
+ }
checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abb5b99d67a491fb56d6918fe9ae5afdfe9d7c24ff8382cc563dc905a29ed8e
3
+ size 1445157120
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb279b72c8c9931bd36e8ec15ed1e42ea9afe5c87d6ad58dd6ef008acd75a62
3
+ size 2890518478
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56fe1453c9ae2509c7b48455f06050dd97a9016ff1aa9339896651e001dabf6
3
+ size 14344
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcdd883061f8f3514731c51041dc7231d10951713a9abbd57d4f968a9c567ce3
3
+ size 1000
checkpoint-1500/validation_image_0.png ADDED
checkpoint-1500/validation_image_1.png ADDED
checkpoint-1500/validation_image_2.png ADDED
checkpoint-1500/validation_image_3.png ADDED
checkpoint-1600/validation_image_0.png ADDED
checkpoint-1600/validation_image_1.png ADDED
checkpoint-1600/validation_image_2.png ADDED
checkpoint-1600/validation_image_3.png ADDED
checkpoint-1700/validation_image_0.png ADDED
checkpoint-1700/validation_image_1.png ADDED
checkpoint-1700/validation_image_2.png ADDED
checkpoint-1700/validation_image_3.png ADDED
checkpoint-200/validation_image_0.png ADDED
checkpoint-200/validation_image_1.png ADDED