TE2G commited on
Commit
3e8ca41
1 Parent(s): 01a0f6d

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-10000/optimizer.bin +3 -0
  9. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-10000/random_states_0.pkl +3 -0
  11. checkpoint-10000/scaler.pt +3 -0
  12. checkpoint-10000/scheduler.bin +3 -0
  13. checkpoint-10500/optimizer.bin +3 -0
  14. checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-10500/random_states_0.pkl +3 -0
  16. checkpoint-10500/scaler.pt +3 -0
  17. checkpoint-10500/scheduler.bin +3 -0
  18. checkpoint-11000/optimizer.bin +3 -0
  19. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-11000/random_states_0.pkl +3 -0
  21. checkpoint-11000/scaler.pt +3 -0
  22. checkpoint-11000/scheduler.bin +3 -0
  23. checkpoint-11500/optimizer.bin +3 -0
  24. checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-11500/random_states_0.pkl +3 -0
  26. checkpoint-11500/scaler.pt +3 -0
  27. checkpoint-11500/scheduler.bin +3 -0
  28. checkpoint-12000/optimizer.bin +3 -0
  29. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-12000/random_states_0.pkl +3 -0
  31. checkpoint-12000/scaler.pt +3 -0
  32. checkpoint-12000/scheduler.bin +3 -0
  33. checkpoint-12500/optimizer.bin +3 -0
  34. checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-12500/random_states_0.pkl +3 -0
  36. checkpoint-12500/scaler.pt +3 -0
  37. checkpoint-12500/scheduler.bin +3 -0
  38. checkpoint-13000/optimizer.bin +3 -0
  39. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-13000/random_states_0.pkl +3 -0
  41. checkpoint-13000/scaler.pt +3 -0
  42. checkpoint-13000/scheduler.bin +3 -0
  43. checkpoint-13500/optimizer.bin +3 -0
  44. checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-13500/random_states_0.pkl +3 -0
  46. checkpoint-13500/scaler.pt +3 -0
  47. checkpoint-13500/scheduler.bin +3 -0
  48. checkpoint-14000/optimizer.bin +3 -0
  49. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-14000/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 thin knit pullover
13
+ widget:
14
+ - text: A photo of thin knit pullover on a mannequin or torso
15
+ output:
16
+ url: image_0.png
17
+ - text: A photo of thin knit pullover on a mannequin or torso
18
+ output:
19
+ url: image_1.png
20
+ - text: A photo of thin knit pullover on a mannequin or torso
21
+ output:
22
+ url: image_2.png
23
+ - text: A photo of thin 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/thin
33
+
34
+ <Gallery />
35
+
36
+ ## Model description
37
+
38
+ These are TE2G/thin 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 thin knit pullover to trigger the image generation.
45
+
46
+ ## Download model
47
+
48
+ [Download](TE2G/thin/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:4ca4efbde10b8cee8dda76e67d6d8826fdf9e00ca0f81fa1a74ec20d0ef5378a
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:741327c68fbf8c8c6e7e46c8d68dacfc2ed761084d2033f3d476b39f62e5d9b3
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:4ad5d2e4a7dc3fcaa835d26c9b52526851e75dc63def3b2c845cec3cae609bc7
3
+ size 14540
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169ff4332d1ebd14654237a3cbd329a2fa9c7aa882396cbeebd8881f6ae7552d
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e8d38348a7e13c2ea4cd524085e18a022ecfa97e01b6c80b24e93229597980
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7f8004ca12115c5514c2d8db3e4511f0f189458b3e1cd15bdae5ad508259ab
3
+ size 9598266
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aafc46e2cf2fa777a43fd69d695c58b083390a900fd1de2506da98f19347f46
3
+ size 14540
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1386b0fec1d054da5be45b0c8153a2286878dd28199ec304b3e31871a879e233
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593d5959b6a94a5ea3b76f06b1c83ec15ca6ca320aaf5b08ff66fe8d885a76e7
3
+ size 1000
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08cba1a9a83fb9aefeccd432b8973fa1ff87f4cbae1c3c26df990d47cf5f0280
3
+ size 9598266
checkpoint-10500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfa28d818aacfb56693505ba641d6a3bb75e1a1906540fe93d8e922a284eddd
3
+ size 14540
checkpoint-10500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbb1b80fa5b0cad7239b2a72eb03fab4171d73bfd0701653977a0a4dd246323
3
+ size 988
checkpoint-10500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c683bb2ff062d9dc71615e3fcd7b4f5138939bb3bf5ed3a1beaec8236ee7cec5
3
+ size 1000
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2ed8bbe26ba968c0aa13433246d8c7dcb3577d1893e3b8e9e8ab47a24423cc
3
+ size 9598266
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d1604815fd54db9df6f6c8c0509a176d0af23442157e569c1059e7c7cb0275
3
+ size 14540
checkpoint-11000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08379bebc80b52ee7916603cf5d514f95eb37b38a3f2dd11eb5a28f098d92bc7
3
+ size 988
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca86c6a0eb51b349fe0fa128af6f2b9cbe058bab24f19364b4948e4d9974206
3
+ size 1000
checkpoint-11500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7d90ee4a14c005f0f45803367de1a9978b0db527940345dfdf3eaf1ec6d701
3
+ size 9598266
checkpoint-11500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-11500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a16a26b2688ba130b1be0bf04cfef60089f9b7a9ee5bf19e6efdb9dbd3f8fdbe
3
+ size 14540
checkpoint-11500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca460cdb61089caf75d107711903fd8ac48b16c976238259aeb7b5f83714f197
3
+ size 988
checkpoint-11500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335a92d36c6000565c26bc7b2742a84842789364ef4677e8b54875261b96a351
3
+ size 1000
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20941aa413de3f3f1ff13432f7f2aac86a60d37c8301237ac9e5a1abf43ed8e
3
+ size 9598266
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d8601ef47be5b91c8897a293604e28f94d80b18f6ae976173d6dd55ed9325e
3
+ size 14540
checkpoint-12000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77945dd07b842aebfc5ad757153e5c646cab53abf9029365742f6300eba4b5e4
3
+ size 988
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:163aa95c0d7a0a612c4952e125c8591750d0c790c68fd4e7c3860533eaf2625b
3
+ size 1000
checkpoint-12500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb3979d4b1466d25143f08006d7a825688d57afbab979e5d4391e6e96c44a73
3
+ size 9598266
checkpoint-12500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3096c62cde4b75c82bda88c50e30116d2212658d55437a5576f1e32fce11312
3
+ size 14540
checkpoint-12500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2bc62bdb6b41a64a880f59dff7182bf40a37f174ca3fad51326bf7b3c1a5939
3
+ size 988
checkpoint-12500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0883abe9513b25a71cf2841885ec1b4d61f14d1a89c6d99756d14602804a96
3
+ size 1000
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8ca7c21a2535bbf83377e33451cb42a9fd78666750d0c0fb2a2f98470b3b9
3
+ size 9598266
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed99911f32e253312817fee196f594b934a217be3a47ba0c32ed2a5ee338862
3
+ size 14540
checkpoint-13000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5821b6a267055047858470925e474fe7c3e6d5d54dad7d2e152aa7dc5fef418d
3
+ size 988
checkpoint-13000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea0dcc6ea5164b7a6316c7f24e4c5026ee77c1e41556ef78b32f256eeae62dd
3
+ size 1000
checkpoint-13500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd43f3f0ac11c7740b56819b04132c550d4c34be653f9325ef291bb571d6a8b
3
+ size 9598266
checkpoint-13500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-13500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e97d9882ba51606f97404aa3fbcb95c837990234d76171a6f5848a48277b334
3
+ size 14540
checkpoint-13500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be27f853b8d6919241121dd6e360f846cfe3146e75bea0bbf5130f9019a747c
3
+ size 988
checkpoint-13500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3136215ea4b414bfc940a77b0246ffdd0eb81874dc12a10bc20a3e0583c7bb5f
3
+ size 1000
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11ae6cc8ac37b6bd34fb08f8cdeef4c59742bf5ddbce96b3bce7e4edeca6db3
3
+ size 9598266
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4ae925a03a00f88e6e589ce72df24a3cce32945c369ebd0a1f8c7d8d450658
3
+ size 4742848
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccc514f2bae343f8211d62fea6de060365895a811d848862d086401e5083b89
3
+ size 14540