lovelyjaban commited on
Commit
d981180
1 Parent(s): cac3f50

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 +2 -0
  2. README.md +72 -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-100000/optimizer.bin +3 -0
  14. checkpoint-100000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-100000/random_states_0.pkl +3 -0
  16. checkpoint-100000/scaler.pt +3 -0
  17. checkpoint-100000/scheduler.bin +3 -0
  18. checkpoint-100500/optimizer.bin +3 -0
  19. checkpoint-100500/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-100500/random_states_0.pkl +3 -0
  21. checkpoint-100500/scaler.pt +3 -0
  22. checkpoint-100500/scheduler.bin +3 -0
  23. checkpoint-101000/optimizer.bin +3 -0
  24. checkpoint-101000/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-101000/random_states_0.pkl +3 -0
  26. checkpoint-101000/scaler.pt +3 -0
  27. checkpoint-101000/scheduler.bin +3 -0
  28. checkpoint-101500/optimizer.bin +3 -0
  29. checkpoint-101500/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-101500/random_states_0.pkl +3 -0
  31. checkpoint-101500/scaler.pt +3 -0
  32. checkpoint-101500/scheduler.bin +3 -0
  33. checkpoint-102000/optimizer.bin +3 -0
  34. checkpoint-102000/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-102000/random_states_0.pkl +3 -0
  36. checkpoint-102000/scaler.pt +3 -0
  37. checkpoint-102000/scheduler.bin +3 -0
  38. checkpoint-102500/optimizer.bin +3 -0
  39. checkpoint-102500/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-102500/random_states_0.pkl +3 -0
  41. checkpoint-102500/scaler.pt +3 -0
  42. checkpoint-102500/scheduler.bin +3 -0
  43. checkpoint-103000/optimizer.bin +3 -0
  44. checkpoint-103000/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-103000/random_states_0.pkl +3 -0
  46. checkpoint-103000/scaler.pt +3 -0
  47. checkpoint-103000/scheduler.bin +3 -0
  48. checkpoint-103500/optimizer.bin +3 -0
  49. checkpoint-103500/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-103500/random_states_0.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ 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_1.png filter=lfs diff=lfs merge=lfs -text
37
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: openrail++
5
+ tags:
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - sd3
11
+ - sd3-diffusers
12
+ - template:sd-lora
13
+ instance_prompt: hmwrks drawing style
14
+ widget:
15
+ - text: A photo of a t-shirt with hmwrks drawing style
16
+ output:
17
+ url: image_0.png
18
+ - text: A photo of a t-shirt with hmwrks drawing style
19
+ output:
20
+ url: image_1.png
21
+ - text: A photo of a t-shirt with hmwrks drawing style
22
+ output:
23
+ url: image_2.png
24
+ - text: A photo of a t-shirt with hmwrks drawing style
25
+ output:
26
+ url: image_3.png
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+
33
+ # SD3 DreamBooth LoRA - lovelyjaban/trained-sd3-lora-test2
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are lovelyjaban/trained-sd3-lora-test2 DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
40
+
41
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
42
+
43
+ LoRA for the text encoder was enabled: False.
44
+
45
+ ## Trigger words
46
+
47
+ You should use hmwrks drawing style to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download](lovelyjaban/trained-sd3-lora-test2/tree/main) them in the Files & versions tab.
52
+
53
+ ## License
54
+
55
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE).
56
+
57
+
58
+ ## Intended uses & limitations
59
+
60
+ #### How to use
61
+
62
+ ```python
63
+ # TODO: add an example code snippet for running this diffusion pipeline
64
+ ```
65
+
66
+ #### Limitations and bias
67
+
68
+ [TODO: provide examples of latent issues and potential remediations]
69
+
70
+ ## Training details
71
+
72
+ [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:fd5df75d7b4e132ab08bde99140143fce2a7eeedf381a31e98786bd960d61978
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:ee4354c6c38d96e27e2a7311b1d45039b590e6646586a362c3b0ed1756f8584a
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:0746bdc777843b87b6bc7a9d38918f16da395712f6a26e4fa00d2c70f8a65359
3
+ size 14280
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc9d529863b9458dbb9b91d10c2e89741ffa38f99dbc44be25770289ed29416
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd334977b97cda4b166698770f4e3e54322ac91c2e5eaab1a48aef7b6f8c036
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:81914a72e2c851f838b1a35dd55c4df3c73537bf92d226fc496a065b31a48c1a
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:1fe6636e44b160c701c0fdcaa59cefd1f412aabf7ea5cb35fa7c232d8917d9d4
3
+ size 14280
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126ddf40d2ca88e3ee79fd50f9f543bce4bfc778a5e10de48606c3e42e4a04e4
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01eff52a790c20c1383c35899203a335975f0e95a9674ce87f8ed322b027759
3
+ size 1000
checkpoint-100000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdebf3bd393de2c4699537d15750c76414073f629204b2422c0732df1ee30865
3
+ size 9598266
checkpoint-100000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6567810c802e63ef32b8105e3014456620b075e13a8d3283b33d6fc8addf3212
3
+ size 4742848
checkpoint-100000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740d13f6581b1472969fb5b4aea4faec19076eb5657ef8d299fff72a3be30a75
3
+ size 14280
checkpoint-100000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a037f26b6ecf63315413008e50b57d5ee63953976b26cdc38456b633d32a68db
3
+ size 988
checkpoint-100000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea6046a50547b57a841ce26b01a8355e96bec99f052ac0bdd9fd44ccb3fcd98
3
+ size 1000
checkpoint-100500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653fa8e4d48ae8f947c2942eb3369b4cf96a880398baf16cc8316d42a52b7e9d
3
+ size 9598266
checkpoint-100500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f9fd6a99570eada4cbf05bf7c341bf3774d561b0f9677897a67d8feabaab24
3
+ size 4742848
checkpoint-100500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5722191c5b7ebc1563f8a7932a4cd812d50256ccaeabbaabe72eed6af4d797b3
3
+ size 14280
checkpoint-100500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d28315cec3272669f8c01d168b55d30ce6ccb632c68b49dee29adb050f6c670
3
+ size 988
checkpoint-100500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae14e69113f7936887eab5dd736de5a4d976cb71b60ae4374b3eab4b4333eb0
3
+ size 1000
checkpoint-101000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30586bc1eb0111f19a7e9a05a4306e191aafa84b4b261b90ddaa1f9e2ede6ce8
3
+ size 9598266
checkpoint-101000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8581bca0ec285f25c92251683fdd9ab694f1b569f3c891b4354f3201f2946e59
3
+ size 4742848
checkpoint-101000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3125dd3fbe303bfeb49baabb75a426b185e1809940327fd187c9e9b9f7d09912
3
+ size 14280
checkpoint-101000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9ab9b07d90f1d75f8001b244dbf5cda076bede9507e573c161857888daa2f1
3
+ size 988
checkpoint-101000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2976a77ac61d2d63780f717666fd0cc64ffd62ca8cb4a7e13ac01fc33e577745
3
+ size 1000
checkpoint-101500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933a6d2c75a3804338226a1a4ca735620a54b2521b9d97afd0148f5ef0919561
3
+ size 9598266
checkpoint-101500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0b0ec4047a882ae50835d12c67e9fe61afea155a3acb4eddab7bfd5bc49b622
3
+ size 4742848
checkpoint-101500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2d55442f49a5f9f9239f2745ddf74b1c72b1b4988e8435f7b83bd50577a187
3
+ size 14280
checkpoint-101500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00d3917cbd509e7f582529318322380daef6622a72b5be923aad777d57ea55c
3
+ size 988
checkpoint-101500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:601694bbe8f5388c5151caf3fda3b5d6871b28877e2bda6534168eb2f22f329c
3
+ size 1000
checkpoint-102000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae883a120b4a6bf162f23350e58c984c1949bab845d9f87872289246d47ce1f
3
+ size 9598266
checkpoint-102000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87fd1a174ffacf220758ae93ebf7d6ed9a18a6e12fdfe63f60c41a39acab3c4
3
+ size 4742848
checkpoint-102000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150e05f9f81fdff9e010fcf07295a09b56ddb2295e8541940ee61d72b3a7feda
3
+ size 14280
checkpoint-102000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8f40678c3a7da15eeaf993b36b1c7a5016ebff3594bf08d7bee1703347dcca
3
+ size 988
checkpoint-102000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15d97547f064a677e75a47f4890bf28608a4c5179a81a6b1c3031d26f19b706
3
+ size 1000
checkpoint-102500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e948c5ea1420af3f74be9c141d35585dfa3238963f5499f96e4252d0d373a60
3
+ size 9598266
checkpoint-102500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ccdcb6a0f546a5d8013de499510be4f419a6fc49f581e93fa8c337d50477462
3
+ size 4742848
checkpoint-102500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec9a0f616511341c9de239a29a8fd073d7efc5bc9cf72e73dad1d3a9d4c81b7
3
+ size 14280
checkpoint-102500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79bb3ba5851826860f6a34fda434e4fd11ad81242ed91050bdb8c986bea07b29
3
+ size 988
checkpoint-102500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4c78950154b5a23d09272f5614a739357a16364a1e51ad7a8c67ec1f26b4dc
3
+ size 1000
checkpoint-103000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1ae378c409262ace15a3a4cfd57e0195589fc15a433d476cae4d9116d5576b
3
+ size 9598266
checkpoint-103000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707cc160b04cdca2a80a55cb01a4a44a0f391bf8499973a7814c788dca1b6472
3
+ size 4742848
checkpoint-103000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d5b26f6947baac52a96588a8ae4ce28704da5a162d259017e0efd64bf8b8b5
3
+ size 14280
checkpoint-103000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc67813da66025400b96f559fd041f2303ac6f2083257d86a56d6374b660474
3
+ size 988
checkpoint-103000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1980c27c4ffc31b5aa9e31b8bba3b64dd4577ceb588fc1a21a9ae0a222a98a
3
+ size 1000
checkpoint-103500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422f505a55023deaff41cf62a7b1dc7c7a0c50b1180c6a7ac6cef53f684629ec
3
+ size 9598266
checkpoint-103500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8f29c8441c5325ef9e94b87fa992e8232692ca80e3940bcbe283e988e4b4fe
3
+ size 4742848
checkpoint-103500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4efcddcb1e34bb0ac08ca49a8b9185f78ae5cae665f8fc38986e9cce8c7b935
3
+ size 14280