forouzanfallah commited on
Commit
029a4da
·
verified ·
1 Parent(s): 7c5d4b3

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. README.md +46 -0
  2. checkpoint-100/controlnet/config.json +22 -0
  3. checkpoint-100/controlnet/diffusion_pytorch_model.safetensors +3 -0
  4. checkpoint-100/optimizer.bin +3 -0
  5. checkpoint-100/random_states_0.pkl +3 -0
  6. checkpoint-100/scheduler.bin +3 -0
  7. checkpoint-1000/controlnet/config.json +22 -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-1100/controlnet/config.json +22 -0
  13. checkpoint-1100/controlnet/diffusion_pytorch_model.safetensors +3 -0
  14. checkpoint-1100/optimizer.bin +3 -0
  15. checkpoint-1100/random_states_0.pkl +3 -0
  16. checkpoint-1100/scheduler.bin +3 -0
  17. checkpoint-1200/controlnet/config.json +22 -0
  18. checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors +3 -0
  19. checkpoint-1200/optimizer.bin +3 -0
  20. checkpoint-1200/random_states_0.pkl +3 -0
  21. checkpoint-1200/scheduler.bin +3 -0
  22. checkpoint-1300/controlnet/config.json +22 -0
  23. checkpoint-1300/controlnet/diffusion_pytorch_model.safetensors +3 -0
  24. checkpoint-1300/optimizer.bin +3 -0
  25. checkpoint-1300/random_states_0.pkl +3 -0
  26. checkpoint-1300/scheduler.bin +3 -0
  27. checkpoint-1400/controlnet/config.json +22 -0
  28. checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors +3 -0
  29. checkpoint-1400/optimizer.bin +3 -0
  30. checkpoint-1400/random_states_0.pkl +3 -0
  31. checkpoint-1400/scheduler.bin +3 -0
  32. checkpoint-1500/controlnet/config.json +22 -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-1600/controlnet/config.json +22 -0
  38. checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors +3 -0
  39. checkpoint-1600/optimizer.bin +3 -0
  40. checkpoint-1600/random_states_0.pkl +3 -0
  41. checkpoint-1600/scheduler.bin +3 -0
  42. checkpoint-1700/controlnet/config.json +22 -0
  43. checkpoint-1700/controlnet/diffusion_pytorch_model.safetensors +3 -0
  44. checkpoint-1700/optimizer.bin +3 -0
  45. checkpoint-1700/random_states_0.pkl +3 -0
  46. checkpoint-1700/scheduler.bin +3 -0
  47. checkpoint-1800/controlnet/config.json +22 -0
  48. checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors +3 -0
  49. checkpoint-1800/optimizer.bin +3 -0
  50. checkpoint-1800/random_states_0.pkl +3 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: openrail++
5
+ inference: true
6
+ tags:
7
+ - text-to-image
8
+ - diffusers-training
9
+ - diffusers
10
+ - sd3
11
+ - sd3-diffusers
12
+ - controlnet
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
+ # SD3 controlnet-forouzanfallah/sentinel_test5_percentile_caption2_bicubic_lpips_psnr
20
+
21
+ These are controlnet weights trained on stabilityai/stable-diffusion-3-medium-diffusers with new type of conditioning.
22
+ The weights were trained using [ControlNet](https://github.com/lllyasviel/ControlNet) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/controlnet/README_sd3.md).
23
+ You can find some example images below.
24
+
25
+ prompt: a high-resolution satellite image, sharp details, clear view from space
26
+ ![images_0)](./images_0.png)
27
+
28
+
29
+ Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)`.
30
+
31
+
32
+ ## Intended uses & limitations
33
+
34
+ #### How to use
35
+
36
+ ```python
37
+ # TODO: add an example code snippet for running this diffusion pipeline
38
+ ```
39
+
40
+ #### Limitations and bias
41
+
42
+ [TODO: provide examples of latent issues and potential remediations]
43
+
44
+ ## Training details
45
+
46
+ [TODO: describe the data used to train the model]
checkpoint-100/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-100/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b2682c4ad3a20e295a6964433fbd6868d959e3c09251fcb9c7172b70c003f69
3
+ size 4477956032
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a492b5f195bf6c9f9654529ecbc20771390a5a34c3b9aacb7f64487cd04f39c9
3
+ size 8333213983
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30342e0cff34dc3e6059a00d8eb13b74e96ad849b2fa1096baca0da24bff236
3
+ size 14821
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa56c822f5845a3b1d8c9bace6d1374aa25c37013cccbb69d1f3b18f0d6d184
3
+ size 1401
checkpoint-1000/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43c3e57a0ef1496584e81d775b7aa787cf7944a07ee0d1752acb2b6fe61a2de
3
+ size 4477956032
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3621e104b001f2bb48e47660405790ae28467bb170e4c4c5bcb2d84aa40988ce
3
+ size 8333213983
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cdfeb1acbc9551ed1be820c9dc0160d253e8229c3864e4bfd8d8ceec287b0e5
3
+ size 14821
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f207fd764ce406be8149a4b096526e8478c9de2030ca331c84fe9327066a4d0c
3
+ size 1401
checkpoint-1100/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1100/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1e27f11155dd47e2fe7f664fb76cfa994647d70a0e702a7bd474ad1256b046
3
+ size 4477956032
checkpoint-1100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ac0929bf2a827e14e01a2010114c2e7ee98f82753f511e5508b991cd9cad38
3
+ size 8333213983
checkpoint-1100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ae4ef1ba58a9155fb5484b714d0208393aef309e7e9651abd78c4ab0b82c3e
3
+ size 14821
checkpoint-1100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b982a7072f6dd44ceb7f28e97d043d3ca33a79b2456f606e5956b7a628d561
3
+ size 1401
checkpoint-1200/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a851b6cef515c6594ba82e7ffbed9549a0b7a73d4c75dc0fffa0f834056721e1
3
+ size 4477956032
checkpoint-1200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6875594c4f24893421e6b58807f281dd21b5c6cbabea0facdccb61e1bd66244c
3
+ size 8333213983
checkpoint-1200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a736b1c869676561a64bbbaa9e8af2e1679494306d82fa8551ed9c7aad5893b1
3
+ size 14821
checkpoint-1200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59a4388e4f7cc69f9037722d958cd615621635d1328e50cc5f8677c135a8098a
3
+ size 1401
checkpoint-1300/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1300/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3aadd919411def7cf2fb2c20c060b751f4cc450712253c991c8a391f3248524
3
+ size 4477956032
checkpoint-1300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d7414849fb0014c63346e4f6d2a55980326a182d60c08a9427353d63ee2c01
3
+ size 8333213983
checkpoint-1300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b722025bf6661c23278f10f4c9414ae35a7684e458b665a1e11da3e50d43fd19
3
+ size 14885
checkpoint-1300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2576cdf7eb0aa41cd573f698c5413f1f9428314ded6f8da227b461d7194a712
3
+ size 1401
checkpoint-1400/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d2820976e28d4e56784b3257eb36e4de3079d4f0890d31863d78c45e1b7fd2
3
+ size 4477956032
checkpoint-1400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1636f0f9d8d7b6acc5a8a9e7e2d0569bcd449a9f7daf2f51ec4405ea97eea841
3
+ size 8333213983
checkpoint-1400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536cfdf2030336aefad509bf4aad72fc71d76caf36877216231e4ad174016adb
3
+ size 14821
checkpoint-1400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75179b5afeb66d450ea5b8796f2ca3f17615e99f63f57a2a8a2c57202265c67f
3
+ size 1401
checkpoint-1500/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025380fc7de9e7add7ce9dca69fe1cf5dd3dcd1e56e9368fee654450d4213f22
3
+ size 4477956032
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1a6663eb53351f4f03d8652a8a3c224028b552df5e7ca7745c1ac96879afde
3
+ size 8333213983
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bfbc69c014f2d52bf9d2bfce796d294d301de1a5383aea65cfdebc7ddfc6a54
3
+ size 14821
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea00b5c110d6cfe7862b1ea977a06227d008a5127337063c881b9dd2605d3e67
3
+ size 1401
checkpoint-1600/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425aedb3fe6a3989a14897b68771d10a3ed3e93fa7e240074d27dfea86538beb
3
+ size 4477956032
checkpoint-1600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27369a6ebacc44c50ff704db0c8e8d77603912888b0ea71d6865564e9563d2f1
3
+ size 8333213983
checkpoint-1600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8203d110f6428a9d2fd0bd993b1ed6229de6338bf367c046edced679f5bc48e8
3
+ size 14821
checkpoint-1600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab8a1078ada7a60f6835f79dfd54e1bb26f28009152c66ff7d41177865aaf8e
3
+ size 1401
checkpoint-1700/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1700/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cc6d0f9ec81b09553c9b6ca8a10017334315069c327bcaf6b4da7b6c4eb0d0
3
+ size 4477956032
checkpoint-1700/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d24241cc6c7b629eb361f77511172c050644145c392753d2b45c2aba569eb4
3
+ size 8333213983
checkpoint-1700/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98313ea5fb33a900b1991a38554b3fdbdd87caceb31b57479dd922d5ce25dc46
3
+ size 14885
checkpoint-1700/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e45cad4bfb82228eddeb9083318e531aca255f78a7003c9d4c50eb8de6e30a31
3
+ size 1401
checkpoint-1800/controlnet/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3ControlNetModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
5
+ "attention_head_dim": 64,
6
+ "caption_projection_dim": 1536,
7
+ "dual_attention_layers": [],
8
+ "extra_conditioning_channels": 0,
9
+ "force_zeros_for_pooled_projection": true,
10
+ "in_channels": 16,
11
+ "joint_attention_dim": 4096,
12
+ "num_attention_heads": 24,
13
+ "num_layers": 12,
14
+ "out_channels": 16,
15
+ "patch_size": 2,
16
+ "pooled_projection_dim": 2048,
17
+ "pos_embed_max_size": 192,
18
+ "pos_embed_type": "sincos",
19
+ "qk_norm": null,
20
+ "sample_size": 128,
21
+ "use_pos_embed": true
22
+ }
checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd6556347be820ff386f693f9ef32d2b44df99312c205baba893a8bead36cc1
3
+ size 4477956032
checkpoint-1800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7220bd20a88ae402b68a813241cd5ab4b29d0e41646a05eab12595b59effd78a
3
+ size 8333213983
checkpoint-1800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12de9764541332732a33eaf02404e5b95d4427040fc69b8831a04cb815b2aa83
3
+ size 14885