ValentinPeron commited on
Commit
535bd0e
·
verified ·
1 Parent(s): da01d71

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 +4 -0
  2. README.md +43 -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,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 - ValentinPeron/pokemon-lora
20
+ These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the joeySadventure/dataset_pokemon 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
+
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:4f44267988208be3f7ab6f3853036f384f0e4e9d51cd3b34b20e000920675a4e
3
+ size 1720761360
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbc02c6ea4e0130fe58817ebc9f94e513cc0b4a619082d7e0ae0cdfc6facc58
3
+ size 3403386
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6031d48174d5d9eca82d741cf4e089ae5e2dbf97d3e0014ffcc583f6bce5c747
3
+ size 1631936
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635fe11d7e2fd5bb6b9906d0c27884140d7146b724e0656574fd2fda9147f1c3
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:bc1a3afd9b1211dcc1dde2dcd3bc5db41e815841009a9e3a9da8db5a6081e373
3
+ size 1720761360
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b2c5c9119a69a905066b921c29d253f16471a80766c18e0b8fcd7e9ed8ca4cd
3
+ size 3403386
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e585dbbb0d6f6caf69dba46e12ae23f5b51a41c6fc5397c1a3fd29d3b5fd5a4c
3
+ size 1631936
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cf71df7c8c6ad4000d7b750da49599c20bd5abcd5a1407f2b619610843f61da
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:4bb61b3812255a6c58f42dff72caca50f661123731e056057e45ecac1702c785
3
+ size 1720761360
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff7e62aa564a48142743f49c8d062f34c52d7dcb70841262bc86fef89df30a96
3
+ size 3403386
checkpoint-10500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc337ca544505e28b8cd4ff9340e71c7ecbc9930aef8bc705f670c9205ed6da
3
+ size 1631936
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb73511ec4d6b64fbfe8eff881421de86577b6232886a15d8a6832b0ecd9ea80
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:5253937eafd45dabfeffe6aaae560a0d69087f4452eb74c060859f40ab24fb4d
3
+ size 1720761360
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b28d3997f374b30d04e62c301ecca5da3f07c235cdb77bb5b6ff2a17352d598
3
+ size 3403386
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d247a867052a19b929078d78918f38cbd2e633661efcc04a7277b7e7825bd7a
3
+ size 1631936
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0ddb8608b065b82de5c0830c73a4581a49331e86354e76302e2e9619544e34c
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:21f2c10819d0184b00fc5035e7e9d112ef97be5158aee2306ba2039910694456
3
+ size 1720761360
checkpoint-11500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b169838be113be724ba809cff76d7972af2cdbacd833f350058bfa8ef3bddeea
3
+ size 3403386
checkpoint-11500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc63301ddbf5b6658330a1b453b59606569381bfbdb3f5bcad9f717df9293cb
3
+ size 1631936
checkpoint-11500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6f56a54ebc6d5a79b6846875c0258943e68b25a328d82d2549dbc3a2c4a50b
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:cf4fa5a267088b1dcfc1565e062c69cb3ea085b6bd95bc37a3f38655a9253358
3
+ size 1720761360
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9b68f6b8e3a1270e3b23a8aa8e9e59782d11450704b745ff6c9711bc0b463d
3
+ size 3403386
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0a45a3a92603301d48e1dd14d8c77fb319a734d74b0aa30e407147e4ff90d9
3
+ size 1631936
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6702a83febcf8e24362506aa79d0a58124110786e5ccca6e907ce2cebb3c1129
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:8aef519d093fcfe15a2ca2d40a94ccc95dd865c9f05d8f4d954d273ffff18864
3
+ size 1720761360
checkpoint-12500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a71ebbe735b4c3e50ef0191178b70af14d51f87bea6c168a87a8e736364bf1
3
+ size 3403386
checkpoint-12500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a73eafe9824d51dda41f71a249bd897d77895809b24005dacfad00a107bc5f7
3
+ size 1631936
checkpoint-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21a07e80c93bf354eb3802e9cd73692273e7127c92893a4ca8b7130eb2b3acc
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:d4f79900cfe87f61438f409c1b52b7b11cefaa4055f56ed5af5dd584bd5c9828
3
+ size 1720761360
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04ff813467f5796144a4c53aae966689c042945b36e7e44b6a2037cd9b879b05
3
+ size 3403386
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bbf4c6eb72560d50509102c47ac2f225b07d6dccebc314f3e56a0fcb7f0d21a
3
+ size 1631936
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7439deb0b9f61d837f7ef21433e90bd704e329fbdf75a4bc37f5655697151977
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:52770c0d9d9445a9735ce80b13c84b45d537cf9fa10fc8ef0765243e9930d23b
3
+ size 1720761360
checkpoint-13500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969a60ebe69687bab224cdf47d3afacc98d6567b73a8855e54898f296c20e7a6
3
+ size 3403386
checkpoint-13500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4edf4bb465621ed147436672b00588d61606a90abf2162ec7d63d8032e1ceb
3
+ size 1631936
checkpoint-13500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5c0b76daa006fe5cb13c31cae1ee4977cb0a9a877c3777ab719232391f2350
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:1b8294188ac0fde9ffd74ad6633cb1b66f17dbb4ecf6d179747843783a4d4270
3
+ size 1720761360
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc4dba54694c12b71e9f0f04b1f24170e87b729c96de15c850ffc86f377fb00
3
+ size 3403386
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e3684b0fadf501c147ce1b302d71af17e431775b3aec7d02283d55fade6f98
3
+ size 1631936