End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +20 -0
- checkpoint-10000/custom_checkpoint_0.pkl +3 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_model.bin +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scaler.pt +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-15000/custom_checkpoint_0.pkl +3 -0
- checkpoint-15000/optimizer.bin +3 -0
- checkpoint-15000/pytorch_model.bin +3 -0
- checkpoint-15000/random_states_0.pkl +3 -0
- checkpoint-15000/scaler.pt +3 -0
- checkpoint-15000/scheduler.bin +3 -0
- checkpoint-20000/custom_checkpoint_0.pkl +3 -0
- checkpoint-20000/optimizer.bin +3 -0
- checkpoint-20000/pytorch_model.bin +3 -0
- checkpoint-20000/random_states_0.pkl +3 -0
- checkpoint-20000/scaler.pt +3 -0
- checkpoint-20000/scheduler.bin +3 -0
- checkpoint-25000/custom_checkpoint_0.pkl +3 -0
- checkpoint-25000/optimizer.bin +3 -0
- checkpoint-25000/pytorch_model.bin +3 -0
- checkpoint-25000/random_states_0.pkl +3 -0
- checkpoint-25000/scaler.pt +3 -0
- checkpoint-25000/scheduler.bin +3 -0
- checkpoint-30000/custom_checkpoint_0.pkl +3 -0
- checkpoint-30000/optimizer.bin +3 -0
- checkpoint-30000/pytorch_model.bin +3 -0
- checkpoint-30000/random_states_0.pkl +3 -0
- checkpoint-30000/scaler.pt +3 -0
- checkpoint-30000/scheduler.bin +3 -0
- checkpoint-35000/custom_checkpoint_0.pkl +3 -0
- checkpoint-35000/optimizer.bin +3 -0
- checkpoint-35000/pytorch_model.bin +3 -0
- checkpoint-35000/random_states_0.pkl +3 -0
- checkpoint-35000/scaler.pt +3 -0
- checkpoint-35000/scheduler.bin +3 -0
- checkpoint-40000/custom_checkpoint_0.pkl +3 -0
- checkpoint-40000/optimizer.bin +3 -0
- checkpoint-40000/pytorch_model.bin +3 -0
- checkpoint-40000/random_states_0.pkl +3 -0
- checkpoint-40000/scaler.pt +3 -0
- checkpoint-40000/scheduler.bin +3 -0
- checkpoint-45000/custom_checkpoint_0.pkl +3 -0
- checkpoint-45000/optimizer.bin +3 -0
- checkpoint-45000/pytorch_model.bin +3 -0
- checkpoint-45000/random_states_0.pkl +3 -0
- checkpoint-45000/scaler.pt +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: CompVis/stable-diffusion-v1-4
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
inference: true
|
11 |
+
---
|
12 |
+
|
13 |
+
# LoRA text2image fine-tuning - https://huggingface.co/sayakpaul/sd-model-finetuned-lora-t4
|
14 |
+
These are LoRA adaption weights for https://huggingface.co/sayakpaul/sd-model-finetuned-lora-t4. The weights were fine-tuned on the lambdalabs/pokemon-blip-captions dataset. You can find some example images in the following.
|
15 |
+
|
16 |
+
![img_0](./image_0.png)
|
17 |
+
![img_1](./image_1.png)
|
18 |
+
![img_2](./image_2.png)
|
19 |
+
![img_3](./image_3.png)
|
20 |
+
|
checkpoint-10000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff4572a2e8c59079e7e84d60336b1f8a5117564e109d403f5a9b71425fb0ae0
|
3 |
+
size 3287513
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df7d44dffb6eefff6edfc4b04c0f35351589be1531d6d6240450072e7b5097f8
|
3 |
+
size 6591621
|
checkpoint-10000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a3ee2ebdaafbad86239d23d2af3b6dfe868979dc0ad2974adcd3006ead49cd
|
3 |
+
size 3285965
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be31e84a469bcb4bb9d290823f7a26af74a7e0ec49ff60cd08398d74449acd2f
|
3 |
+
size 14663
|
checkpoint-10000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78
|
3 |
+
size 557
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faadf5d41cbc3e7b85459d3e5a7f630ea65b09e5da15f0535216b1a21822b090
|
3 |
+
size 563
|
checkpoint-15000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc1c65bee321232864a6a7cf2520da18c48d797f62ea367853c7b3a46db3163
|
3 |
+
size 3287513
|
checkpoint-15000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10732f7b5793c657ba35bf5bd4ba44c02c1088f8e413bc41ebfa6ce709c2ab0e
|
3 |
+
size 6591621
|
checkpoint-15000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3301f1ed3e131b27e4749bd80674ca713c9212b608dc41d8f13ff91e77c53c6d
|
3 |
+
size 3285965
|
checkpoint-15000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe6a1b8244f29aa5a58213ce9268689539af48f0f8c8f7d40ce5792250ba2b3d
|
3 |
+
size 14663
|
checkpoint-15000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb33b1da2125feaa501f6acf7c67409ff703b0320e8e55bf616863891dd3346
|
3 |
+
size 557
|
checkpoint-15000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91a115d024b12ba2aa148c27179211091f70b6d3df0c353c8f258cca030bb06a
|
3 |
+
size 563
|
checkpoint-20000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b3b2388b2a618b0da2390b85efae85469c3b4007a2e1ee70f91cbf3237481ee
|
3 |
+
size 3287513
|
checkpoint-20000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62b46216639e584eb01fd6aec675dc0a86e21a8286188907b73e5dbeb040e373
|
3 |
+
size 6591621
|
checkpoint-20000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b99e778db6f2c5ff5411d38041e13cc5bc0fd596a9ee6c7cf9106b9bef095ffb
|
3 |
+
size 3285965
|
checkpoint-20000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06ca8f50c237c593bdfec93a2e8a8c803a7699222621b4e2c03e47fa8909f1d4
|
3 |
+
size 14663
|
checkpoint-20000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94089edcb4cbce012f3ab75bcece0288a5b61e7c760bf89f4fdd06457f7bd034
|
3 |
+
size 557
|
checkpoint-20000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b758b268ac78a512a1312cf9116e3ef39a1029d6034257a54a01b88d7ecb97c7
|
3 |
+
size 563
|
checkpoint-25000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:390a5f4381dc852040ebf0060d0e54ad72624bc74decdce3ba98778d9348f820
|
3 |
+
size 3287513
|
checkpoint-25000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b18fce0ef8cde22eecc313f04381c1c814c41c33b80b5dbd21b61a75fd4a8e5c
|
3 |
+
size 6591621
|
checkpoint-25000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a912d282281d76c2a6bf4c707e53130212abb0abf87e0ee70972df7d3669d0d
|
3 |
+
size 3285965
|
checkpoint-25000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afc1604b18cf049e2674e143b13e1ab28e469c1e4a3e83949580bdb0fa447716
|
3 |
+
size 14663
|
checkpoint-25000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dab69ba7dc212a0fb4247b37e12832d1152717ab7836b1e073643d39570e613d
|
3 |
+
size 557
|
checkpoint-25000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:275f4c27a0479db43de440dae41d9749e8aa8c98ac0e2d0a36db10426e56c541
|
3 |
+
size 563
|
checkpoint-30000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35d20a857aa2f09d46b0f8e1cd80ce0726e6e19591c8efb11d964a501bd4a0e1
|
3 |
+
size 3287513
|
checkpoint-30000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aa2bffc727ac056ef7a588cb6e1a8e652835e421eab908fae66fbe7d14bc517
|
3 |
+
size 6591621
|
checkpoint-30000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f80586435989badbd34234d8d8c3993996df9cbd4256153e28990db40678972
|
3 |
+
size 3285965
|
checkpoint-30000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c56d869df0e98d7a21b494528d651657cb5deb3e5ca555a973e4d88ef631385
|
3 |
+
size 14663
|
checkpoint-30000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76be212f9e9f39ba840c44e77001651ae2297bf31f9fb9d91c9208f0e43eb57a
|
3 |
+
size 557
|
checkpoint-30000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5af8758dd3b31faebd85231392938614752cb296a1ff9df361d117bf4b29e191
|
3 |
+
size 563
|
checkpoint-35000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb6b8c5ab4911cfae6d08450761ab60535e0249f9902203c946c4651bd59a96
|
3 |
+
size 3287513
|
checkpoint-35000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a1e6971ea733506065f9874309b482bd3cddc0bd118a370f44933640aeaf602
|
3 |
+
size 6591621
|
checkpoint-35000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a425dfbbfd3467be6123d224593ce35bdb052449d9c2143041bd94c6e5e226cd
|
3 |
+
size 3285965
|
checkpoint-35000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6672e1ac759abc2e12d494cb121b781eefc3fb1ea584ae976f05e1499c2d46cc
|
3 |
+
size 14663
|
checkpoint-35000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d3ef919869373d06734e0635c91da3e03144c48471e1f0fc277cf2908c21c1d
|
3 |
+
size 557
|
checkpoint-35000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3112fc413321f04881442ec224bd77714fcbd4568def6fb8a6f1e2dbd2d68d97
|
3 |
+
size 563
|
checkpoint-40000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:422a3bfcb3eff420d302b2f11552b4d5e7c539aa592180ca883b0cb90e438ace
|
3 |
+
size 3287513
|
checkpoint-40000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5f3ca6bd3fc73421e5e6d38f0a707ec38c890a8a0a8cc34feb0a373bc7d271b
|
3 |
+
size 6591621
|
checkpoint-40000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a39c1d4ab2e14b15bfbff23e2fb5d66f43a2baffec089e04dfe6608055405e
|
3 |
+
size 3285965
|
checkpoint-40000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85508032de92b024293b2a3fd4677e6cdb598cdcf6fae0c86f7beab3ca179aa2
|
3 |
+
size 14663
|
checkpoint-40000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdb6e966b86ff1998d555ff35ea16b5152f50040163c86a7c91943450bab6db1
|
3 |
+
size 557
|
checkpoint-40000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c674adba779439238e8a046cad93738295693a815ee39ecdeb9a9ef861bf9e7
|
3 |
+
size 563
|
checkpoint-45000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7788e630cee5135eeb8667e14bd644a4d03a6a5f661ca58f75ca19dc360c9f4
|
3 |
+
size 3287513
|
checkpoint-45000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2df67bd7e3e9c9628e34369aaf559d6c28f194dfc043ca90df9f2448bc4e52b2
|
3 |
+
size 6591621
|
checkpoint-45000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c60cf7f0f97d612deee4678ef1e8e89fff32f32808c8cfdbcbe9fd508d6f9b4d
|
3 |
+
size 3285965
|
checkpoint-45000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26238ef548c10cce974968946bee5b324e42b1e55499ff6589fcf02445fdac27
|
3 |
+
size 14663
|
checkpoint-45000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12a1580cfaac4d37aedae2b8dab6c5533a8284bfaa6b23654021ce0f3ad85296
|
3 |
+
size 557
|