cucucu666 commited on
Commit
ab2fbd7
·
verified ·
1 Parent(s): b87a21c

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: 3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed,
6
+ gentle smile, plain white background
7
+ widget:
8
+ - text: 3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle
9
+ smile, plain white background
10
+ output:
11
+ url: image_0.png
12
+ - text: 3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle
13
+ smile, plain white background
14
+ output:
15
+ url: image_1.png
16
+ - text: 3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle
17
+ smile, plain white background
18
+ output:
19
+ url: image_2.png
20
+ - text: 3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle
21
+ smile, plain white 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-10.10
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are cucucu666/wink-10.10 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 `3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle smile, plain white background` to trigger the image generation.
53
+
54
+ ## Download model
55
+
56
+ [Download the *.safetensors LoRA](cucucu666/wink-10.10/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-10.10', weight_name='pytorch_lora_weights.safetensors')
65
+ image = pipeline('3d-cartoon face, 3d-cartoon style, winking expression, one_eye_closed, gentle smile, plain white 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:4cdd580c8da4ea53a2741195d5c1ee1320a294ede41be303dbc51c90b8094bae
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:4b08962c888a969f42f349145c298e2f36ffc0a5819cc6ade73e7b30a2b5ba7f
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:bc677dc982c16b7e3fb067a410159058cec499b1527c2500a239fd842fc572cf
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:1499269ad1d2cd000bc435beb6671927975046fff6f03a9a4277e17f6d437278
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:77b7c9066faa94d339d226a0cd790e63f13a792642381439854ee909777e0e4b
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:fe330585e2dd381e666282f3cc5387ad4c58c410e2add32c51394485c368cf9f
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:5219c9be2cdc3e4395fb544016695a920e65f45fdd9b0caf13542b3e9d3a2cd7
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:e89bccb099c0c24874f0e5f03b26a4aeee499b2adb94759f93606b0d0443676f
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:736fcc1c20d96c2713712009330ca8c9267eb2248d8438c4e94faac16f800028
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:b7ddd9d57ca7e0d44b5703b25ca094d69d3ddf8aa5a3a37e41240b57f2a50ed7
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:cd7e568984b992cffa8f40060074ef6616170f190ece994174e001a24252d385
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:542fb1671412f7337192807d5c2c1e0843fee454bfd7139099e91669e579f2f9
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:97044c6871ed1076adbad5a619589e5e23d564f20feb0b8b7d5891d2d2854ce0
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:bf0bc0a7ca358baed5d841195533a4c2ec6193dbcf8378b54156fb60339096e5
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:c7e25a543394c6e8adb266c226d49ba6153d0cb953c58db93e094b9df7750885
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:4ba8ce87247c11013c0b1055be96fe11ea70c77bc5d94e07e47179251f4b19ce
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:9e912c7099f07b0f6f5aa4180d59a04001ea5db519a718c733c1cd67ea5cf007
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:0fed41c2e6f1b0ac9d22c430ee69f1aa22bd83cfd0981f76c5bd4dd846e43b90
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:2ccda03db606154eaaae57288de84e95fc33fddd6f75dc99c815feee748bc809
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:24bc835c53f3a98163292b67fa34c92ee3c3f91ee3d0f7f2a87ebfa7569ffe20
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: 39874f207becca140dfcfd7bbf43f7a99264c18c55e045ee05aa3bc4dfcd038b
  • Pointer size: 131 Bytes
  • Size of remote file: 662 kB
image_1.png ADDED

Git LFS Details

  • SHA256: 4ff161adc3f4dbe994a6904832dd667170831e05a6d7ea0e02698f9bd2311c29
  • Pointer size: 131 Bytes
  • Size of remote file: 651 kB
image_2.png ADDED

Git LFS Details

  • SHA256: cff9b9dfd757a5231839f423a40862fb343505df3f14129c003a443c07390693
  • Pointer size: 131 Bytes
  • Size of remote file: 650 kB
image_3.png ADDED

Git LFS Details

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