rosalu commited on
Commit
3f7acf7
·
verified ·
1 Parent(s): c9ab6ef

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. pytorch_lora_weights.safetensors +3 -0
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 akiko
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 - rosalu/diffusers-dreambooth-lora-akiko
23
+
24
+ <Gallery />
25
+
26
+ ## Model description
27
+
28
+ These are rosalu/diffusers-dreambooth-lora-akiko 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 akiko` to trigger the image generation.
37
+
38
+ ## Download model
39
+
40
+ [Download the *.safetensors LoRA](rosalu/diffusers-dreambooth-lora-akiko/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('rosalu/diffusers-dreambooth-lora-akiko', weight_name='pytorch_lora_weights.safetensors')
49
+ image = pipeline('a photo of akiko').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]
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:997bdca23e0267fb13db1fba0d87b59cc049aac1cf76c06116a01b22bf9401c9
3
+ size 9388696