HelloMizz commited on
Commit
7cde67d
·
verified ·
1 Parent(s): f7dd28a

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-1000/optimizer.bin +3 -0
  8. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  9. checkpoint-1000/random_states_0.pkl +3 -0
  10. checkpoint-1000/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-300/optimizer.bin +3 -0
  16. checkpoint-300/pytorch_lora_weights.safetensors +3 -0
  17. checkpoint-300/random_states_0.pkl +3 -0
  18. checkpoint-300/scheduler.bin +3 -0
  19. checkpoint-400/optimizer.bin +3 -0
  20. checkpoint-400/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-400/random_states_0.pkl +3 -0
  22. checkpoint-400/scheduler.bin +3 -0
  23. checkpoint-500/optimizer.bin +3 -0
  24. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-500/random_states_0.pkl +3 -0
  26. checkpoint-500/scheduler.bin +3 -0
  27. checkpoint-600/optimizer.bin +3 -0
  28. checkpoint-600/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-600/random_states_0.pkl +3 -0
  30. checkpoint-600/scheduler.bin +3 -0
  31. checkpoint-700/optimizer.bin +3 -0
  32. checkpoint-700/pytorch_lora_weights.safetensors +3 -0
  33. checkpoint-700/random_states_0.pkl +3 -0
  34. checkpoint-700/scheduler.bin +3 -0
  35. checkpoint-800/optimizer.bin +3 -0
  36. checkpoint-800/pytorch_lora_weights.safetensors +3 -0
  37. checkpoint-800/random_states_0.pkl +3 -0
  38. checkpoint-800/scheduler.bin +3 -0
  39. checkpoint-900/optimizer.bin +3 -0
  40. checkpoint-900/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-900/random_states_0.pkl +3 -0
  42. checkpoint-900/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 train step 1000
6
+ widget:
7
+ - text: A pizza poster train step 1000
8
+ output:
9
+ url: image_0.png
10
+ - text: A pizza poster train step 1000
11
+ output:
12
+ url: image_1.png
13
+ - text: A pizza poster train step 1000
14
+ output:
15
+ url: image_2.png
16
+ - text: A pizza poster train step 1000
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-08
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are HelloMizz/flux-fill-pizza-lora-08 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 train step 1000` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](HelloMizz/flux-fill-pizza-lora-08/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-08', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A pizza poster train step 1000').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:46f2d18b564c6444d0de44611524df2fdd88a9a61a0c091529f8c2fab985e3e2
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:e0810698e1a284a790dfe0f8c815ffc97df14ecec41fb88db151bca035d4190d
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-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcaebbfbf39d3dde4833ca0ee7a627cc07c72e69053e7deab18d47a856c735e
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:7126979ba2780a5a02936f95e43958043d1db35b4d74133a4cd3748bffa34685
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:764dbf5bc6daa3e7d6987002c3ca92ca4c3f728dcc85feede68d5067a741e4b2
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-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d489f75ab0ac6e0cf2971cb11fb4336ae8200cc4099c494321062adb8a41a10
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:d779f1f60c6429578c911fcbd2a8704da76452afe825b6aa053d21f922cc9af9
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-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7736b0c7d86b97199151fbdbc120b150ecae3917145d681b42822d89b142c010
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:ed5495f72678cc19bb3525d9b8fba2ef3a948236d3e43ded1b1ee899c531f5a4
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-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72434569d748b9f7e4b0958aa849cdae6f75235c170468614c33e068b916bd8
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:30ee21cea258ffcdf3525a1298e29b92e88add02e888f54526e11b5d367e85ee
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-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c80506a8cf1cd73d82feaf84eb7a087057d55a5bd12fcdeff092b901ef8fc71
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:5fe79ca5ccf04ae81828372ac59d27a835f1fc5d1c2fb9f08080044878af2c28
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
checkpoint-600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5d8aa9e4068ac393b7e7d688c0b576ff4fb012d8020be60a4c93ed7f4874d7
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:3e121af7bd39a9d7fc49a641fe0457c65cbedd86b20122f04fc7ee4442a6242d
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:126f70691d9e3c5c0bc442f03cf9f4e1a8c2dc7d45d65c1ee76eb6d3358f030e
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-700/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1cb97e2ae8e6f48830ccc6a6e3569b603cafa19bf7841d3b35b128fedc5c68
3
+ size 79235394
checkpoint-700/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41324ce87c7de20e23e647e2f84abbe57ed22bcd5e82e523a1aa505bb62faf64
3
+ size 22504080
checkpoint-700/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e52018327cfcb80a95f5db97d5163ca538e2b62ccb7f0411b8cfdbb63e1cc6
3
+ size 14344
checkpoint-700/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4aa3e3df6d9d00a4c34aec280ca1216e682f26b750de2f09a21d7e8b55f28c
3
+ size 1000
checkpoint-800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332b82c8d3b0088df2d88c31bba9a6dc580a363eb76e3c081da62755f0f9ac92
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:eb9902707bbb8a87359c165991856a5b83fd82a8e1dd07bd535b603a9b8a44ae
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:297d876b157d49e56eaced4018d0adfddb44592be44b434c3983b73bb3a94aa7
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
checkpoint-900/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ffdf9889b5dde45c111265ee4535ba8231602ec0d3aa6e0e2c55c355dcae02
3
+ size 79235394
checkpoint-900/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1835cea89522fd0ca79cc1d030e0f1b54f641b4ae3f315db7e0e1f0d2c1383
3
+ size 22504080
checkpoint-900/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c983a185e46ffbd59d452e9171e89b787148d69953df5a9d83a3408a5eb3043
3
+ size 14344
checkpoint-900/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f217203d998a5430d5695d753e0c9662b30d750f6c5d697957341278f3bb5d
3
+ size 1000
image_0.png ADDED

Git LFS Details

  • SHA256: 5a79a695dd18ba9c6b517dcaa18abf6db6a877e0463f2a7922325532b8492f29
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 473969ada654e15a1e28611bdfa6836811c896cb46208965f4ec83112f5a0cb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 635ced174914304bfe10cc8a732b96d4308adbe5e4754f0dd5fdc803b6479e12
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
image_3.png ADDED

Git LFS Details

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