ell-hol commited on
Commit
d7ccc1f
·
verified ·
1 Parent(s): c0f37b0

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - diffusers-training
7
+ - diffusers
8
+ - lora
9
+ - replicate
10
+ - flux
11
+ - flux-diffusers
12
+ - template:sd-lora
13
+ base_model: FLUX.1-dev
14
+ instance_prompt: a photo of the FTR170 building
15
+ widget: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+
22
+ # Flux DreamBooth LoRA - ell-hol/FTR170-flux-dbth-lr
23
+
24
+ <Gallery />
25
+
26
+ ## Model description
27
+
28
+ These are ell-hol/FTR170-flux-dbth-lr DreamBooth LoRA weights for FLUX.1-dev.
29
+
30
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [Flux diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_flux.md) on [Replicate](https://replicate.com/lucataco/diffusers-dreambooth-lora).
31
+
32
+ Was LoRA for the text encoder enabled? False.
33
+
34
+ ## Trigger words
35
+
36
+ You should use `a photo of the FTR170 building` to trigger the image generation.
37
+
38
+ ## Download model
39
+
40
+ [Download the *.safetensors LoRA](ell-hol/FTR170-flux-dbth-lr/tree/main) in the Files & versions tab.
41
+
42
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
43
+
44
+ ```py
45
+ from diffusers import AutoPipelineForText2Image
46
+ import torch
47
+ pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
48
+ pipeline.load_lora_weights('ell-hol/FTR170-flux-dbth-lr', weight_name='pytorch_lora_weights.safetensors')
49
+ image = pipeline('a photo of the FTR170 building').images[0]
50
+ ```
51
+
52
+ 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)
53
+
54
+ ## License
55
+
56
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
57
+
58
+
59
+ ## Intended uses & limitations
60
+
61
+ #### How to use
62
+
63
+ ```python
64
+ # TODO: add an example code snippet for running this diffusion pipeline
65
+ ```
66
+
67
+ #### Limitations and bias
68
+
69
+ [TODO: provide examples of latent issues and potential remediations]
70
+
71
+ ## Training details
72
+
73
+ [TODO: describe the data used to train the model]
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec71fdff7b01a29f5cac0e417e24cc0800642f6a025304482558d02573ec735
3
+ size 37799362
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ceb24fa3219a93b42dd906467e43e6cd2124d0ae7d7b8049f4f7fe9ec0e1dd
3
+ size 9388696
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc3b62687d819509d99c5ba53bf3c1334bebccb8bb9d931fa14fa8549d17f98
3
+ size 14408
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c6b8457d8ed1c4a1141131dfb2267827bfa81f1b7214dc7a16e697888e0382e
3
+ size 1000
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a386906353f78e5d43d7cd0df42810220de7a6f89491df284842331bb5bcb59e
3
+ size 37799362
checkpoint-5000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae95e0e12e10674b94dd60a206951dbed2ad6cb421728a4a5170fce5b88a5b1a
3
+ size 9388696
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec64674b5cd9061a70aa1ba6b763fe41c2bdadeded34745107362d6b9123b6d
3
+ size 14408
checkpoint-5000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f039d679bf1c6d588e0b30b4c34a79b4ee51e23315f03dbab7ba3e60691eef02
3
+ size 1000
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7713487d8c98bc29e004a8f452b41154dd78bb40f0b1868b2dd8b2f0590a5a
3
+ size 9388696