End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- README.md +43 -0
- checkpoint-1155/model.safetensors +3 -0
- checkpoint-1155/optimizer.bin +3 -0
- checkpoint-1155/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1155/random_states_0.pkl +3 -0
- checkpoint-1155/scheduler.bin +3 -0
- checkpoint-1540/model.safetensors +3 -0
- checkpoint-1540/optimizer.bin +3 -0
- checkpoint-1540/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1540/random_states_0.pkl +3 -0
- checkpoint-1540/scheduler.bin +3 -0
- checkpoint-1925/model.safetensors +3 -0
- checkpoint-1925/optimizer.bin +3 -0
- checkpoint-1925/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1925/random_states_0.pkl +3 -0
- checkpoint-1925/scheduler.bin +3 -0
- checkpoint-2310/model.safetensors +3 -0
- checkpoint-2310/optimizer.bin +3 -0
- checkpoint-2310/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2310/random_states_0.pkl +3 -0
- checkpoint-2310/scheduler.bin +3 -0
- checkpoint-2695/model.safetensors +3 -0
- checkpoint-2695/optimizer.bin +3 -0
- checkpoint-2695/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2695/random_states_0.pkl +3 -0
- checkpoint-2695/scheduler.bin +3 -0
- checkpoint-3080/model.safetensors +3 -0
- checkpoint-3080/optimizer.bin +3 -0
- checkpoint-3080/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3080/random_states_0.pkl +3 -0
- checkpoint-3080/scheduler.bin +3 -0
- checkpoint-3465/model.safetensors +3 -0
- checkpoint-3465/optimizer.bin +3 -0
- checkpoint-3465/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3465/random_states_0.pkl +3 -0
- checkpoint-3465/scheduler.bin +3 -0
- checkpoint-385/model.safetensors +3 -0
- checkpoint-385/optimizer.bin +3 -0
- checkpoint-385/pytorch_lora_weights.safetensors +3 -0
- checkpoint-385/random_states_0.pkl +3 -0
- checkpoint-385/scheduler.bin +3 -0
- checkpoint-3850/model.safetensors +3 -0
- checkpoint-3850/optimizer.bin +3 -0
- checkpoint-3850/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3850/random_states_0.pkl +3 -0
- checkpoint-3850/scheduler.bin +3 -0
- checkpoint-770/model.safetensors +3 -0
- checkpoint-770/optimizer.bin +3 -0
- checkpoint-770/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: runwayml/stable-diffusion-v1-5
|
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 - lylz/poem-sd-lora
|
20 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the lylz/dataset_hw4_cleaned dataset. You can find some example images in the following.
|
21 |
+
|
22 |
+

|
23 |
+

|
24 |
+

|
25 |
+

|
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-1155/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d35d385ae1679171f81460ce9b42f4d0ac165fd49573d6893e170b6fc528fe1
|
3 |
+
size 3441397096
|
checkpoint-1155/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a4c63edee790da4d3f9cf584921dcbafe82ce09d05514f0b83e24b932235dcb
|
3 |
+
size 6592122
|
checkpoint-1155/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d96b1abe93edc6809905aec7ec53f0d71e3afb2ee4d7a8fdbd38c2e50b304ff1
|
3 |
+
size 3226184
|
checkpoint-1155/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26d7b893ee2a1021b7911c96829ce3e983d7b676f721972c9e78cf46f97d5543
|
3 |
+
size 14408
|
checkpoint-1155/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cddf9e0c875fdf05c3fb9566e326232f16d08b0d9193c246d51817e420fce046
|
3 |
+
size 1000
|
checkpoint-1540/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7981e12367ce5ef1e79bcb3f7ae52788f8779e4f9e80e301c173e634f9ecc3f1
|
3 |
+
size 3441397096
|
checkpoint-1540/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71260098488bc051dc377cc386beb0b5d6e409d6f1733b473ec318b0e37ba149
|
3 |
+
size 6592122
|
checkpoint-1540/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4fe6006bf24ba72898a14dda41ac65ca24caf1d7549230173c133d52c34128f
|
3 |
+
size 3226184
|
checkpoint-1540/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d87966fdb06e75485c61956224b87dfa8cd1edc7d288c940e3b542f33576af4
|
3 |
+
size 14408
|
checkpoint-1540/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ec25465f00cd0810efc0848e6046d9678cb79fa40826d7803cc737aa4510132
|
3 |
+
size 1000
|
checkpoint-1925/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32320980258bce54938ad0ad00ac05092e51ee14088bb1bc62ca6cf745273c41
|
3 |
+
size 3441397096
|
checkpoint-1925/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c779c8c3ea99ac9bf40fb9ce3106f4b3251dae4bbe4929572ba027eed3926c72
|
3 |
+
size 6592122
|
checkpoint-1925/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8456a89c5f68d4c08474962462e2cd819cca325052e2b72c8223318def68004
|
3 |
+
size 3226184
|
checkpoint-1925/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9254968ca25304b1bc273e82d8a498f6cfcfad5481ddf56b6b288628bc65fbd5
|
3 |
+
size 14408
|
checkpoint-1925/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:594139a80cbc456beee7114541003c3afbc52890ecd0a6763c853afea497a76c
|
3 |
+
size 1000
|
checkpoint-2310/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd4ee283a83a64268cba8c216a70e4e364429afb2adc7b52b9882389c8c80b0
|
3 |
+
size 3441397096
|
checkpoint-2310/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5244f2716dd086620d12d87bc62a24a2e5bbd44c663060c4a87415cb90071fd2
|
3 |
+
size 6592122
|
checkpoint-2310/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea9c30ccb730bf1ae409e5507f6d0861d10d09a91e29fe08ccbf76d459f1f348
|
3 |
+
size 3226184
|
checkpoint-2310/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5115cf799a607cb3ddc673dbd5e76bf82424b31e7ef8b9595658cdb6204aa10
|
3 |
+
size 14408
|
checkpoint-2310/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:960720e8aff96010896d687621bd8fd05840738ed183cc9807302f420758a741
|
3 |
+
size 1000
|
checkpoint-2695/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf59a3f20ddc38f90050aacb7ff3a930529ea8cc2659e994d5c2b4dd0ef4479c
|
3 |
+
size 3441397096
|
checkpoint-2695/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c23b4b52af29631ababe1e829993b0a5a723f755731cd340dd43da75c6187b11
|
3 |
+
size 6592122
|
checkpoint-2695/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:329207ae092274428125ae86e4b815f4762d539290e376e7cbf960c856d0b55c
|
3 |
+
size 3226184
|
checkpoint-2695/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82226e2f65b5c86a248164f2e49c48e9c789ceb2c2ac7ac08b95093eb8d01022
|
3 |
+
size 14408
|
checkpoint-2695/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f93b19cf5179658acb6ab71ce2d2e7a9356c0a65c0ae9e2dd437ccf261ba66f
|
3 |
+
size 1000
|
checkpoint-3080/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3aa771cca2b5273efa48066fa8ce17100b2e8dad7fcf18d2e3af41d8020ab4d
|
3 |
+
size 3441397096
|
checkpoint-3080/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe913d8f92b7803f885857aa3d4dc9767d7abaf0a6e41d8d349e825b1de4a488
|
3 |
+
size 6592122
|
checkpoint-3080/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60576594cd15b1480fc7facfc07f2e88d1eedb00547a490e61596c82e6dd5afe
|
3 |
+
size 3226184
|
checkpoint-3080/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:977702f51250822bbec3ba1bd4d8e3f11d8e67e2998c8ac914c7507f25df937d
|
3 |
+
size 14408
|
checkpoint-3080/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de603ccd3e25c3c5a667b64b5d521320fc8b3615ac6c0835e1e8d60fd0042906
|
3 |
+
size 1000
|
checkpoint-3465/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca34bd7a03f9e461b4322e3854d619bfd64283d3ab930c5318b7c5ed6269d682
|
3 |
+
size 3441397096
|
checkpoint-3465/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8e4a1f660e7b25000f9e3843d1a0be94615c5709fd407341766f6314a8c6863
|
3 |
+
size 6592122
|
checkpoint-3465/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:492c4dbfbbfc14261d57f6fc9fdac1f06f496b516a88b361c4ad905adbe57d97
|
3 |
+
size 3226184
|
checkpoint-3465/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cb7ab55d7bd0d8fec02ffa2c288ba76168529f38c9b241c1706d32d7b25f0b
|
3 |
+
size 14408
|
checkpoint-3465/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a27920840dbae8efe257d1f5d925d677fa6e08757692e30be6df312d2bf69158
|
3 |
+
size 1000
|
checkpoint-385/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12b542e33306725651cbdb8453f38f090fa9113a169bbcc41218118e30a4ecfd
|
3 |
+
size 3441397096
|
checkpoint-385/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:690226972387f52c13ac35daff76c71cf7c6eee477dcc6295a6563864f6d0b4e
|
3 |
+
size 6592122
|
checkpoint-385/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa7e83853d8d077c61ed459ecc39966a13af3ea2dd0750301ad3b87e445b08a3
|
3 |
+
size 3226184
|
checkpoint-385/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8882a899a0e709da4bf8b4012f2018f27894ecb924a2c32f91531d796abd6d18
|
3 |
+
size 14408
|
checkpoint-385/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df0e5d4607142ab5218929a7e2a699483b16c80bd838d5a11e029d5df1dd6020
|
3 |
+
size 1000
|
checkpoint-3850/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58b3cb0c4bd72cef8e241f372e72edd3953401b72d6bbaab6cfcfe455788f146
|
3 |
+
size 3441397096
|
checkpoint-3850/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c2119d513c980c3503c99996bb1e4c7363662a05c2777bd81be6bdb43c42295
|
3 |
+
size 6592122
|
checkpoint-3850/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dab23a2babdf3cf184dde7277a9a01e1c59b1e11f6dfc7c83614967413778a00
|
3 |
+
size 3226184
|
checkpoint-3850/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1cdfe0604ce65c891e3cdde0808f917a832c8f8c6ef2b9a45b31698d2d428ea
|
3 |
+
size 14408
|
checkpoint-3850/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea4324ceb01f982a6ab04f2e217ab33a11b90957d53c1602cdc2b1a071fd1756
|
3 |
+
size 1000
|
checkpoint-770/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48bc72a419c6046d497bf66d835b02703852b40928edbd90fce404d7e9cc2035
|
3 |
+
size 3441397096
|
checkpoint-770/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7f4945953c29d28ca947aeda030129fceb408161a4bccf32977dfb9b23e7d2e
|
3 |
+
size 6592122
|
checkpoint-770/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf9b42fc6ac870cecb8b33067cfccfd7d0ebbf57d7ffed291822040bab92444
|
3 |
+
size 3226184
|