mtreinik commited on
Commit
bff9ff7
·
verified ·
1 Parent(s): dbed641

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 +4 -0
  2. README.md +76 -0
  3. checkpoint-100/optimizer.bin +3 -0
  4. checkpoint-100/random_states_0.pkl +3 -0
  5. checkpoint-100/scaler.pt +3 -0
  6. checkpoint-100/scheduler.bin +3 -0
  7. checkpoint-100/transformer/config.json +18 -0
  8. checkpoint-100/transformer/diffusion_pytorch_model.safetensors +3 -0
  9. checkpoint-200/optimizer.bin +3 -0
  10. checkpoint-200/random_states_0.pkl +3 -0
  11. checkpoint-200/scaler.pt +3 -0
  12. checkpoint-200/scheduler.bin +3 -0
  13. checkpoint-200/transformer/config.json +18 -0
  14. checkpoint-200/transformer/diffusion_pytorch_model.safetensors +3 -0
  15. checkpoint-300/optimizer.bin +3 -0
  16. checkpoint-300/random_states_0.pkl +3 -0
  17. checkpoint-300/scaler.pt +3 -0
  18. checkpoint-300/scheduler.bin +3 -0
  19. checkpoint-300/transformer/config.json +18 -0
  20. checkpoint-300/transformer/diffusion_pytorch_model.safetensors +3 -0
  21. checkpoint-400/optimizer.bin +3 -0
  22. checkpoint-400/random_states_0.pkl +3 -0
  23. checkpoint-400/scaler.pt +3 -0
  24. checkpoint-400/scheduler.bin +3 -0
  25. checkpoint-400/transformer/config.json +18 -0
  26. checkpoint-400/transformer/diffusion_pytorch_model.safetensors +3 -0
  27. checkpoint-500/optimizer.bin +3 -0
  28. checkpoint-500/random_states_0.pkl +3 -0
  29. checkpoint-500/scaler.pt +3 -0
  30. checkpoint-500/scheduler.bin +3 -0
  31. checkpoint-500/transformer/config.json +18 -0
  32. checkpoint-500/transformer/diffusion_pytorch_model.safetensors +3 -0
  33. checkpoint-600/optimizer.bin +3 -0
  34. checkpoint-600/random_states_0.pkl +3 -0
  35. checkpoint-600/scaler.pt +3 -0
  36. checkpoint-600/scheduler.bin +3 -0
  37. checkpoint-600/transformer/config.json +18 -0
  38. checkpoint-600/transformer/diffusion_pytorch_model.safetensors +3 -0
  39. checkpoint-700/optimizer.bin +3 -0
  40. checkpoint-700/random_states_0.pkl +3 -0
  41. checkpoint-700/scaler.pt +3 -0
  42. checkpoint-700/scheduler.bin +3 -0
  43. checkpoint-700/transformer/config.json +18 -0
  44. checkpoint-700/transformer/diffusion_pytorch_model.safetensors +3 -0
  45. checkpoint-800/optimizer.bin +3 -0
  46. checkpoint-800/random_states_0.pkl +3 -0
  47. checkpoint-800/scaler.pt +3 -0
  48. checkpoint-800/scheduler.bin +3 -0
  49. checkpoint-800/transformer/config.json +18 -0
  50. checkpoint-800/transformer/diffusion_pytorch_model.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: photo of a A@K man
6
+ widget:
7
+ - text: photo of a A@K man in a restaurant
8
+ output:
9
+ url: image_0.png
10
+ - text: photo of a A@K man in a restaurant
11
+ output:
12
+ url: image_1.png
13
+ - text: photo of a A@K man in a restaurant
14
+ output:
15
+ url: image_2.png
16
+ - text: photo of a A@K man in a restaurant
17
+ output:
18
+ url: image_3.png
19
+ tags:
20
+ - text-to-image
21
+ - diffusers-training
22
+ - diffusers
23
+ - template:sd-lora
24
+ - sd3
25
+ - sd3-diffusers
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+
32
+ # SD3 DreamBooth - mtreinik/output-20241203_235620
33
+
34
+ <Gallery />
35
+
36
+ ## Model description
37
+
38
+ These are mtreinik/output-20241203_235620 DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
39
+
40
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
41
+
42
+ Was the text encoder fine-tuned? False.
43
+
44
+ ## Trigger words
45
+
46
+ You should use `photo of a A@K man` to trigger the image generation.
47
+
48
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
49
+
50
+ ```py
51
+ from diffusers import AutoPipelineForText2Image
52
+ import torch
53
+ pipeline = AutoPipelineForText2Image.from_pretrained('mtreinik/output-20241203_235620', torch_dtype=torch.float16).to('cuda')
54
+ image = pipeline('photo of a A@K man in a restaurant').images[0]
55
+ ```
56
+
57
+ ## License
58
+
59
+ Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md)`.
60
+
61
+
62
+ ## Intended uses & limitations
63
+
64
+ #### How to use
65
+
66
+ ```python
67
+ # TODO: add an example code snippet for running this diffusion pipeline
68
+ ```
69
+
70
+ #### Limitations and bias
71
+
72
+ [TODO: provide examples of latent issues and potential remediations]
73
+
74
+ ## Training details
75
+
76
+ [TODO: describe the data used to train the model]
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3e85a38ec4abfe4e30eb849ac8a970ac1f2546f41721b3b580feb252b04a89
3
+ size 4122966542
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851e1ace03ce435b4585972cb63cbdf08db0d4ea2c0f385832adc96efce9c968
3
+ size 14344
checkpoint-100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7ab928fb6fc03d23ed0a52a122112f8e7b9f1b5afe619387db540b707cec3ec
3
+ size 988
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8358e4810048f2801a51ef3cd317ba42c8bf98025d0f901d1dc41580982c633
3
+ size 1000
checkpoint-100/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-100/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9547702d0b16882284f0519ea775efd9d0c4f79e1e1725c9f147e75d267e3d8
3
+ size 8339883776
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d8b02cdf1b5bc080502b2a934a0d00b25539e8a775c9671ee201278fd47307
3
+ size 4122966542
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cbd419d8f820c6f7b647cc9119943fdcad225320e78241c4c6209b4f2c5406
3
+ size 14344
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab4820b4dd17105582c81fb2cf713289c2f2610668348d2c36c2d25a481c85f
3
+ size 988
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c1c27d46346115c8c91efa14afab7572c15b8ce23315a3e6978df41e03e1237
3
+ size 1000
checkpoint-200/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-200/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8658228ab284147ed34333e111724f47363ba662efa56b7bdaa37f17a7fca6e9
3
+ size 8339883776
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4d28d7309dfe4f56658fcfd62a986e05fa9832dcfb20d785ba4b0a7b5c30fc
3
+ size 4122967246
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e036b587ed30692c8dcf654d570f28678f90a092491aeb9daf705c8cbb76bcd
3
+ size 14344
checkpoint-300/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33344cd96aecef84691560ebbaece80ca2bc784941acf2cb7ae9091a5a4c9594
3
+ size 988
checkpoint-300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fe88b96557861aa5fa8f58040cba9c4059a83c1811617b2c800cafdbbc3832
3
+ size 1000
checkpoint-300/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-300/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd27b7141e395a713c3b0fa8f0ecca88d776eef8a8943c3605cbfa91787be934
3
+ size 8339883776
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d25f3e9055f1470918ee242b6eabd81b61f4406d0e8d46fcc7219b0ace52c08
3
+ size 4122967246
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e7b53ab0ac4eac0b37f0df3723a6b2b05074343888d67c9e7c8d56165180c7
3
+ size 14344
checkpoint-400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8dfabe88bf8cc6e17c30c24c0b4ce1fad6d6ac043897bfff7194a8a8278290d
3
+ size 988
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6d82610209e8d317877a335690900c5fb6fb533c875ae4d5d7541e3d202999
3
+ size 1000
checkpoint-400/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-400/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0296c598096ffb2d7f39f8fe17b454bd4363a33c0b5f6d7592fe96da655e462
3
+ size 8339883776
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd157d5ffd4ce0bf4027b91f3bac446e59ff4b3cb6d975595583a54e9b046c3
3
+ size 4122967246
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c5c122369c7eef4be4fd6ba1a8121fce407fc1f8dd28f0733dfa8c72de3354
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8492c2c3e2cbef27c834877f1b57932cf300cbd6cb60772e143904b654b3519e
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb680b4e6fe9eb0c4150126a170a841ad092dbfc74f5c990e0947688e1826ed
3
+ size 1000
checkpoint-500/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-500/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a06c0de325ffd291efa79c60b30a2a03e0cb58f1412a5e4925b26c5c46a7c7c
3
+ size 8339883776
checkpoint-600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252631239860b40c0cf1e5cab5c09407f49abd60e8ed8789143e8b5f1762378a
3
+ size 4122967246
checkpoint-600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b52eb26b4d7facb889f5de882a2bfe12abc2b5b3126df4969d90025662b961
3
+ size 14344
checkpoint-600/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac516015f7b697ae64ce4da30fd31d4f5fa93fb03d58b18ef9335e038d9aeb8
3
+ size 988
checkpoint-600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed30c52342e8d3a759ffaf04413df2dcf6d967e46aebdc6cc2a103036651887
3
+ size 1000
checkpoint-600/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-600/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179ac76c17403a81ee32ef774ecd2272be97253aa853206decfb9a743c183cd8
3
+ size 8339883776
checkpoint-700/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db7f0403941cc403316efc65a13223bc6624c5cb9c36afaf9ab2da8ddf7033a
3
+ size 4122967246
checkpoint-700/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bd7357a9b843b928de1b134b7553ecdb9a0981c0946e5062a35610a82b6a55
3
+ size 14344
checkpoint-700/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c9fbb70cf001655e100b1c899f01203e8d93c2410c318b38964d7858cf5af0
3
+ size 988
checkpoint-700/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd109df5a1c01d08df5b220c2b027b44e2edde77382734284587c6b811e77ff
3
+ size 1000
checkpoint-700/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-700/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c6b3c8fcd73ef52b226faa0ba9212ea47d8bd7d16cba3165f7355f213b177f
3
+ size 8339883776
checkpoint-800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5650a1c50e4c9030229c7a5e1e0841e4940e8049ff5f3bc60cb2b78675d7767
3
+ size 4122967246
checkpoint-800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b2b4db9f5c190931d3fe0373423522b37b715928b7f5d53947b6f17a3a9bae
3
+ size 14344
checkpoint-800/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f4ad82e26131bb9c10b9942a09802cce4aa6444957d3f22fd42128acaae465
3
+ size 988
checkpoint-800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a5ed7184f9f2c33822e48f2ccdf3c05fdbb49a0fa7bb985a7b56628e7b24a1
3
+ size 1000
checkpoint-800/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SD3Transformer2DModel",
3
+ "_diffusers_version": "0.32.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
+ "in_channels": 16,
9
+ "joint_attention_dim": 4096,
10
+ "num_attention_heads": 24,
11
+ "num_layers": 24,
12
+ "out_channels": 16,
13
+ "patch_size": 2,
14
+ "pooled_projection_dim": 2048,
15
+ "pos_embed_max_size": 192,
16
+ "qk_norm": null,
17
+ "sample_size": 128
18
+ }
checkpoint-800/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ab9b314c5c6ccd3776916bc790c2ef43ee338c06cbd486028e2365e1216aba
3
+ size 8339883776