AaditD commited on
Commit
ee2b1de
·
verified ·
1 Parent(s): ef2090a

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 +43 -0
  3. checkpoint-1000/model.safetensors +3 -0
  4. checkpoint-1000/optimizer.bin +3 -0
  5. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  6. checkpoint-1000/random_states_0.pkl +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-10000/model.safetensors +3 -0
  9. checkpoint-10000/optimizer.bin +3 -0
  10. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  11. checkpoint-10000/random_states_0.pkl +3 -0
  12. checkpoint-10000/scheduler.bin +3 -0
  13. checkpoint-11000/model.safetensors +3 -0
  14. checkpoint-11000/optimizer.bin +3 -0
  15. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  16. checkpoint-11000/random_states_0.pkl +3 -0
  17. checkpoint-11000/scheduler.bin +3 -0
  18. checkpoint-12000/model.safetensors +3 -0
  19. checkpoint-12000/optimizer.bin +3 -0
  20. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-12000/random_states_0.pkl +3 -0
  22. checkpoint-12000/scheduler.bin +3 -0
  23. checkpoint-13000/model.safetensors +3 -0
  24. checkpoint-13000/optimizer.bin +3 -0
  25. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  26. checkpoint-13000/random_states_0.pkl +3 -0
  27. checkpoint-13000/scheduler.bin +3 -0
  28. checkpoint-14000/model.safetensors +3 -0
  29. checkpoint-14000/optimizer.bin +3 -0
  30. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
  31. checkpoint-14000/random_states_0.pkl +3 -0
  32. checkpoint-14000/scheduler.bin +3 -0
  33. checkpoint-15000/model.safetensors +3 -0
  34. checkpoint-15000/optimizer.bin +3 -0
  35. checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-15000/random_states_0.pkl +3 -0
  37. checkpoint-15000/scheduler.bin +3 -0
  38. checkpoint-2000/model.safetensors +3 -0
  39. checkpoint-2000/optimizer.bin +3 -0
  40. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-2000/random_states_0.pkl +3 -0
  42. checkpoint-2000/scheduler.bin +3 -0
  43. checkpoint-3000/model.safetensors +3 -0
  44. checkpoint-3000/optimizer.bin +3 -0
  45. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  46. checkpoint-3000/random_states_0.pkl +3 -0
  47. checkpoint-3000/scheduler.bin +3 -0
  48. checkpoint-4000/model.safetensors +3 -0
  49. checkpoint-4000/optimizer.bin +3 -0
  50. checkpoint-4000/pytorch_lora_weights.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,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-2-1
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ inference: true
6
+ tags:
7
+ - stable-diffusion
8
+ - stable-diffusion-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - diffusers-training
12
+ - lora
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
+ # LoRA text2image fine-tuning - AaditD/rks-diffusion
20
+ These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were fine-tuned on the AaditD/multilingual_rks dataset. You can find some example images in the following.
21
+
22
+ ![img_0](./image_0.png)
23
+ ![img_1](./image_1.png)
24
+ ![img_2](./image_2.png)
25
+ ![img_3](./image_3.png)
26
+
27
+
28
+
29
+ ## Intended uses & limitations
30
+
31
+ #### How to use
32
+
33
+ ```python
34
+ # TODO: add an example code snippet for running this diffusion pipeline
35
+ ```
36
+
37
+ #### Limitations and bias
38
+
39
+ [TODO: provide examples of latent issues and potential remediations]
40
+
41
+ ## Training details
42
+
43
+ [TODO: describe the data used to train the model]
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4dee4ae5beca9951f383e7538e3119fd6f5a46c8b60afe5edee59456d08513
3
+ size 1733606360
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d98feb8d64fcdb099f1061d1ef79cc593adb2ce0facb63f3c9b78ee7c1437ab
3
+ size 3534458
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0030a69c20c6f544a7208b1df2bc87c3ef2cd848c832ead244dc670d60c15b48
3
+ size 1697512
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5975536d6e196f7e36cc9dee54b741a861e5cac5e30d11f5909fcc87fdcbcbe6
3
+ size 14408
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d9e05d4cdf29c2fa62a23d3f6adb8f83a1fbc0731ed38f18c48d5f9e248f89
3
+ size 1000
checkpoint-10000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8a05b4ccb2f3acded4a5891dc7cd0b4f91a554906b789e476d05b87a8e76d2b
3
+ size 1733606360
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf11529d5d8b45af15d180933752a73c87f1af195e39d56b0a53b7c41019768b
3
+ size 3534458
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87ca7a3d68fafa684d6e0191c47f9c645b82ddd34da8296e8748f74501b11b4
3
+ size 1697512
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f76bb55ae361a23650b0771bb811b072188896aa2bf66e414393e22b4fe507
3
+ size 14408
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143922961dbb6f94f020827b4bae7750079e859d46aeea6d7127e6799bfa5162
3
+ size 1000
checkpoint-11000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a76ef622fd0042ff87175848819e5eb15a6d5b8162a653d1e01b61c06d3bd5
3
+ size 1733606360
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e521ec21f73705c1d4589b4a1c072bf34f57126df89dc5e73063a9b9c79e0994
3
+ size 3534458
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c58b968d02dca8c09899cebb55e43a9336e7b39887a6a7dde0b311061a5566e
3
+ size 1697512
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c2138263b9ca5d01cc3aba3904c5fef7fcc8174bdb746561b904c548a9742c
3
+ size 14408
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091030df96ccdd22b419f7da143e4053cbbee13c12ddc77c6311a8bc354a3dde
3
+ size 1000
checkpoint-12000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b25c52c2504daea3edc881c440c1a08facbedf05015bfe9fceb40ddfb43f30
3
+ size 1733606360
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7321e685d0493a382df32a18854c40c615508375c39dd89c84c169e57a86f59
3
+ size 3534458
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f7b8762136726ea91ab48d94968de9999bd7be108a30bf02a7f5fe4ee23d6c
3
+ size 1697512
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf5c1713912bea1dcef26a85795e4e9d264b94eff6e4e38f52a666a6b3c9bad
3
+ size 14408
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9921b7da5c99c86f03a3f19361ffe4ae9a1d7472d81b1adc17eaae9fcbef933b
3
+ size 1000
checkpoint-13000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be49382f27ea838daf908ebd29559b8084eb34034eaa4c2a9bed6b16d6764a91
3
+ size 1733606360
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122e44252fa02c31c04b2c0c6fc0ca37bb319f12cf11b1c39c67468395590cdf
3
+ size 3534458
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3021a9e1c18afdd9fa647da7d4fc91e8b2b794b2f72084a03b6d53c26ab18c
3
+ size 1697512
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9583b32691e88aca23667ece515dd41dddb5aa21c4bf30c51fe0d49616dcd6
3
+ size 14408
checkpoint-13000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60cc2f543686f3d68d183d677db716743e68b6743f1ed020829f4cffe8130c32
3
+ size 1000
checkpoint-14000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0742f1bd6832ceb211de0f23500dd9fa0b949825d3eaeb153ef7148d28b8003
3
+ size 1733606360
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead7ee5fd0a1c20e1c4547332f92d952b05d811af3db404ae66003c9ffb42f74
3
+ size 3534458
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c4e1a3c454ef6866084a3f9cdd05d53df99286a06334301d63b4ddad7a0f49
3
+ size 1697512
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45eb863974cc754aa3da2e6b7dd4bd7b56f67a56a514f185cc3a359b7881cc74
3
+ size 14408
checkpoint-14000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80a763264e84f7d3eca6dfaf472dce1578a0a1983a1bc8fb9cf9a193c0a6e554
3
+ size 1000
checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd220e8439f1d54a5a678f03e78b45cf57cf42473560d6c5f1942886c0b309f
3
+ size 1733606360
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17acfbf3c1fae0205c21775edb352169a336c08d841cd112bf422789cc4a7e9e
3
+ size 3534458
checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c95e79f2762cf3203b45d78a8cba672713e5499688d65ce31b1462ef92ef85a
3
+ size 1697512
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15d8acac0caf8d81242cd0d8b816d920b4801b62155e12074153f81f589b069
3
+ size 14408
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f0d2821e7f7c722098b0457f080f4d8c890ce3bfa7f08e3dad3b6fdda4dfbd7
3
+ size 1000
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0aab412d1342ccb09b7a2ab517d9e84c72b7623939749e68de4b5da70a2b214
3
+ size 1733606360
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6bf3d5f911aba7d9ae260eac582fffae2debba37264adc95158cfd361b9676
3
+ size 3534458
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e387331bc5f05d1d129aa87f9879456a5db64b153c65247273915397945a4c4c
3
+ size 1697512
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319b73ee12b35977a9745d85e5e1e0f8f8759b26f094c01f002ec950757a17d3
3
+ size 14408
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04519463d3667dd14d4c697b848d64d915d1101dbf0ed4e8acd9d22773e5470
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb3bd55be3f1dac310958bb2fbaf5d177b0c24ab6eeff43b6986ceec91508295
3
+ size 1733606360
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e168c035f5492c6a978d1973f4f59c2f76c4b86b7a1efe674bb6d50d4e17c2
3
+ size 3534458
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5d7aaf221050f13f5a4541a1b3135a8fc3f6d94e457f6e976a5ea089ea7e11
3
+ size 1697512
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ca984af48661073c6de53136ca7e01d8b2998efdbe66cd732b51f5ddd7ff55
3
+ size 14408
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89df8bcca59003290e3a854d22c2892d49d485440014cbb479fc1d4c852903d2
3
+ size 1000
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbed01a2956209c3f94571fc1afff93e917165718979c65a00247c0cfdd1e9a1
3
+ size 1733606360
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c02ee136ea3ca64e6fe00db4a3d80ec82144e33e43e99990b9a6f80dd6b1f81
3
+ size 3534458
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3c48acb9bcedc6cf1e714e8f0b05f503b3d4aff958c66b73b5beff6a531e18
3
+ size 1697512