Kyle3695 commited on
Commit
e40b59f
·
verified ·
1 Parent(s): 16ca893

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 +8 -0
  2. README.md +47 -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-10500/model.safetensors +3 -0
  14. checkpoint-10500/optimizer.bin +3 -0
  15. checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
  16. checkpoint-10500/random_states_0.pkl +3 -0
  17. checkpoint-10500/scheduler.bin +3 -0
  18. checkpoint-11000/model.safetensors +3 -0
  19. checkpoint-11000/optimizer.bin +3 -0
  20. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-11000/random_states_0.pkl +3 -0
  22. checkpoint-11000/scheduler.bin +3 -0
  23. checkpoint-11500/model.safetensors +3 -0
  24. checkpoint-11500/optimizer.bin +3 -0
  25. checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
  26. checkpoint-11500/random_states_0.pkl +3 -0
  27. checkpoint-11500/scheduler.bin +3 -0
  28. checkpoint-12000/model.safetensors +3 -0
  29. checkpoint-12000/optimizer.bin +3 -0
  30. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  31. checkpoint-12000/random_states_0.pkl +3 -0
  32. checkpoint-12000/scheduler.bin +3 -0
  33. checkpoint-12500/model.safetensors +3 -0
  34. checkpoint-12500/optimizer.bin +3 -0
  35. checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-12500/random_states_0.pkl +3 -0
  37. checkpoint-12500/scheduler.bin +3 -0
  38. checkpoint-13000/model.safetensors +3 -0
  39. checkpoint-13000/optimizer.bin +3 -0
  40. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-13000/random_states_0.pkl +3 -0
  42. checkpoint-13000/scheduler.bin +3 -0
  43. checkpoint-13500/model.safetensors +3 -0
  44. checkpoint-13500/optimizer.bin +3 -0
  45. checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
  46. checkpoint-13500/random_states_0.pkl +3 -0
  47. checkpoint-13500/scheduler.bin +3 -0
  48. checkpoint-14000/model.safetensors +3 -0
  49. checkpoint-14000/optimizer.bin +3 -0
  50. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,11 @@ 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
40
+ image_4.png filter=lfs diff=lfs merge=lfs -text
41
+ image_5.png filter=lfs diff=lfs merge=lfs -text
42
+ image_6.png filter=lfs diff=lfs merge=lfs -text
43
+ image_7.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-2-1-base
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 - Kyle3695/outputs_STF_lora
20
+ These are LoRA adaption weights for stabilityai/stable-diffusion-2-1-base. The weights were fine-tuned on the None 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
+ ![img_4](./image_4.png)
27
+ ![img_5](./image_5.png)
28
+ ![img_6](./image_6.png)
29
+ ![img_7](./image_7.png)
30
+
31
+
32
+
33
+ ## Intended uses & limitations
34
+
35
+ #### How to use
36
+
37
+ ```python
38
+ # TODO: add an example code snippet for running this diffusion pipeline
39
+ ```
40
+
41
+ #### Limitations and bias
42
+
43
+ [TODO: provide examples of latent issues and potential remediations]
44
+
45
+ ## Training details
46
+
47
+ [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:180647584bd9b7b8309db92d21b76d3b214fbde255117258469a03c38720325d
3
+ size 3467087168
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f05c639fa6bad4332f49aea5f3be048e4a2b85b2dce7a8ca229f1e6381641d6
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:4e9a22173c61d853d755683d50e91862e591f6e866055193fc6402d5f127e76a
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:115b636dde07f6a577d9c54bf544cd7c911596abfefe381545707cb2b03425dc
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:e2c4eec1538032dd0fff1dc0fbc8c6ab70a81f94c26a3ba3f31cdbfd2270a537
3
+ size 3467087168
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96caef63ad85b24b488e708e5fdb7e79c8659007848af5b8d698708ff5a5e5d
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:9d7385c901df35c1ffb1205072e55b5e2d440d6e4330b3370404d8ba1bafdaa9
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:ccf7d1a059b30cf6b009d8c423b5695e9f052689ad0b0a2f0f02d178f221bc27
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-10500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49251483d72f43263d55bd1bf07af5cae617d56f244e331a56b17fce4d50cab0
3
+ size 3467087168
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc164d86e45ddfebfd8981e215257657ff94c44f4e2bad05b06a0cfe645b721c
3
+ size 6854266
checkpoint-10500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12594709c20073d64fa455e56877790efce87e94d0d0d3108a48776d1b5758b
3
+ size 3357296
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33bcaeae183513a06a853ebad2fdd52dda2fb99bf63c277065ed2149d127a860
3
+ size 14408
checkpoint-10500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e891ebb6a6ff255f08ad07b26a8de1fff9777577f71a03f1bdd59caec3f7cf
3
+ size 1000
checkpoint-11000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be976544245acf009733abfbd7275fec8f3b69dd0ab945a67a279c6fb8f9fb50
3
+ size 3467087168
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39419d59185c87dd072a4e01b6f7d2e961f826c8ced3fb5f214d83f657734799
3
+ size 6854266
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba91e0016a3f55622b5716b9bfb964106396dce6a3f7873b09377c2b25b53d4
3
+ size 3357296
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e03bb7008caf2336490653aade1aecafd4fda87fa4e4ae48447f4f87a2689bc
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-11500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817189981b5bb3b34116c5404850fd0e7f171981ec1e98d8b69bcc3a2e36e8b2
3
+ size 3467087168
checkpoint-11500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b29f9c6a100697a548f1e6f8460d48fa47806fe60914c53c13030cc56e1bdfb
3
+ size 6854266
checkpoint-11500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568e1fdde1e6af3fc5d6ce1e3105805890f10ea74b016a591221c49a6c6a6b89
3
+ size 3357296
checkpoint-11500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f4f87473498bc3604a145803ed911e60420299909db9b9fb64834a07fbaa2f
3
+ size 14408
checkpoint-11500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750ca13ca2fd7dde38eee6fbc7cc8af88ffccfa2c5f6d42945939cd6f244fc6f
3
+ size 1000
checkpoint-12000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7796ccef4431976182189382d0f45051a35cee6573e2d9f16f467842725fc6ae
3
+ size 3467087168
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf950b52cf812f4876b19a007e97ce3275106e52a7685400da95d33643e1970c
3
+ size 6854266
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50dd7a402672459461c9abcd5432bc12be31a0b79ebe5162a843e7d1efb1e96d
3
+ size 3357296
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f8d478881fe9ea33659e8f2c8edd2033e52797fb411cdb77f0063b49f9236c
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-12500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dec45b31b60756ff21d05351f5c4b62661703935bfd645dc8ea836377e31eb
3
+ size 3467087168
checkpoint-12500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99385db07026728da45597f8ead1d4306f9cda2b1d319d77a0f4a0b938f0d43f
3
+ size 6854266
checkpoint-12500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c86addec32c878dd071963b4e4ba9b39a3849839181222b77374173d005681
3
+ size 3357296
checkpoint-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09c17e071d34c15aae8757ceb039eae647441ef2d68d193670f07505857dc48
3
+ size 14408
checkpoint-12500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea7345622a77b6e9bf114c23e68ff93e167de0391d396751a7039eb88a421174
3
+ size 1000
checkpoint-13000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e49e5d3ba9496f559a7e83b8e1934128a441c966592fb3d05fc81279663926
3
+ size 3467087168
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ee0f12738c74f07051474ffa36519c52b387739a07322a87987001b28dcf60
3
+ size 6854266
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb3057fc3a13e13cb839c992c70c041ba5f6920161406f799a058edc6a6e381
3
+ size 3357296
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92ba750c5ef80ecc70097b0bcd9e2741e989bc119b2510e5e200639dbc2f782
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-13500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47bc232021101f2884c213beb059d2350b4d073036d32f80b183d1d0911bceb
3
+ size 3467087168
checkpoint-13500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c932c967a5a0c6782e2a984a62a7d6d3d4e83e5cc8b04218714725bfbe4323
3
+ size 6854266
checkpoint-13500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b399c441b04b3eb5538c8ab1bb976b459d585c922e4de9333715aa901c70ca6
3
+ size 3357296
checkpoint-13500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc4cbbf430c6e8f4e0b55558e93e3b5822c1f9d9913ff31052d96ed51d26865
3
+ size 14408
checkpoint-13500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3ab13abc60a1f39dee400697297da573a5ec1d455b42ac03cf3da7c9254f1e
3
+ size 1000
checkpoint-14000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f6a31106d386169fd473f61ed6a4b091da2206661e64cd99eef99b890a235c
3
+ size 3467087168
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82c99e47e75c03de2c9cb72b403d25c1d36d8d2621ccf636cd4570ddb092530
3
+ size 6854266
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4031d2f812a634e97043257849f9a6f020bd560964fa3ac68bfec7d8d3d35f
3
+ size 3357296