End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +43 -0
- checkpoint-1000/model.safetensors +3 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-10000/model.safetensors +3 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-10500/model.safetensors +3 -0
- checkpoint-10500/optimizer.bin +3 -0
- checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10500/random_states_0.pkl +3 -0
- checkpoint-10500/scheduler.bin +3 -0
- checkpoint-11000/model.safetensors +3 -0
- checkpoint-11000/optimizer.bin +3 -0
- checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11000/random_states_0.pkl +3 -0
- checkpoint-11000/scheduler.bin +3 -0
- checkpoint-11500/model.safetensors +3 -0
- checkpoint-11500/optimizer.bin +3 -0
- checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11500/random_states_0.pkl +3 -0
- checkpoint-11500/scheduler.bin +3 -0
- checkpoint-12000/model.safetensors +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12500/model.safetensors +3 -0
- checkpoint-12500/optimizer.bin +3 -0
- checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12500/random_states_0.pkl +3 -0
- checkpoint-12500/scheduler.bin +3 -0
- checkpoint-13000/model.safetensors +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-13500/model.safetensors +3 -0
- checkpoint-13500/optimizer.bin +3 -0
- checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13500/random_states_0.pkl +3 -0
- checkpoint-13500/scheduler.bin +3 -0
- checkpoint-14000/model.safetensors +3 -0
- checkpoint-14000/optimizer.bin +3 -0
- checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-14000/random_states_0.pkl +3 -0
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
3 |
+
library_name: diffusers
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- diffusers-training
|
11 |
+
- lora
|
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 - yubinH/polyhaven-lora
|
20 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-2-1-base. The weights were fine-tuned on the yubinH/polyhaven 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-1000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef11a09ed83c68561af938479a8070060bf888e859911e228f56ffc7c0dbfd2d
|
3 |
+
size 1733606360
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87cddec13bd75b63e1ab7b7133859670c9ff39bdafcbd01cb848f4c49322315d
|
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:395491b58912595782c3789dbf84e5380a7bc281d5e1d5244976b4d58be299c2
|
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:b1883376ad239b002d287ddb13928de7188579259de84fe4f1ffc81a56fc786e
|
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:f9f63ed47e8356bda553896117e79ea2a201f0c427778e50ce62484478dab396
|
3 |
+
size 1733606360
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0727b6dd602c344df07cad0319b1140113e0dad54d4396ca186e9c9ef7f50fb3
|
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:3f7b470a21af8a3fcc3ea236d14effdf5bbdbd3f0c4313149ec2a9d5c69a6190
|
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:0e606fc4fc72093b3d77e19b9338b17bb9c1f4d1608774b89ce8667efcdc3d4c
|
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:7b74ce2e3302becac6f51424d840161581a3884709df0f248101f2a0123462a3
|
3 |
+
size 1733606360
|
checkpoint-10500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d487f7d9dc3f4fbe16ad2b9e53262d19d7485cc64bc48e9f1a34500306203c2
|
3 |
+
size 3534458
|
checkpoint-10500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b531eb1baef48614a95177ab744eb2bc5798452e78a344d8bad724c9214baa34
|
3 |
+
size 1697512
|
checkpoint-10500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:224a124ec4100c9734fdb7cd9f699e4e7f8d9059d37ab51ef20126f8b427ba54
|
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:9b04bdba02fe4df6b3f5a077270e8513132dd09be9158e9a436e1f3c951bdb78
|
3 |
+
size 1733606360
|
checkpoint-11000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510e0e3e86e4e463eae18327267f501b84f26786aa5b76781d8c52e7990d8dfc
|
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:91a5deb40ca966b08172bba78e201616fa2fe7920b1c829416fc0a62bb5749ec
|
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:f7e896d4514220669bd3d3a891bd5be49cac657d3254620969a5d2e925fb702a
|
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:b85732508e3be07f89f024295529d097e9cf119bcfcbea2aaadc6e30aa88533a
|
3 |
+
size 1733606360
|
checkpoint-11500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fdcefd5e6a1f9e89fd1c7756613bb4fc13e4d888bb6092e7a794800d7adfdd0
|
3 |
+
size 3534458
|
checkpoint-11500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d962cff036462b2ada16659f4debb25959c2744f5533f2aa6bef3d6c05e9afc
|
3 |
+
size 1697512
|
checkpoint-11500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:159c52102ec659a0e488184889e12e76cac62af09d4e84db5e229b6ff81104ec
|
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:08623a9f0df135788afd583e5ca3afa286db3453d005694f9bbe57b0e9b0ec26
|
3 |
+
size 1733606360
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c88a8aa988457582ba0d8783efa0f2414a0cdbe169fcb407e012c9f4eebaada
|
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:21b9eb93e25e8ef298f673f74ccdae4a8d8af98b3656df4741c8185a9a156e2e
|
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:9534d88719df26428638331cde61f2ec0f35cba943dbf9e1b5f35e4f814101ad
|
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:1790a367850e4ae23e8a8157850454ab2f994e828bbc9a22d4008cfc0f73c02f
|
3 |
+
size 1733606360
|
checkpoint-12500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164a171613f1daf42df15ce05a870a0dce1cb2dc77ae94f9de3624d981947c24
|
3 |
+
size 3534458
|
checkpoint-12500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7fda65bcc96d7a6e76d7135e4006408d15a0bb1ad64331810f623fa5c0ba0d1
|
3 |
+
size 1697512
|
checkpoint-12500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c9b4d06dc2de7ce17e30543ed84279830959f562ee8f79af1fa26c9ca43632
|
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:113c0c5f7297d9932d4a63302f59e571d8f02371e28b8d4285b716fab6228109
|
3 |
+
size 1733606360
|
checkpoint-13000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243d8be6d740e205d7a3afe6a79888c19727b0c09962940f764f9328708f7cb5
|
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:0f10fea43acd228344f3ffd8af7d8f6663fb59533eb3a1f10443a79ddd9d5e97
|
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:9ee6201a76a92cb458169af8356be4c0a919ce1f2dce7df243de6369af4b4cbe
|
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:d4ae7b029a574ae6b8e4bc9d6c3ef7468f6dd9c9182f36a3a5b8f46153850244
|
3 |
+
size 1733606360
|
checkpoint-13500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44a31981d8de1e6fd479451046b222f643c7418534c5fcdc1564e449058919f4
|
3 |
+
size 3534458
|
checkpoint-13500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a392042d996f6c904d3dd6de9138cf9426055a4c76fc80d1c91c0c7266629d2d
|
3 |
+
size 1697512
|
checkpoint-13500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebd17e68b2a1f0177a5f27f372a245e5f9412ce32b6fe64fc1973f9544f04c83
|
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:15bff95e0d06d3b7aafdc6344948403c0ecd9b193dd8e49b91d5f8a7381c06f7
|
3 |
+
size 1733606360
|
checkpoint-14000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd8fecb28447c2a53fcaa2b5cf7b4070a9bf3fa09ccb856fd4f95de65cc72425
|
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:19a0f81a70e648eef945b25ca889e78102f00f02af9c1d724159f083a4aaebd9
|
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:6cc61f67dff31cad7966549af1e1f3d3e40ca6011674e9d8199f69c8d5e93d28
|
3 |
+
size 14408
|