cucucu666 commited on
Commit
0ccb1fe
·
verified ·
1 Parent(s): 5b46bfc

End of training

Browse files
Files changed (47) hide show
  1. .gitattributes +4 -0
  2. README.md +89 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scheduler.bin +3 -0
  7. checkpoint-1200/optimizer.bin +3 -0
  8. checkpoint-1200/pytorch_lora_weights.safetensors +3 -0
  9. checkpoint-1200/random_states_0.pkl +3 -0
  10. checkpoint-1200/scheduler.bin +3 -0
  11. checkpoint-1400/optimizer.bin +3 -0
  12. checkpoint-1400/pytorch_lora_weights.safetensors +3 -0
  13. checkpoint-1400/random_states_0.pkl +3 -0
  14. checkpoint-1400/scheduler.bin +3 -0
  15. checkpoint-1600/optimizer.bin +3 -0
  16. checkpoint-1600/pytorch_lora_weights.safetensors +3 -0
  17. checkpoint-1600/random_states_0.pkl +3 -0
  18. checkpoint-1600/scheduler.bin +3 -0
  19. checkpoint-1800/optimizer.bin +3 -0
  20. checkpoint-1800/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-1800/random_states_0.pkl +3 -0
  22. checkpoint-1800/scheduler.bin +3 -0
  23. checkpoint-200/optimizer.bin +3 -0
  24. checkpoint-200/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-200/random_states_0.pkl +3 -0
  26. checkpoint-200/scheduler.bin +3 -0
  27. checkpoint-2000/optimizer.bin +3 -0
  28. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-2000/random_states_0.pkl +3 -0
  30. checkpoint-2000/scheduler.bin +3 -0
  31. checkpoint-400/optimizer.bin +3 -0
  32. checkpoint-400/pytorch_lora_weights.safetensors +3 -0
  33. checkpoint-400/random_states_0.pkl +3 -0
  34. checkpoint-400/scheduler.bin +3 -0
  35. checkpoint-600/optimizer.bin +3 -0
  36. checkpoint-600/pytorch_lora_weights.safetensors +3 -0
  37. checkpoint-600/random_states_0.pkl +3 -0
  38. checkpoint-600/scheduler.bin +3 -0
  39. checkpoint-800/optimizer.bin +3 -0
  40. checkpoint-800/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-800/random_states_0.pkl +3 -0
  42. checkpoint-800/scheduler.bin +3 -0
  43. image_0.png +3 -0
  44. image_1.png +3 -0
  45. image_2.png +3 -0
  46. image_3.png +3 -0
  47. 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,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-Fill-dev
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: Lego female face, Lego style, winking expression, eyelash, one_eye_closed,
6
+ gentle smile, plain color background
7
+ widget:
8
+ - text: Lego female face, Lego style, winking expression, eyelash, one_eye_closed,
9
+ gentle smile, plain color background
10
+ output:
11
+ url: image_0.png
12
+ - text: Lego female face, Lego style, winking expression, eyelash, one_eye_closed,
13
+ gentle smile, plain color background
14
+ output:
15
+ url: image_1.png
16
+ - text: Lego female face, Lego style, winking expression, eyelash, one_eye_closed,
17
+ gentle smile, plain color background
18
+ output:
19
+ url: image_2.png
20
+ - text: Lego female face, Lego style, winking expression, eyelash, one_eye_closed,
21
+ gentle smile, plain color background
22
+ output:
23
+ url: image_3.png
24
+ tags:
25
+ - text-to-image
26
+ - diffusers-training
27
+ - diffusers
28
+ - lora
29
+ - flux
30
+ - flux-diffusers
31
+ - template:sd-lora
32
+ ---
33
+
34
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
35
+ should probably proofread and complete it, then remove this comment. -->
36
+
37
+
38
+ # Flux-Fill DreamBooth LoRA - cucucu666/wink-8.7
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are cucucu666/wink-8.7 DreamBooth LoRA weights for black-forest-labs/FLUX.1-Fill-dev.
45
+
46
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with a custom [Flux diffusers trainer](https://github.com/Sebastian-Zok/FLUX-Fill-LoRa-Training).
47
+
48
+ Was LoRA for the text encoder enabled? False.
49
+
50
+ ## Trigger words
51
+
52
+ You should use `Lego female face, Lego style, winking expression, eyelash, one_eye_closed, gentle smile, plain color background` to trigger the image generation.
53
+
54
+ ## Download model
55
+
56
+ [Download the *.safetensors LoRA](cucucu666/wink-8.7/tree/main) in the Files & versions tab.
57
+
58
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
59
+
60
+ ```py
61
+ from diffusers import AutoPipelineForText2Image
62
+ import torch
63
+ pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
64
+ pipeline.load_lora_weights('cucucu666/wink-8.7', weight_name='pytorch_lora_weights.safetensors')
65
+ image = pipeline('Lego female face, Lego style, winking expression, eyelash, one_eye_closed, gentle smile, plain color background').images[0]
66
+ ```
67
+
68
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
69
+
70
+ ## License
71
+
72
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
73
+
74
+
75
+ ## Intended uses & limitations
76
+
77
+ #### How to use
78
+
79
+ ```python
80
+ # TODO: add an example code snippet for running this diffusion pipeline
81
+ ```
82
+
83
+ #### Limitations and bias
84
+
85
+ [TODO: provide examples of latent issues and potential remediations]
86
+
87
+ ## Training details
88
+
89
+ [TODO: describe the data used to train the model]
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ac8cd6d266412553bd7183b11925a5ecfc150821dd6f914cddf346df9db69f
3
+ size 79235394
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e5e97959466292179c9468afe9c52ec35048a8b82ee98fc93e6cca9d8f98e6
3
+ size 22504080
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb42e0aeef9ffd6bb8628986f9aad863d20e8f5c91e9163e51c81bc6d9eb6cd
3
+ size 14344
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e55c075b40ce3ab6db2c27ecf3b4c90bc4e612fff3a226e651c44881d6a2404
3
+ size 1000
checkpoint-1200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b296a6d624171a877f857c75771b22a30a4779731863fbbaf3bfab0f265f9846
3
+ size 79235394
checkpoint-1200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad651d1cbf8d6e9bd3f118053d7d35e190b3c2ae1c041190b598d6090feb1d82
3
+ size 22504080
checkpoint-1200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dca735fc83402797a850bcb109115f3c6e3d01848148961b132cbd42592ae3e
3
+ size 14344
checkpoint-1200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b7422124607f4d2c2f0a951cd076d8d95f5dade7a0881bf9aea23585c4c95f
3
+ size 1000
checkpoint-1400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66cc7191418d97a8670c1684f52d4196a508e871dca28f0c54a73fef16acb529
3
+ size 79235394
checkpoint-1400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2085d3052243aac17bfde78ef9d6e40fa76fd2887aa73a8ee337fe02f5d7700
3
+ size 22504080
checkpoint-1400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75394656f6384a96dafa3bf2f8a2b6b7f11a411e85f3a46db7f475d2560053d1
3
+ size 14344
checkpoint-1400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa5d23c97d67485d406bd9307fc5beff6303b8656fd685ad28b62422f4c19b16
3
+ size 1000
checkpoint-1600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bef29fef7dc87c7a037422918c5c405f465e2081c16c428f8d7631c4dcb651
3
+ size 79235394
checkpoint-1600/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7a10b588debbb648119f6eca9321015cda24a272530583ac238aa39aad7bb7
3
+ size 22504080
checkpoint-1600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:499d0485eaa539bb077e7e283b09d18306ae0ba6c7f6b2f60c35cdacf648c6f9
3
+ size 14344
checkpoint-1600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643d61b3fdb412fa16b74ab51963f301af937c9d20637c5aff5e40d4f7a93753
3
+ size 1000
checkpoint-1800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7277fc5140e3d6155e23e0de03725beed94ed740cd97f20be81ebdd1013f433
3
+ size 79235394
checkpoint-1800/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31882f3fb58d406a53de97e45857605f4636a1818d006902e78884ec0751747f
3
+ size 22504080
checkpoint-1800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:953a3dbd906b1dcdd55f379ce78028def9e8b65d9db953f30bf8be7b1a445cd0
3
+ size 14344
checkpoint-1800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280bb2692e2e3c2663658130756f8f3b92344ba10ad4f4f238084dd328643a88
3
+ size 1000
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f751d8e80501530a4473d4d47a12e4dcd251a7cc86bf80bff562d06d24edb0
3
+ size 79234690
checkpoint-200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0c4f0f09dcda75c231e95d90d1ddb21e9b3ea64eee87f17892386b588a15f9
3
+ size 22504080
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99fd34c4391a37f2db13911fcf550cb0c4380173cf3762a7ea74a1b616c5cc5b
3
+ size 14344
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ebec171f3331b39a5b2504053db7f415922ef989362b411dc51df58871a026
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b388f2176eeb6bd9782f667653d0a686f4eece4b4820a06223cfe00229895665
3
+ size 79235394
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805b843f9d7f68d9963a711d9eaeeaa660d49d4727c4c99d6d9d5ab7f8e7dd35
3
+ size 22504080
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddccec7ceb89cb1b8e3a415f758434027cae406da08bef5a34e53ff3e56fcb96
3
+ size 14344
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493642aa6dcb7f188f018b7691aba9287429fa60e412f5f63a1430602afc2557
3
+ size 1000
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072efe9d01f181442cb98e0ccc48c00e46c72e9b4b6670891721f660fe532907
3
+ size 79235394
checkpoint-400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d6d394d3f05d1142e825cf627c7ef9b871e7130bb7d0b4741b072936c43b3b
3
+ size 22504080
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1319dbf342113402b45b5fcc46fd95485e1f5f3c320349a7662752b8253241cb
3
+ size 14344
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31d97763cd2ac7e1cf598d014430c8aea7f5a31d599ac5cd26dad5b416c8a90
3
+ size 1000
checkpoint-600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06179e4824c838c28a9fe29772b700513ee65925f512cd26d04346aa977ef24b
3
+ size 79235394
checkpoint-600/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d5bc78c6cd02a776585770474a4fdbf50179e65c7b83a771002851b6c35e734
3
+ size 22504080
checkpoint-600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6863b29baa938de6832362a48c6eb94ded73a1d40812bd9b8f5dd90836d1b884
3
+ size 14344
checkpoint-600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa842e18a772979ca8204a68b852ffd7a5345a3d2755f72f876b0cccc9b8b969
3
+ size 1000
checkpoint-800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1278a91b6f3b5e750f2c53ecdc8551675b88bb3ab205b9f3814442725b61fa4d
3
+ size 79235394
checkpoint-800/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e261c16fbe2015e956bb7122fc4f42012f2d54a003e21047f9b81e16aa0c03
3
+ size 22504080
checkpoint-800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bce93627e8c4a85e1b683e918d4eb44816a17a47ff9f668d3b97cde85c0809
3
+ size 14344
checkpoint-800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029a775b80c48b21e02d4a4f2ce061b038e41df3d072b07177f6473a114855bd
3
+ size 1000
image_0.png ADDED

Git LFS Details

  • SHA256: b87864b868258a19e21c0f23e07aab6ea93d89a5c9cb2464e29103c1a6ffdb6c
  • Pointer size: 131 Bytes
  • Size of remote file: 587 kB
image_1.png ADDED

Git LFS Details

  • SHA256: eb7ebf32e9b47b051ac0e917c315f554d50cc2a57bdf6ae61e45e2c8cbdef6f6
  • Pointer size: 131 Bytes
  • Size of remote file: 585 kB
image_2.png ADDED

Git LFS Details

  • SHA256: 77689034d2ff8730312e3531c5b135df12e1b4b491b744067fdfe2fdbb3b56d7
  • Pointer size: 131 Bytes
  • Size of remote file: 585 kB
image_3.png ADDED

Git LFS Details

  • SHA256: e813a3f425ede0250ac96999ee500b8f7015c4d6d95a600d87cb2cba2c21125c
  • Pointer size: 131 Bytes
  • Size of remote file: 586 kB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805b843f9d7f68d9963a711d9eaeeaa660d49d4727c4c99d6d9d5ab7f8e7dd35
3
+ size 22504080