cucucu666 commited on
Commit
be540e7
·
verified ·
1 Parent(s): 94db6cc

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: Snoopy face, Snoopy style, sad expression, closed eyes, blue tears
6
+ under eyes, plain color background
7
+ widget:
8
+ - text: Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes,
9
+ plain color background
10
+ output:
11
+ url: image_0.png
12
+ - text: Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes,
13
+ plain color background
14
+ output:
15
+ url: image_1.png
16
+ - text: Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes,
17
+ plain color background
18
+ output:
19
+ url: image_2.png
20
+ - text: Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes,
21
+ 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/cry-7.30
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are cucucu666/cry-7.30 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 `Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes, plain color background` to trigger the image generation.
53
+
54
+ ## Download model
55
+
56
+ [Download the *.safetensors LoRA](cucucu666/cry-7.30/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/cry-7.30', weight_name='pytorch_lora_weights.safetensors')
65
+ image = pipeline('Snoopy face, Snoopy style, sad expression, closed eyes, blue tears under eyes, 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:093a24c227a173ae26279f64a60840757ac0ad0de02b30af3b2043c9a5789a22
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:be31e45ca36bc902c7be4c33ac9ab8b60a52d8888862ed2d727342220df505e3
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:51d334b8201e327255ef8a39b3c8ff79d593222d277798d43b49594bbca94333
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:8644ef253cb52058c5e4f4f1bbf9be2251b52682834f6a936fbb3e12ed8db577
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:547aeb4bd03ca66c31a367d9cc8adddb73739b43bb27e55568f03a17a5ac438c
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:d3f72f7ca701815cda781a3229149893ada13177608613da49d26da0949d475a
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:238c192e4ed6fd4ab7d69ba3ba0d1322f7115061cb82ca2fba88effdf6a9be72
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:c63c716b97f19e1e4f062dcce91b294f027b3d5d2b31297be5c6d189659db06a
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:656db8e422793c1c830e7484e5e661f87622f54c4771c692162aae21f0610805
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:df7daccf097981dc82c717575d1e279aa3c46ec0a9bc965531a399dc9a2a5f5a
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:69151f9db33a21cb71a2881605a6c051e1c972935a37fbc0e1c3a0000762d28d
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:81f943895d43cefab8e75fe9dece3dcb4a5df988068b31f88102f84a67e00e27
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:103b90ce7950e0087304b6f479571d8469c366ef4a4f57ed3035d13011aa27c8
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:4956fd3fc710c73c3373613a91e25928083256d46b536253dcec449359ca8e77
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:5e29cace7158a795d03e95a54c585d7381ceba1be13880e85db17b3e584f273a
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:a066930c383c5783286a5d3c3a75a8c5a8ddbd03111aee70fa4f88ea54321dc3
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:d461088ac6588bb42ad81a2b3502844df98d04c2517fd2260de17c6d5fd5bab5
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:f28d934653f1b8bb048ea6f8dc083fc73618da89fed716109fa9692088c8baac
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:37b99e8da7d80ca23e2ed8bea8798d0c4fb0118f4c1a1d85109d7d4c2c8aa49a
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:39bbf4cec93ced2b90ebdc5c1bbcad19e64f50ee95bbfd4c106618e3916f1811
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: 399b70157485cff6235c0a003174d71e9dabbe5dd06df8a15c2ad5bb0a286e27
  • Pointer size: 131 Bytes
  • Size of remote file: 605 kB
image_1.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 23841a094f53b4bf05401ad13d6b43b7a4fad36cde5ebba2fb98a5f2df1d3632
  • Pointer size: 131 Bytes
  • Size of remote file: 618 kB
image_3.png ADDED

Git LFS Details

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