HelloMizz commited on
Commit
bcea132
·
verified ·
1 Parent(s): 3a3461c

End of training

Browse files
Files changed (47) hide show
  1. .gitattributes +4 -0
  2. README.md +84 -0
  3. checkpoint-100/optimizer.bin +3 -0
  4. checkpoint-100/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-100/random_states_0.pkl +3 -0
  6. checkpoint-100/scheduler.bin +3 -0
  7. checkpoint-150/optimizer.bin +3 -0
  8. checkpoint-150/pytorch_lora_weights.safetensors +3 -0
  9. checkpoint-150/random_states_0.pkl +3 -0
  10. checkpoint-150/scheduler.bin +3 -0
  11. checkpoint-200/optimizer.bin +3 -0
  12. checkpoint-200/pytorch_lora_weights.safetensors +3 -0
  13. checkpoint-200/random_states_0.pkl +3 -0
  14. checkpoint-200/scheduler.bin +3 -0
  15. checkpoint-250/optimizer.bin +3 -0
  16. checkpoint-250/pytorch_lora_weights.safetensors +3 -0
  17. checkpoint-250/random_states_0.pkl +3 -0
  18. checkpoint-250/scheduler.bin +3 -0
  19. checkpoint-300/optimizer.bin +3 -0
  20. checkpoint-300/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-300/random_states_0.pkl +3 -0
  22. checkpoint-300/scheduler.bin +3 -0
  23. checkpoint-350/optimizer.bin +3 -0
  24. checkpoint-350/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-350/random_states_0.pkl +3 -0
  26. checkpoint-350/scheduler.bin +3 -0
  27. checkpoint-400/optimizer.bin +3 -0
  28. checkpoint-400/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-400/random_states_0.pkl +3 -0
  30. checkpoint-400/scheduler.bin +3 -0
  31. checkpoint-450/optimizer.bin +3 -0
  32. checkpoint-450/pytorch_lora_weights.safetensors +3 -0
  33. checkpoint-450/random_states_0.pkl +3 -0
  34. checkpoint-450/scheduler.bin +3 -0
  35. checkpoint-50/optimizer.bin +3 -0
  36. checkpoint-50/pytorch_lora_weights.safetensors +3 -0
  37. checkpoint-50/random_states_0.pkl +3 -0
  38. checkpoint-50/scheduler.bin +3 -0
  39. checkpoint-500/optimizer.bin +3 -0
  40. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-500/random_states_0.pkl +3 -0
  42. checkpoint-500/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,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-Fill-dev
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: A Car of Ev6
6
+ widget:
7
+ - text: A Car of Ev6
8
+ output:
9
+ url: image_0.png
10
+ - text: A Car of Ev6
11
+ output:
12
+ url: image_1.png
13
+ - text: A Car of Ev6
14
+ output:
15
+ url: image_2.png
16
+ - text: A Car of Ev6
17
+ output:
18
+ url: image_3.png
19
+ tags:
20
+ - text-to-image
21
+ - diffusers-training
22
+ - diffusers
23
+ - lora
24
+ - flux
25
+ - flux-diffusers
26
+ - template:sd-lora
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+
33
+ # Flux-Fill DreamBooth LoRA - HelloMizz/flux-fill-ev6-lora-01
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are HelloMizz/flux-fill-ev6-lora-01 DreamBooth LoRA weights for black-forest-labs/FLUX.1-Fill-dev.
40
+
41
+ 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).
42
+
43
+ Was LoRA for the text encoder enabled? False.
44
+
45
+ ## Trigger words
46
+
47
+ You should use `A Car of Ev6` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](HelloMizz/flux-fill-ev6-lora-01/tree/main) in the Files & versions tab.
52
+
53
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
54
+
55
+ ```py
56
+ from diffusers import AutoPipelineForText2Image
57
+ import torch
58
+ pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
59
+ pipeline.load_lora_weights('HelloMizz/flux-fill-ev6-lora-01', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A Car of Ev6').images[0]
61
+ ```
62
+
63
+ 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)
64
+
65
+ ## License
66
+
67
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
68
+
69
+
70
+ ## Intended uses & limitations
71
+
72
+ #### How to use
73
+
74
+ ```python
75
+ # TODO: add an example code snippet for running this diffusion pipeline
76
+ ```
77
+
78
+ #### Limitations and bias
79
+
80
+ [TODO: provide examples of latent issues and potential remediations]
81
+
82
+ ## Training details
83
+
84
+ [TODO: describe the data used to train the model]
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b758eae402a2c0fbc3a36ca6d9bd5a45fa20bad02a00328a87654c38d623b6
3
+ size 79234690
checkpoint-100/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef7f13247364912c910ef77939cac9c7c6c17bee804a7cef39bf12a2786d99fe
3
+ size 22504080
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f9e462329e63cba2cf73214705168191eb4034bac8c3652199abf604879a345
3
+ size 14344
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae9dcdd2411cd08df9c339db32aebcda0c185c53d208c013a1aac1b571dd162
3
+ size 1000
checkpoint-150/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49baaa36cff8d82bd83ac4004056e2e4b74ba0cbcc66f01ce3fa500fd9d1669f
3
+ size 79234690
checkpoint-150/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ee0ef36b48928852bf047c275c74fd846c4e72d6514446ba3a5febf9606b24
3
+ size 22504080
checkpoint-150/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dce532ad5c0ec4c43b26b244dfe5add95f980215a28a4ee0b4439d6ee2a4dc68
3
+ size 14344
checkpoint-150/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425a5548304bcd902efe9c477bd6bee8d1f91326dcf798ff81805419c0949bd9
3
+ size 1000
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6928011edeed4c503ed37380b4147d0a355cdd4275b188c0405cacef2c370745
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:abd043a7304d5b8f6e2d81d4b0aff95fa91244285b257ef5005c41a4bae7caba
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:4ec6c342a6adfa427387aeedffca743be9d70f42a4192b0f92c561e5d6b226dc
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-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d99064e6f7efc18172d728823ac4cb7863141e2a7e81dc867ba1b82153f4993
3
+ size 79234690
checkpoint-250/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc830896c0f2b2af55bb75218ccc80fefe4e9421fb60da3dbdd62a7dc9ed90d
3
+ size 22504080
checkpoint-250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81065a04d8c74741e547e87f86d989cfcee4a4e18198699b8ba622f9edefbe69
3
+ size 14344
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838df2f4a5744e2044cdb10ac3e74827d27f84b296b04db54539c24164cf8d8c
3
+ size 1000
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b6c8e7d7ed7975096b7afaf1edeab0d68fb475f2f3d1a90e1e8f7128968d58
3
+ size 79235394
checkpoint-300/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2115d7869e9fe5c3dba7bc1843c262f29e5094770320533466540f934017f048
3
+ size 22504080
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc8283b5a076ffe1ae44dee9c60bb3962325871219b2f3648667e76c7e6a704
3
+ size 14344
checkpoint-300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7d528873710ff30a05eb6b67f614e521fbf2e3fce1892b36c3e29e52232035
3
+ size 1000
checkpoint-350/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0c4c853255dca904c304b735affbb6f0b1681c5dfa8b19e5f5e2a99cef2b2b
3
+ size 79235394
checkpoint-350/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887ad3737db17990f503b5c25bf9c61a1f60ca3822f75d9d6248fb7b11c2eb75
3
+ size 22504080
checkpoint-350/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970897b9f4decb71be077f856a3b209225e23addd9322d6e40f61bc3d635225e
3
+ size 14344
checkpoint-350/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b2c56129706da08630ba325eb4d5223cbe0655fc040163850fe01d1c3ca7a4
3
+ size 1000
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd374c9be8668d4dab7be2ca53a1952f01263d6f75267a9f7006eb78b2d7b896
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:fec1534619d55fd2ce84378a286dafa55e1d58fd61c9ee6899c1f0f56bb30da7
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:d4c7d33bc52aff1ae06ac839d956401a4fe05b9f84cd38f63d933d90ea6ca2ac
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-450/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a4963e0428e89c6198ff2d4e74d4884c3b3dbdb6c1cbb8f6865174fed244a
3
+ size 79235394
checkpoint-450/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f637fa439c187e5dd90f729382ebbeeaa199f78125d501cde53659f08a43822
3
+ size 22504080
checkpoint-450/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6365ba3a3f1864ac8e449ba7e5b606584d833bf59ef58cac7ddf52ba03fe0cf0
3
+ size 14344
checkpoint-450/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e629de967cd454c610ebbbd4ce5760ff040f8a8844d63c3a676760933cf542c
3
+ size 1000
checkpoint-50/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2543524d26d1b4769bdba7e2b61fbd0baaf22bd6338244042286bc3ee8bb9777
3
+ size 79234690
checkpoint-50/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f29a6b3ce48d2617b1ff6afc89d206ea46e405fe42ba6b66661d39341037a1
3
+ size 22504080
checkpoint-50/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e583f8f649a8db39658e8984e5af9b8b4cc559a8ffd752dd1b221a7154b6d6d
3
+ size 14344
checkpoint-50/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12240cfda2c6a55a4339382f46e3cc4d7cfa1696ab86400da4c229dc8f47fd43
3
+ size 1000
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4f12e032d720583751c291113673b65355b34717792b9e159e7ae1f99d24f54
3
+ size 79235394
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cabb3b7f7f4fbf2005d15c3f193483bb9b6f2f86f23cfc61510109281f3ba6c0
3
+ size 22504080
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d3d6d48f7105155699a33f236c9d3dcc22b3257b393dd42d0704c5dd01944b
3
+ size 14344
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64e43d780f79b2c41c77b3638f3da55c2a3273c6e72a559cfe6fb2b05479b63
3
+ size 1000
image_0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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