HelloMizz commited on
Commit
2747ef2
·
verified ·
1 Parent(s): cf71b77

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, batch size2
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-07
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are HelloMizz/flux-fill-pizza-lora-07 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, batch size2` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](HelloMizz/flux-fill-pizza-lora-07/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-07', 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:b75550c6e297fa8d98af2e83894c16ced03cdaccaf7022cdded26a7995922474
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:a3160982d16a9242d6f91d75a2881c0af67e8b0fe475c571be5a13bf5ad4031a
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:bb0e71f0dee8d0df44ce89fe141f95558fee077365b057737e75e9cbd3f9b114
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:605b6c3eb329c84860918304b4d069511c0adf054686459cd8211e18d460e445
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:5ca803a998d3f92cf0e0279e755dfc91a116bdc3c46f032ccde7356f2e4dbc15
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:a4f7b721dbf1eaa03281eace17a0d6a139089e95baa41b9b86950bff431ecfb1
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:9ff5b832442ce03bd79b84f8b7f7fe8fdebdd287f2c3c27aa90675e8c0344c02
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:66b26f3770c5f1c6f67809562f50de0ef7c24dbadb95aee53b0a622eab7b8803
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:5cb56b35cb5c436fcb0ad3c1c517e7c53d88e44b45fbee2e453646417165ad6d
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:98a74b461e370eb9124f527f70ffc5fdbf127b4088c8f31bd93ee7342f304c15
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:6489d14038a7ec512cfb6c394db8358e7358869802ae1c4486a6c39e5bc4c45e
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:923bb14a4b404824b7f1d90c711946e5b5573b26bf31b854886e95e34576a2b6
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:d26df398e71eaa84cdb4779d65142e6eeca6a25d090d7b3e3ec4517ecdea9ea3
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:cf3c6713db723ecd1b2aa5ab8086a817fafe8459c137039e363028a97552398d
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:e44b668c77db1eb76ad74e0ec5765873f73d7a5384300e5b5c283d35e3549643
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:43f0109b535b99b844f363f05d6e831936751a09ccb73c70a047cdffaff4bdec
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:e913e35c2dc206fdc6264ff53f7960cae4dfb6571ddce12c986fa011b85af5ee
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:a1537fc4fd75f375204e00e3307cbf000a21ffa0c4790cf289f8bcfc1700feb1
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:03bfdfe8b19109c1143c6891a4d5631bdce04ccb54a288bf00423725a6f792fc
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:4b77294151d092c6d932e5b7a04a501f9b21da56c0feb8f23427c53aa5af1ba3
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:2c786411b81a9eca090855658bf93184fc446a4113b8b5a08a31481680ec42c0
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:6ae1962719a1f826f986263910c5dc6b2ad2d017bfae5bdb39bd690ef45b4e16
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:4c7a57bf2e65e8c696272a36785c21d226892ab447588ff4bc542770d607ef93
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:fc6493c4b32ade6fba7b40ea7f6d15e376b3b7b850dbf4edc19226b874a78204
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:dba9c28472de74ee54ec343152d66f07eb97de43df10bb4e82d1ead0c6fba7a5
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:5b1a300a8f590309b45e79ad1d634ebef246e124d3d54901ce9bdfc283ba02df
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:e9ec83f54ffe8b7f17f9d5b82828df02cd0f4aad4670fd99b3e3a75b3546af29
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:b05f625a7c9446ab8962aa62040dac92ee6d78c4b341257d08ed96ea25ada43f
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:f39ee54da55a34b6968165089fddd56ecd33612f1a32e71eb959f09f791ff756
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:8aedba206ab2f55962df2493cde12a5c5d9f0e5e0cf9a34108d06c62f12efa02
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: 1bc27f10bc75e2a6b77264df6fce175b209bb3a4bee0963139702d0bfe74f704
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
image_1.png ADDED

Git LFS Details

  • SHA256: cbf6a94219809aaee8c6090f83bcbc6e7de1a323b995ac9a404967b03527f546
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 463cbd50cdb75cc50f1e9b895a86c4da16724818bd77970814f26131ea41d66b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
image_3.png ADDED

Git LFS Details

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