PANDATREE commited on
Commit
8116431
·
verified ·
1 Parent(s): 3573e03

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 TOK dog
6
+ widget:
7
+ - text: A TOK dog
8
+ output:
9
+ url: image_0.png
10
+ - text: A TOK dog
11
+ output:
12
+ url: image_1.png
13
+ - text: A TOK dog
14
+ output:
15
+ url: image_2.png
16
+ - text: A TOK dog
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 - PANDATREE/flux-fill-dog-lora
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are PANDATREE/flux-fill-dog-lora 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 TOK dog` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](PANDATREE/flux-fill-dog-lora/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('PANDATREE/flux-fill-dog-lora', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A TOK dog').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:6b3957e8c582776f7b9bc8232ad518e467ee7eccde92dc7a0a18e47d526d1564
3
+ size 79235091
checkpoint-100/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c6a3b60caefd6526c1e1004b97a87255c86acfb8c3b7f0fdc17975e2776dcc
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:77e5f8de8177e4c0768b2a635071bb332066de56f5010ac4670bee9f15a4dbfb
3
+ size 14821
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278aaccd0a948f95b90be02903847883b2d54060fb868a846ba0889e5a85b5f9
3
+ size 1401
checkpoint-150/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42885a131b0fdcaebb88b8bc4794c1adfc5cdeb59cc8a3c07ef00c266617d4fa
3
+ size 79235091
checkpoint-150/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541977ff9ba953a2b4c37fe016eddbb84acf1342a2cbb2482d2bbae94a80a966
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:b4bf80044a3d07865b4ff3dcc7dce161f7af0dc233932524c90ed89963872b21
3
+ size 14821
checkpoint-150/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585572e667641a845b968f39a832a64d47117079abd67822bc82e566bd769c7e
3
+ size 1401
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c94647ba5cd99975d98b55ba79b5b79695d708a1788f39a5e0795b8b3bddb3
3
+ size 79235091
checkpoint-200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c482cf7e72e3527c84fb59fbf5318c9b38a8b6cb95812778a41383b998e32c
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:10b5b8d1e24b63e7e3ccbecc78c02f2e936032c0b015cfb18c429cad239b1a9b
3
+ size 14821
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04ac0fbe3548d5fb04d89250705d1db9492dd652289ddc860664e9b2c6983b1c
3
+ size 1401
checkpoint-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1437d22f5977228f56e864884185ef0367388ba9af853c006883b3c624f6f881
3
+ size 79235091
checkpoint-250/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c984176d84ec2e6961b241756a7f39236c6387736195eb0c2588253168a7a67e
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:d9983332236094eab5efad2c8358545e914e8db1ce3d74e79ada9ab539e3a0e7
3
+ size 14821
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e09e8ca526095f5fa933b78d2e0e1a6ea51132137d4b25efe7f3e33c431d197
3
+ size 1401
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb0b994c52455bd887f7bbaa179d537d2288386a093424d85023207d0ed2d9c
3
+ size 79235795
checkpoint-300/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e01e835b02e27ec33cc520a36d0cf55678cc13206cfe97c2b92384beaa3f844
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:0b503ced1904d98d0b0be715531e2c4452b66d5a796a4afa5f61e60f8c34e7f8
3
+ size 14821
checkpoint-300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1720d0ce80624bb1150996a1f691bb1a7c9da699039e626acddd0d0086f706
3
+ size 1401
checkpoint-350/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f48105d7bb6ccf6cb603c88e03e5683ca9a708854ed17f7f3a5e1dc9c2a7aac
3
+ size 79235795
checkpoint-350/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e99680ba72f271d787322e352a5be51d0c5a94ef3e080e2e3a8ae132af1144
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:eaba97918b13388e588484fddf5c3c61519d18f645deb161c585bec01c0dc16c
3
+ size 14821
checkpoint-350/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df7d165e9a05431586cfa3084389f92907676365e2ed69599a371f2c71fa5da
3
+ size 1401
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc35b3872b297de814ec78b92bdc80c76241efd35135ef22d58ce504ca07e51c
3
+ size 79235795
checkpoint-400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981abf2b26b3aed311ce2f18bf8c84cb6f69da0ab3105c4ae006e7f8ea199aa9
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:2737e4b612d5f6e1c36188b8fdec888bd242a17be70eba04ecc186b518e9248e
3
+ size 14821
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e018bf39fc86e1b13d04cc3146b95e31ad0c1b29eec0f619786b1fa0583e1e9f
3
+ size 1401
checkpoint-450/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854c16490dac7d4103339e8e09c3d2e7bdd0fe171a316035daba3d259def84af
3
+ size 79235795
checkpoint-450/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e269ad94aa21152efe0eeb5cd232ecd1529d888622351c65da796db2e5a6d39
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:30717e5cf3b65a14423179ad88ef041ccdfe3e97d4d0dde9e8d3d10dfdc93b8b
3
+ size 14821
checkpoint-450/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed597ff03ab4d7303ad9f795f27dbabc57972d01966cf146cffe10d9613a6070
3
+ size 1401
checkpoint-50/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e23aafb8c699d21220ea2161fdbebc809d1a43c36add1e46bfdf4a26db76158
3
+ size 79235091
checkpoint-50/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e7a45a000eb929ef73dd2d789d72e83aebf7d5fc88ac9dee981f816981c58e
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:42568d1f95cb228509b124d10c22ed1e1b9396b6490218d9c79faa320e128b7f
3
+ size 14821
checkpoint-50/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18348f6a62b86c552504d6560ba257fb7119115d9cdda65bd6f7749227eb453
3
+ size 1401
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52b0cb74125f2b71a9312eef9dfdffee3d767c1596cbded6b5e181582c467cf
3
+ size 79235795
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf55e9c0a51a38198f37f5e2b19875e96d1129d50b715aa02759acd94fbdbe79
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:980c7abd79e2f5820d67e42a0923a5d6e169f6099fdeb641774382e5be57215b
3
+ size 14821
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bde380e9be838b04c3f1abc1c817945ee2a68190b94cf066b735542d42d00f1
3
+ size 1401
image_0.png ADDED

Git LFS Details

  • SHA256: ae423efd2e3c9195970e4cf440eff1d3f445f86d694550229ec13e816c0f64d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 1d3952a5531241c1f0a3ab37534147945117ef662b6d6edcaba12226b9c80122
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
image_2.png ADDED

Git LFS Details

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

Git LFS Details

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