Shreya Shetye commited on
Commit
8a8a05d
1 Parent(s): d08afae

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/scaler.pt +3 -0
  8. checkpoint-1000/scheduler.bin +3 -0
  9. checkpoint-10000/model.safetensors +3 -0
  10. checkpoint-10000/optimizer.bin +3 -0
  11. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  12. checkpoint-10000/random_states_0.pkl +3 -0
  13. checkpoint-10000/scaler.pt +3 -0
  14. checkpoint-10000/scheduler.bin +3 -0
  15. checkpoint-2000/model.safetensors +3 -0
  16. checkpoint-2000/optimizer.bin +3 -0
  17. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  18. checkpoint-2000/random_states_0.pkl +3 -0
  19. checkpoint-2000/scaler.pt +3 -0
  20. checkpoint-2000/scheduler.bin +3 -0
  21. checkpoint-3000/model.safetensors +3 -0
  22. checkpoint-3000/optimizer.bin +3 -0
  23. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  24. checkpoint-3000/random_states_0.pkl +3 -0
  25. checkpoint-3000/scaler.pt +3 -0
  26. checkpoint-3000/scheduler.bin +3 -0
  27. checkpoint-4000/model.safetensors +3 -0
  28. checkpoint-4000/optimizer.bin +3 -0
  29. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-4000/random_states_0.pkl +3 -0
  31. checkpoint-4000/scaler.pt +3 -0
  32. checkpoint-4000/scheduler.bin +3 -0
  33. checkpoint-5000/model.safetensors +3 -0
  34. checkpoint-5000/optimizer.bin +3 -0
  35. checkpoint-5000/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-5000/random_states_0.pkl +3 -0
  37. checkpoint-5000/scaler.pt +3 -0
  38. checkpoint-5000/scheduler.bin +3 -0
  39. checkpoint-6000/model.safetensors +3 -0
  40. checkpoint-6000/optimizer.bin +3 -0
  41. checkpoint-6000/pytorch_lora_weights.safetensors +3 -0
  42. checkpoint-6000/random_states_0.pkl +3 -0
  43. checkpoint-6000/scaler.pt +3 -0
  44. checkpoint-6000/scheduler.bin +3 -0
  45. checkpoint-7000/model.safetensors +3 -0
  46. checkpoint-7000/optimizer.bin +3 -0
  47. checkpoint-7000/pytorch_lora_weights.safetensors +3 -0
  48. checkpoint-7000/random_states_0.pkl +3 -0
  49. checkpoint-7000/scaler.pt +3 -0
  50. checkpoint-7000/scheduler.bin +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
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - diffusers-training
10
+ - lora
11
+ base_model: stabilityai/stable-diffusion-2-1
12
+ inference: true
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 - dlcvUIUC/retro_sd_lora
20
+ These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were fine-tuned on the dlcvUIUC/historic_images 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:70b958564f43a1a769a0280ac3d59370c967a7078864e41d3ef29fd355dc11d6
3
+ size 1735264088
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fd595e6d69a41be08c5e88c0026d88dcc53748ef98b50adbda3bce500746d5
3
+ size 6854266
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b3390ed901f041eb87e69d6796587aeddd761bc0379e336f748b70c06f5abd
3
+ size 3357296
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e6a55ad2438b616f7504ac80174d0e11eb4cf26faafe43752b7dbc46048ddb
3
+ size 14408
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800f090dfef82138d15bc35b05ec95bf6a15281b9ab8d858d92a3fe18972cc3a
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5f7e6996f1233db569af16fd88a648a3391157cf5bfbecc923744dc7f117fe
3
+ size 1000
checkpoint-10000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affa659f476be0b36ac11e0f759782527045cecf2ddc5358137df77c3704e8ce
3
+ size 1735264088
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b06ca1380a30c7522a37233b7eb5986901f9c6cd97e723eddc8823fd10f556
3
+ size 6854266
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97dbf96c1c5c7536d1bffb615a4048a120b3f17d7dcf20947af77f69f228588c
3
+ size 3357296
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ba4e76cecde0e3aa30fb60b18b4622bbc9c8f523a975201a0beb620cd98165
3
+ size 14408
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b793e08f77bfded73c9865822393855079281b6c7e3c2c1bbd9391e2bf306757
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14dd9f810b08a6cfbb5ffc8c75d10570e1230bb84a7afa25493b2d6b255ebb89
3
+ size 1000
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086071885894b3d1d071055ac3b1d48e069a0f20e92d84a41ccc5e3208f815b1
3
+ size 1735264088
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6105d3a20d8a3b9d62455ab5c8e40f5b8f6327e5eb61e50e1df3efb5d87779a0
3
+ size 6854266
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d74fb58e2200fb9a5e4d401f07266e719324b614be9301a272c84de1746e83e2
3
+ size 3357296
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fd09eb06040a5e1700df079f728b7bb90790076a3e692b298d983efad319d6
3
+ size 14408
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4245ff847baef9b9fe9d198cc2cc7b1f152f7eb80a7fd2e72885fc9f36de4525
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29ee0a1066dfee72da38f92a10e99b98dc2c6a77be4104b4dcf2e7699772e2d
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bb4355136cec9ee6d004cd7d53180542e4b3dc99b51bfeebcb563e0325856e9
3
+ size 1735264088
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f682fb1e440976c718e0518748f3556aad7a60c2d309b610a350634ae866b18
3
+ size 6854266
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c774869dc2600f5ae247cd513288af3c79941d2c8f582faa0e4b0e7836bf98
3
+ size 3357296
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3a596bf79d365910c5bab1f96b07dee05a7d01148f665cde965ff9bd6adabe
3
+ size 14408
checkpoint-3000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8770c95fb156a9551cd8c053eb57c1c02b056c68f66bbd1d3794db036fa15115
3
+ size 988
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f3fe41a482bb448f2e014add02d6a3e67ff3898669a97834cc3e803101fcd3b
3
+ size 1000
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d01386fb8449d2cd9b603a27a6d9eb31d9cc631832f850c66be69fce2b90bd
3
+ size 1735264088
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b491bdd2cefb7debae6811577a927cb633321c8ab40adcc8d26b4b1b45faea
3
+ size 6854266
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d64df97d079c7ce2acf7c5e3b3509577e9b0d0ce57290703d232a33dc6300d
3
+ size 3357296
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628e32ef62d6b45185a98b8c18562cbcb836d67a24fb6745e5bbef4629c46e73
3
+ size 14408
checkpoint-4000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4887f3549b8c1c75331291e45b91a00984ed78570c7016beccb1d9be4b2845e
3
+ size 988
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1fac50712a737244c35426597ac3cfac41f8b2ebba50edc2340d51da867d71a
3
+ size 1000
checkpoint-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb33bac7111afe9c159d50f4b79095be9c12c24f1e8800e821cda0266686dd8
3
+ size 1735264088
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211fd11568649acea2a6c999d63702498d0d26ed4eaf0a55d1b8d02a706c36e4
3
+ size 6854266
checkpoint-5000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f475ce9a7c5a4823ef3a688f6ea8e71a092b9c45859b234de9fdde3536a8b7e
3
+ size 3357296
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c052e37479521310ffb5c1fdf5321aa9386266981dde1dc8efa86d3ae79c6ba
3
+ size 14408
checkpoint-5000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5925b04dc3181ad6a6f7ea3a5cf779ada98b782e4aa4d0518296d51b1125c336
3
+ size 988
checkpoint-5000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac7ed51da74749da3224cbc45c1b4f0875e5a87618de3cd61776e65e42a53242
3
+ size 1000
checkpoint-6000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadb38df2dba35050ec1440ab90ba044d97712c84b542e4b0c17825facd493ef
3
+ size 1735264088
checkpoint-6000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030713c7ca054c4c1b2070d21138cbbdc074244f1bebb9ec091084c5d2b3a65e
3
+ size 6854266
checkpoint-6000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5083c99f902c79f9f2b4a33166386e2ac1d9bf902f38af914981a4838901527d
3
+ size 3357296
checkpoint-6000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f12bed85bb11f343fe7be529199cba7f941db6884d21d7185d85ad89ca645578
3
+ size 14408
checkpoint-6000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c117d2dec4f8bd3ad3695bd8adf4e645583ef7e18502b2214903baba01a8b16a
3
+ size 988
checkpoint-6000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4038fbb31109aa7629b9d0f26dc51e702c1bf5a21d47eb19c0b118fd5b5868ac
3
+ size 1000
checkpoint-7000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7625dc1326280fbaf80c14e77d5b8a5fcabe32a2f80449a8f2e97ddc8fa37a50
3
+ size 1735264088
checkpoint-7000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d63228b24ff676aa926c09665b356bf6e7ea11baed3419fdf200d5b17e3c7318
3
+ size 6854266
checkpoint-7000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57105ed8ac879e6c8f9258641fb9d24b1a7a1b4d3e7ae5bc6eb514d3aeba514
3
+ size 3357296
checkpoint-7000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b9240a43d8a36bf6a9e339205c5d05822a368ec19f2701aa55f9646947c5a7
3
+ size 14408
checkpoint-7000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa4936105b21f1e146c4d132a16af18bc18ce0aca076cd3bd708187e3c300885
3
+ size 988
checkpoint-7000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb9c2201d3d307586ed043e583dcf93b643124415e172fd76a68b787758ee66
3
+ size 1000