HelloMizz commited on
Commit
ffc12c9
·
verified ·
1 Parent(s): b1a02d3

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 pizza poster with prodigy, constant
6
+ widget:
7
+ - text: A pizza poster with prodigy, constant
8
+ output:
9
+ url: image_0.png
10
+ - text: A pizza poster with prodigy, constant
11
+ output:
12
+ url: image_1.png
13
+ - text: A pizza poster with prodigy, constant
14
+ output:
15
+ url: image_2.png
16
+ - text: A pizza poster with prodigy, constant
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-pizza-lora-06
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are HelloMizz/flux-fill-pizza-lora-06 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 pizza poster with prodigy, constant` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](HelloMizz/flux-fill-pizza-lora-06/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-pizza-lora-06', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A pizza poster with prodigy, constant').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:af937773f6ddb43232b48121808da74b1659f99076b049ede1cb20711ba59d12
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:420091681338cfd3afb229e432518e4540665a292a374d805c22cec0b89dc7c3
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:738f8114f010b53a40c9ee5a8c9225da97119583c0412889e536647025786c76
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:bc9e834a1494cb650da6e896abefe8d50ce0e561612a26dfcdc7070ac7c85b87
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:da6f1e1cca0317b9b5e576c54482cdfd59f6d32cda190340f55075b3b9a1e386
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:daa2903a0d53c00964fdbc51d6828ac582a9bc79d3e09bab1b22e566e0d0421a
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:68518e75762c55b3ac50aace75ec077e2b3ca5b8837ea49189dc2ba0070aad3f
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:22144a51f085e8fdaca3ceb4716298904eb74c6f972517fdcd14f6fc7cac8ff9
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:016bc87532689c4045af4d0437f2aa1eb95c9fe13de8b99a4bba74922b8e053e
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:6dae05833e3326d453fadca2f679c624dde9a3f79d791a3920f43f3b2b630bfa
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:c838b5d168b9aa29274fa87a20db69288d199c4de53bee6695054374903cd5ac
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:869902e34d7878196ccf8b232487456ce79b426c87595e95cedfb53c6f50f6d7
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:e618ca0a45d5ab20ae38d33fe737168433d6c52dc84d366bdf62c10a71123b4f
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:46b1d3c9310feb5c9ff3e2dc9a77149cbfea57ff8383d7ac67dacef046c791ff
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:8821920094292f1b16853ba026c5a82cebe475a17f3b5c2b273b1cd4c4a9209c
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:559884516a6bbef74d87c192371a2c91f9c9eb7c4c0522b666d5f8ece8e58952
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:39e19ac209d19b3943aff45ae63185fb6a1f8c97b779415be2cedee2a2d05ca3
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:a14eb706c3e1934b2f9bc7e933612dcd5afe6af3f741079625fe8208a0d5babf
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:633779da94fb46f37edc41c0be3ef35da623b467f844b8e9e0d536200e91ef1c
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:cd1facd1796dbd04bdd8b997d54e95caed1483d507d5573a64834dc08e38492f
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:0bcfa49a18f5be143eca358dd221e2507609afa134a91489fea0f57e0d2251aa
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:c3bcd04056d73d073cb6ac34add73d1f1f88814ab5890edfde0017f45fb8b9d8
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:123b661e9bdce22d88c5189bac84a3b45ea178d66abf61f97be6150160cfa028
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:c9cfeef080d8525e8a2d4f410fb6d98f6b7ce474baeb3ade92311aad24c57e19
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:be7e00b5ec6f0565132ce74460aa4090ef42cad8310d5c2ac63212f52014fee3
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:0193bbd8adc737f377208cb192a8eb66fa26ddffc35fa273537c3811ff650c0f
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:bc6f55f13c3d1ba3ae923e7aa7eabf4202e2697b280998c45f08e24f76340dce
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:c09f2a46045b2b0ab9ddfe707acabb1278f2c66c98242667918241b499e6bdb5
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:9704dce75d4675350c30a1e3d064fa5d19b9f513445c92942e1a4d20d451acc2
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:d5a9b8fd8c1e23c11d7e1db723c73d986e9f34c5b9a3f95ad489e54f5f0d4095
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: 75b3668795de8f7128f0eb4622dd22174f3ae8359766bcb8187e9106614d9f84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 0d3f5b1cbeaa986212bd4d61b33c2fe2f00182863040062498e7cbeb75a20bdc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
image_2.png ADDED

Git LFS Details

  • SHA256: e63f4a446c6d1b8a6da7e0b3e429cea93961adf9e30afdd7556263c072016bcc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
image_3.png ADDED

Git LFS Details

  • SHA256: e8cc2a4f69b77f2608358fdaf82f04bc27bc589bcbc15608507196aa0b9096c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9704dce75d4675350c30a1e3d064fa5d19b9f513445c92942e1a4d20d451acc2
3
+ size 22504080