hungphongtrn commited on
Commit
9018418
·
verified ·
1 Parent(s): 4c1bf74

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-1500/model.safetensors +3 -0
  9. checkpoint-1500/optimizer.bin +3 -0
  10. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  11. checkpoint-1500/random_states_0.pkl +3 -0
  12. checkpoint-1500/scheduler.bin +3 -0
  13. checkpoint-2000/model.safetensors +3 -0
  14. checkpoint-2000/optimizer.bin +3 -0
  15. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  16. checkpoint-2000/random_states_0.pkl +3 -0
  17. checkpoint-2000/scheduler.bin +3 -0
  18. checkpoint-2500/model.safetensors +3 -0
  19. checkpoint-2500/optimizer.bin +3 -0
  20. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-2500/random_states_0.pkl +3 -0
  22. checkpoint-2500/scheduler.bin +3 -0
  23. checkpoint-3000/model.safetensors +3 -0
  24. checkpoint-3000/optimizer.bin +3 -0
  25. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  26. checkpoint-3000/random_states_0.pkl +3 -0
  27. checkpoint-3000/scheduler.bin +3 -0
  28. checkpoint-3500/model.safetensors +3 -0
  29. checkpoint-3500/optimizer.bin +3 -0
  30. checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
  31. checkpoint-3500/random_states_0.pkl +3 -0
  32. checkpoint-3500/scheduler.bin +3 -0
  33. checkpoint-4000/model.safetensors +3 -0
  34. checkpoint-4000/optimizer.bin +3 -0
  35. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-4000/random_states_0.pkl +3 -0
  37. checkpoint-4000/scheduler.bin +3 -0
  38. checkpoint-4500/model.safetensors +3 -0
  39. checkpoint-4500/optimizer.bin +3 -0
  40. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-4500/random_states_0.pkl +3 -0
  42. checkpoint-4500/scheduler.bin +3 -0
  43. checkpoint-500/model.safetensors +3 -0
  44. checkpoint-500/optimizer.bin +3 -0
  45. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  46. checkpoint-500/random_states_0.pkl +3 -0
  47. checkpoint-500/scheduler.bin +3 -0
  48. checkpoint-5000/model.safetensors +3 -0
  49. checkpoint-5000/optimizer.bin +3 -0
  50. checkpoint-5000/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: CompVis/stable-diffusion-v1-4
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 - hungphongtrn/text2kanji_simple_prompt_white_background
20
+ These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the hungphongtrn/text_to_kanji 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:1170ed0ba1239990ad2bac0e6fa58cb5137281968a47a039cffc6dfc542512b7
3
+ size 3489228432
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b3ef21231f8b0c7ec8b645c47675fcd23cee82aa04a21d9cbdf06d09cc63f86
3
+ size 102254522
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f9d8e378d34c0bd97f1cc1e64fe82b885dfa9b3c7f6859dd524bdb2ff2e895
3
+ size 51058040
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c984ceddbfe11a649e3347aadb5e7f45b3904e8684224ace16f54d26813c17
3
+ size 14408
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ef945fb67548939f1340070803ddc6f91925dd6d43f8c15ba25d113f03c5ed
3
+ size 1000
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e178aabb8a8a8443fa0deb0d247df5f3a891c8a0cec90b4073f8baba551639
3
+ size 3489228432
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d03dd7b69229fbcf826db31d14137c35c8a3661425519bd739b4da1e00a88f8
3
+ size 102254522
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d519c17a7c5d31d733c9e1ae23d1773d330315f31a7af1f8e60f7d4d7977c08
3
+ size 51058040
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5f2ec6c1b452dfd375da1fb93d2741e2aaedc790dd2b8c0dd79706b4178ae9
3
+ size 14408
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bc4e7f165d13c3a118fbfce412755c802dfee9a7a91ae2a24ef2a694c18483
3
+ size 1000
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c5ad7a8c24d11547b2f4aa46fd36dd196242383394b55e955f787da59ada5c
3
+ size 3489228432
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffce15d22f59ab494cee0037f06373ca6b33dc5da59f9c466f058fed308c5b5d
3
+ size 102254522
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77cbe031c5e3c999976a84fd51ac0b8c1ed432d49f538fdad5014fbf99746247
3
+ size 51058040
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db82a73a5dcc170c47ba762144a313cd0d1f586af6d79b61e7755fca6728654
3
+ size 14408
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a14cab18e3cf6bf4020ba19261b57bd47f02eb286b8412b0d80f0e1c055663a
3
+ size 1000
checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85706cfcde87257a8764faaa0c71b35dc40c4a50c29a6839795667a934f9ccf9
3
+ size 3489228432
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566df9a7f51cb482c3998f85f3ca5436e4a152c0276b0b38400996ade6101991
3
+ size 102254522
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b35e0751238cfe86f5f184d709fd9fcde64f48617655da9c7e07b527559c65e
3
+ size 51058040
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb1a657b5818f9fa95f3b0de9495e4cf6499b5d6a33b4e1225e61ae35630f5e
3
+ size 14408
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7806de3d060880702efffb6e8dfae4e935b646ac22a298bfd34612aa6bd7e66a
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17ed1f8297878c94a542e333bddb5015e8361ab06d2f1bed69393cdb0dfc30e9
3
+ size 3489228432
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5880ab4b916cac5ad38606faa890dcf10aaa09d2e4520ef1a463325251729a
3
+ size 102254522
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8035b882fd82a994a275ea0947a61b44db90e660641218b7ede6dbe82673c1
3
+ size 51058040
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d43495d71f027982032e97c92957102d6a2365bb9c630dc0d91a23a95b12c5
3
+ size 14408
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2833302ff3e9f19a529d4b4c25d428a2569db9e059211a2009fd20f9a2843aba
3
+ size 1000
checkpoint-3500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd7d7ba3f5c2c6a3bfe054136776c14c62e2b2b6e7d8ea98a21b09410f389f6
3
+ size 3489228432
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1651f914ea921424fa51ad8717909e4d1dd726658cb30f93ebccf1ddff1695b
3
+ size 102254522
checkpoint-3500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe3627afb5f705ef3a38b80227da1de4fd15dd3a8eab151b8ed4f4097de8e9b
3
+ size 51058040
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed8fc5377d9fa326055d34aff1df78ae6641583463610a6b4092b5fd030dd51a
3
+ size 14408
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54466fd70988c268b02aa0449cb2f657a41c168d7d1981cc9e3b9f130eac63fe
3
+ size 1000
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47044fa66c60abc01b36be1c3b5ef180d61eccefa6fd5fe966ad95b2f7935d4
3
+ size 3489228432
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8abb569c65feab23e3ebd23b7b9e052d1d100a338c70181fb3e5a77da74a92f2
3
+ size 102254522
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f5f401ae1b8f0c6e4a3025c70566efbd45aa8131e347717e8a9d141f82c5b2
3
+ size 51058040
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b78c73ebb9b5add8ab6e2e117a6aa93b021945beb57e40bb972378f50f1a88fb
3
+ size 14408
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2310f63637c6cf3848fe289e21d70c2e6b3542292bf5c5d51e6dab0afab209f7
3
+ size 1000
checkpoint-4500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24062dac31fc56e21b6bd830cd217624bb98e5ab2cab2372ba53cbccc461a91
3
+ size 3489228432
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac0a3770b8c2cbc47a15bef9bed42adaacae3d81320844f91749b73284548b9e
3
+ size 102254522
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272c54a826d093a4e663765b797cf9b7d5aee29b25e9d03aad66c4d72cd4349d
3
+ size 51058040
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1763a16986824650f551a703d73eb077a02c78e7357735e063564c52a28cba
3
+ size 14408
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843072ee388d5629a932371b8265f451662d8a1ce285e2ddffd5bb68c88314f6
3
+ size 1000
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1c21c800c420658b419cb280bf032d82cd42874b9ebed05cf140e33ab3091d
3
+ size 3489228432
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873b34f4e8e9c97671a2e5ccfb42d8aa2cd6d5d2fdc7d00cbd663f9eaae544a2
3
+ size 102254522
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b3a1a06089afe4f7ccc8d307a387fc002c1244a70f4e9ba830fbc11c425a789
3
+ size 51058040
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2175ad4497d6e35339e0d952c992894d607c357aa84ca7ae773614952abde744
3
+ size 14408
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
3
+ size 1000
checkpoint-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06fb3e19154542734fa4cb336de28a7c08a6ef80ea0933a8ebc98faaf135f347
3
+ size 3489228432
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f278a73e3121bb94621198c235453b3a27b8ebfd04ea29205947db2ee2996c
3
+ size 102254522
checkpoint-5000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da203fe540d3aafd584d57e223de7768fdb056d87e8b90113fba73d02854b978
3
+ size 51058040