TE2G commited on
Commit
891418c
1 Parent(s): c48a61a

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 +69 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-1500/optimizer.bin +3 -0
  9. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-1500/random_states_0.pkl +3 -0
  11. checkpoint-1500/scaler.pt +3 -0
  12. checkpoint-1500/scheduler.bin +3 -0
  13. checkpoint-2000/optimizer.bin +3 -0
  14. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-2000/random_states_0.pkl +3 -0
  16. checkpoint-2000/scaler.pt +3 -0
  17. checkpoint-2000/scheduler.bin +3 -0
  18. checkpoint-2500/optimizer.bin +3 -0
  19. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-2500/random_states_0.pkl +3 -0
  21. checkpoint-2500/scaler.pt +3 -0
  22. checkpoint-2500/scheduler.bin +3 -0
  23. checkpoint-3000/optimizer.bin +3 -0
  24. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-3000/random_states_0.pkl +3 -0
  26. checkpoint-3000/scaler.pt +3 -0
  27. checkpoint-3000/scheduler.bin +3 -0
  28. checkpoint-3500/optimizer.bin +3 -0
  29. checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-3500/random_states_0.pkl +3 -0
  31. checkpoint-3500/scaler.pt +3 -0
  32. checkpoint-3500/scheduler.bin +3 -0
  33. checkpoint-4000/optimizer.bin +3 -0
  34. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-4000/random_states_0.pkl +3 -0
  36. checkpoint-4000/scaler.pt +3 -0
  37. checkpoint-4000/scheduler.bin +3 -0
  38. checkpoint-4500/optimizer.bin +3 -0
  39. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-4500/random_states_0.pkl +3 -0
  41. checkpoint-4500/scaler.pt +3 -0
  42. checkpoint-4500/scheduler.bin +3 -0
  43. checkpoint-500/optimizer.bin +3 -0
  44. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-500/random_states_0.pkl +3 -0
  46. checkpoint-500/scaler.pt +3 -0
  47. checkpoint-500/scheduler.bin +3 -0
  48. checkpoint-5000/optimizer.bin +3 -0
  49. checkpoint-5000/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-5000/random_states_0.pkl +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,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - diffusers-training
7
+ - diffusers
8
+ - sd3
9
+ - sd3-diffusers
10
+ - template:sd-lora
11
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
12
+ instance_prompt: a photo of aran knit pullover
13
+ widget:
14
+ - text: A photo of aran knit pullover on a mannequin or torso
15
+ output:
16
+ url: image_0.png
17
+ - text: A photo of aran knit pullover on a mannequin or torso
18
+ output:
19
+ url: image_1.png
20
+ - text: A photo of aran knit pullover on a mannequin or torso
21
+ output:
22
+ url: image_2.png
23
+ - text: A photo of aran knit pullover on a mannequin or torso
24
+ output:
25
+ url: image_3.png
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 LoRA - TE2G/aran
33
+
34
+ <Gallery />
35
+
36
+ ## Model description
37
+
38
+ These are TE2G/aran DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
39
+
40
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
41
+
42
+ ## Trigger words
43
+
44
+ You should use a photo of aran knit pullover to trigger the image generation.
45
+
46
+ ## Download model
47
+
48
+ [Download](TE2G/aran/tree/main) them in the Files & versions tab.
49
+
50
+ ## License
51
+
52
+ Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)`.
53
+
54
+
55
+ ## Intended uses & limitations
56
+
57
+ #### How to use
58
+
59
+ ```python
60
+ # TODO: add an example code snippet for running this diffusion pipeline
61
+ ```
62
+
63
+ #### Limitations and bias
64
+
65
+ [TODO: provide examples of latent issues and potential remediations]
66
+
67
+ ## Training details
68
+
69
+ [TODO: describe the data used to train the model]
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12fa523dfc5fe792035ff0160055e5719c7068f1a178b8c455bf2f1d9d02beac
3
+ size 9598266
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132a104e157b49bdb682d5839d193092770b47294505525c7d1183f406deef8d
3
+ size 4742848
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f59c456f5ce167dd866a800dcb9f9dcedad6f33c74b24330ca4c528bd30327b
3
+ size 14540
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efbd603bdf5242e7342136b4c96ccd644ee5ab2f7c7da9b54709ab949a04b2d
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7f4ef7c5d3a71c1995839200751ec64db6b897ca75048612853c5726e79e6a
3
+ size 1000
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418006d71d9818614887dee23534cde00c515dc512aa1954325186132fa4a11b
3
+ size 9598266
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba25aec6ceb50e73cca691ca995325ba062c273d903cb8be9db5e563c4d8560
3
+ size 4742848
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1d8e549ee277205cb6a8376d4c8f27c37480d73daa3932062144e19e8b5b85
3
+ size 14540
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ae1602bd9431242f4698d04d05f847b9cdc6a096fa69b16f9530ba6d035f293
3
+ size 988
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c584d70d8ea343f4f025d0594a393720f2c1d84e59a039aa80ecbf26fc96123
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7abd5d79c44034f1480cf440772ebefc4e6ae73789efdaa39eee020c75d4de
3
+ size 9598266
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d3c9424d70419969029bdb9a6d3f7a3907c140b8c282423a74bcbf151484aa
3
+ size 4742848
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31758e715febd258cd66ddf56a4c3b8ec495d4e357524bfdcb7f076d038b3464
3
+ size 14540
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822c67211baff23d8456faac68a8c43503a7f327709e5883110b8305192f14b6
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5b7f9b7493d1309b0facfca5cf201758f47a255aea945d50443f339bb0327a
3
+ size 1000
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e028a6091c17ecf2ab2f74b3b48402a52d93ba57d4856879aad2faf11b225cd2
3
+ size 9598266
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6029f22f69c49134bb2fecede5f19b676502e9527d4df776a9de33a884fd511d
3
+ size 4742848
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01387b14a0353f6afcc6fb25cc2a51b318f5aa9cf2759ca365fed5699cf3de5
3
+ size 14540
checkpoint-2500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48df5d1b53925833a118e3a7df5be1aa0665f317ad9ef0852de45df68a3371f2
3
+ size 988
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a36cefcd532c011549918efc133aabe7ededfa6ee411686f0377dc32ea0f0d2
3
+ size 1000
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11297a63b0bdc3c6d405b559496ba665565fec9e93671b92075f1c4ecfc67142
3
+ size 9598266
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1737626999a05555aca864b32054dc6c26d569c7fe5390b08f25b03c235c48
3
+ size 4742848
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c82d2dfc46c6bf0cf310c88e7f4fbe944cbf38db746fb20645d15dba456dac
3
+ size 14540
checkpoint-3000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:730a75d29c4da558460d4a9818aae92598de1c1d2805887b6314031a04514934
3
+ size 988
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e7ceadcadbedc0229120d8a559b6fb2a0ec306c0263201478d36dd3d6d62b6
3
+ size 1000
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d534ec027259e3fc6f8e4fda22d7b9429791d28c008b20fd5f590f16a4b16cfa
3
+ size 9598266
checkpoint-3500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56252ec97eae8bca4a01bc0376b0aa3f552c47dbb5b36995c4de2e5f12d2311a
3
+ size 4742848
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4a2f8b0e901e872babc635bd57d4b22629ae379d7c41107d4db30fb677cd53
3
+ size 14540
checkpoint-3500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12fe731b8ce0b08b3762dbe62f79e812b3e07835e0ec4624c8360fd7f51a2d3
3
+ size 988
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9721d98949f5bef170fd57fe9fd72283a90111b488ce8078d15bb7854e13a9
3
+ size 1000
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4450c132e40c7d2f981493afecc1f783ef986a67c30aa24b507022a41203daec
3
+ size 9598266
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbbd5fb2af97ee5b565e2ab6721bd6df6e1b13598a7d0ae2a75e71d24688d289
3
+ size 4742848
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df38b7277aa8f5a25277a80f1abfb7f2eeff92c0377c45c79de101b9c07c196b
3
+ size 14540
checkpoint-4000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851dee984a6483fad4e52f642aeb28690ca35e6a101866ef3394eec2d508bd96
3
+ size 988
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f633af234db87f4b28a142b390397f3dbfb39da6f1875e8f241cfd1feb24c683
3
+ size 1000
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d2bbcd3da76c28fe2298c7ed62fd3cb2aac76479ffa3e196c8a33b0cd9a712
3
+ size 9598266
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb5cf4d9b9c605fe2fd1a019ed56d1062666c79e6a345cfd21f64a78b07c8bb
3
+ size 4742848
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1725a2ff6236315ba57c2e9169d265d93ce2b932eef23c309e388ed0b06f496
3
+ size 14540
checkpoint-4500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f2f2ae10d57f7a28a4452ba2d56383f916eebc6f05e1da75bf279d478ed941
3
+ size 988
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b179c7ffbf6d34ca06e1516c9bb9ea42806159efe0c7ccb2fa4e13904e9fb7
3
+ size 1000
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d08b29d7ae1bc2f53c564ee5973b0509a1c94f29454b3243a6647cbdfcd310
3
+ size 9598266
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e3fe8f5813971ec4ce8afae6863854ec28432394ae3286913e10a3f3167ac5
3
+ size 4742848
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bd23caaf1a24fadafecd431784a9883ad63a54a3dc9d025166d9abb47b7051
3
+ size 14540
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5c9507953e38619cd9c3d9f1b3fd0f70c76849e051b65f6ac97c2a168655fe
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a80c48125f1c279c6bbcff692b68079a553cc4fc4f656ac762f50e0f9acb46c6
3
+ size 1000
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2f9001d381f94cc5c63acfb1998e7214be9bb762967dfa009d4f60aca05fcc
3
+ size 9598266
checkpoint-5000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc75d68eaf724a1c5cd2dc077ef96f0f07c7dc8c86c82d2f5718fc940cd1e28
3
+ size 4742848
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5899f03fff19ef810db28288bdca7cc8c855b4b26beff63a3b77aab3d946f0
3
+ size 14540