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-10/model.safetensors +3 -0
- checkpoint-10/optimizer.bin +3 -0
- checkpoint-10/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10/random_states_0.pkl +3 -0
- checkpoint-10/scheduler.bin +3 -0
- checkpoint-100/model.safetensors +3 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scheduler.bin +3 -0
- checkpoint-20/model.safetensors +3 -0
- checkpoint-20/optimizer.bin +3 -0
- checkpoint-20/pytorch_lora_weights.safetensors +3 -0
- checkpoint-20/random_states_0.pkl +3 -0
- checkpoint-20/scheduler.bin +3 -0
- checkpoint-30/model.safetensors +3 -0
- checkpoint-30/optimizer.bin +3 -0
- checkpoint-30/pytorch_lora_weights.safetensors +3 -0
- checkpoint-30/random_states_0.pkl +3 -0
- checkpoint-30/scheduler.bin +3 -0
- checkpoint-40/model.safetensors +3 -0
- checkpoint-40/optimizer.bin +3 -0
- checkpoint-40/pytorch_lora_weights.safetensors +3 -0
- checkpoint-40/random_states_0.pkl +3 -0
- checkpoint-40/scheduler.bin +3 -0
- checkpoint-50/model.safetensors +3 -0
- checkpoint-50/optimizer.bin +3 -0
- checkpoint-50/pytorch_lora_weights.safetensors +3 -0
- checkpoint-50/random_states_0.pkl +3 -0
- checkpoint-50/scheduler.bin +3 -0
- checkpoint-60/model.safetensors +3 -0
- checkpoint-60/optimizer.bin +3 -0
- checkpoint-60/pytorch_lora_weights.safetensors +3 -0
- checkpoint-60/random_states_0.pkl +3 -0
- checkpoint-60/scheduler.bin +3 -0
- checkpoint-70/model.safetensors +3 -0
- checkpoint-70/optimizer.bin +3 -0
- checkpoint-70/pytorch_lora_weights.safetensors +3 -0
- checkpoint-70/random_states_0.pkl +3 -0
- checkpoint-70/scheduler.bin +3 -0
- checkpoint-80/model.safetensors +3 -0
- checkpoint-80/optimizer.bin +3 -0
- checkpoint-80/pytorch_lora_weights.safetensors +3 -0
- checkpoint-80/random_states_0.pkl +3 -0
- checkpoint-80/scheduler.bin +3 -0
- checkpoint-90/model.safetensors +3 -0
- checkpoint-90/optimizer.bin +3 -0
- checkpoint-90/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 - adeSD/magical_cat_pu_a
|
20 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the adeSD/magical_cat_1.5_a 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-10/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d7181c16c4707e729339f60b9b5a283e3b854e4a2dbab5ce58c1d8174e07e9b
|
3 |
+
size 3441397096
|
checkpoint-10/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:572ea90c9d40190aa52922bdb7807bad3bb1f08b9a7c4afd07bc0182fe57fc80
|
3 |
+
size 6592523
|
checkpoint-10/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f81719a8e7c5d4a375afbfb15b811bca65942138a96f3618b93b5317ce13a2b9
|
3 |
+
size 3226184
|
checkpoint-10/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b26f3bbf1429bf2342a9f3d4a09fbcb1c4680f0d6a762c560a4639413a974ff
|
3 |
+
size 14821
|
checkpoint-10/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f06ecc4d213799bbbb29a59c8f180512c20c71b2f810ced5b611fe20d89d16a
|
3 |
+
size 1401
|
checkpoint-100/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:896f73e03f4e0351934f6f4fa135a68e79044aeeece09f1f20bc07f14eab45a5
|
3 |
+
size 3441397096
|
checkpoint-100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb1ab056af77c02289e6de4d245d882e4b13adee33a1823d9c3f23ee5b9d8bef
|
3 |
+
size 6592523
|
checkpoint-100/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6e253a413352253c3c57290581ca62d6843ae7b55ab53536186a8a93758ab9a
|
3 |
+
size 3226184
|
checkpoint-100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3116fb26d574f23be58d554958371e64e15a204a0f911a8accb89f2fcd08ad11
|
3 |
+
size 14821
|
checkpoint-100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af4adcbb2db574d64b875dea04f2950cd20b8cbe9275e9758f1772b3593b8be8
|
3 |
+
size 1401
|
checkpoint-20/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c21ba268c2da4b6c435d850f8f6e7a6001cd0aaddb412ac117e53966ce4aa81d
|
3 |
+
size 3441397096
|
checkpoint-20/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:690ac654ce0c052f6d93ea29045c4c8a8bdae6558d86853c27604651f73dd808
|
3 |
+
size 6592523
|
checkpoint-20/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a556ea448cb969ab9662121cd50f7013f1246641312f68aa909030f9bb857f4
|
3 |
+
size 3226184
|
checkpoint-20/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d08e0caf5399cb44c20592a7f0405186820ebddd9d311ec991fe20468f25cd32
|
3 |
+
size 14821
|
checkpoint-20/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d89c5387b46e0dd1c1509ebc4077ce64d11c5f79814f4e9ea26faade149a7cc
|
3 |
+
size 1401
|
checkpoint-30/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d17b5d9321c290b97e34c4d8c2a92ec26b044b83c0f4ef3a5c43a79d538fc39
|
3 |
+
size 3441397096
|
checkpoint-30/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78d12e2881de7da13c63bf31ddaefd90e7e4884874c7f504888c0bf05e1d5677
|
3 |
+
size 6592523
|
checkpoint-30/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e64a452ebeb48dacf1c1a2b9e8ac0df0a47edf1153720104b60b6130503e94d
|
3 |
+
size 3226184
|
checkpoint-30/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c4437efca897a1aef0ee8efcb8c73a31e1837cbf092491dc100a723b089fa6d
|
3 |
+
size 14821
|
checkpoint-30/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3be49c5150fd2e57c75e39dc6ca7686e4e2b281fbcbbf815aac43447b056bc90
|
3 |
+
size 1401
|
checkpoint-40/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faffdfbfc1e10eb842eb917fd9b591c48181404d570ad984fe3757eea84bda39
|
3 |
+
size 3441397096
|
checkpoint-40/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2872c58c86d5ab9a2c72c665b8f936a39892bfe1a25d5d52fc9abdcf8845b032
|
3 |
+
size 6592523
|
checkpoint-40/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c79cb3db08c084b39fed01793c69c015e65f0e02410ed192dfc06c121e03718e
|
3 |
+
size 3226184
|
checkpoint-40/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10470f6eb2ed93b1f5a640e01fcf2e0d066ccbff64e922ae50c821ccdbe494b3
|
3 |
+
size 14821
|
checkpoint-40/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b83ae803e04f7e13d7b972a5510dd4c6abffb8d53338b00ab719c37bc1ebcb0c
|
3 |
+
size 1401
|
checkpoint-50/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4159c804b022362686923d76ee62528a10b08b07a5402fb9185780298910e851
|
3 |
+
size 3441397096
|
checkpoint-50/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35761b0d134264d76649168162008d4b64dc97d07fae4ac984fbfcf705492430
|
3 |
+
size 6592523
|
checkpoint-50/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:469f2f135a8e9cee70934ee8f235d57d8a6bf0ffb44322d2024f524b8d0b4f6d
|
3 |
+
size 3226184
|
checkpoint-50/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f5f5eb96dc07c10ecd0ab208fc65308145404f8b5a5b4ec089ef5604faa4085
|
3 |
+
size 14821
|
checkpoint-50/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:041aafe35fc902fbfde6c233b0da7bca2b5bb2cb5c41e205e1b8a6e74e174942
|
3 |
+
size 1401
|
checkpoint-60/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c341b88415032e699b467bd428e5ac6dfacb5c8c0ecd5ae5ddfe44773dee995e
|
3 |
+
size 3441397096
|
checkpoint-60/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4460ee851b75e6b000bcdc9bb938b7145ccf72c4b6f9fda03a577267b9b343f
|
3 |
+
size 6592523
|
checkpoint-60/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18e47e0b696e4c61a43271ebcb2264d46e39ffbe3ff6301a130676b557ab4b1b
|
3 |
+
size 3226184
|
checkpoint-60/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0bceda866159b98ab658b6bbc1c04308803571eda29fa0263834393d6c8571e
|
3 |
+
size 14821
|
checkpoint-60/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dd08440eafabb159313dd63d9c0faf8d82b48766624aeb978e9d6623ede6340
|
3 |
+
size 1401
|
checkpoint-70/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cfeaca1c3b8a61c9ef4b7fdaa3266876cc0f3f393ca816e635ba5b07d1213df
|
3 |
+
size 3441397096
|
checkpoint-70/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0b0c425b39b17115bd35d3c1ff39ea2b1cc757b3ed2aa50412f79a054974c7b
|
3 |
+
size 6592523
|
checkpoint-70/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2562d72632489c21eeb9f164b5efef03c6d60c4450cb92747d6c5605f6eb596
|
3 |
+
size 3226184
|
checkpoint-70/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7552d329602379a0f2395628d997ff57e4a9624bfff163b7dc8d87ff5e83aab4
|
3 |
+
size 14821
|
checkpoint-70/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48e6127e49135667530b1b1acac8b3c09aa6d8c9a1671fe53d67ba0dd7cc87a4
|
3 |
+
size 1401
|
checkpoint-80/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:833b52282aca11b0de370c16d8b0b1400a9810b83f3e41bbc5524cf6dcd67510
|
3 |
+
size 3441397096
|
checkpoint-80/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e9cab8b703b57846ab4e70ebd13ec897917e4b1f02b317421e06a0e44e3241f
|
3 |
+
size 6592523
|
checkpoint-80/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7baf83bd6b837c34ef1f400c92df67c0a8670ffd6d7ec7e987a747f990462d6
|
3 |
+
size 3226184
|
checkpoint-80/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b311af95db8c1129c2823b6654f771161b2b001c581bd73c48e1fe64fc47cf
|
3 |
+
size 14821
|
checkpoint-80/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24516d82fbc8c78972730d82779bea89466ce83c54a4c3f9b962407515013005
|
3 |
+
size 1401
|
checkpoint-90/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce9375a4ba3177c525f7c7998cb533caf1c2297c1987c184a0f214263c6191ab
|
3 |
+
size 3441397096
|
checkpoint-90/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62a803415c9662a96602336f547e6812c9a4f84227b22e806fe3629bf2951c98
|
3 |
+
size 6592523
|
checkpoint-90/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a53b6accd13916cbb1fdeb680a1aa8a2beefe36da5ea8606dffde83bd2d98ed1
|
3 |
+
size 3226184
|