linoyts HF staff commited on
Commit
c74b403
·
verified ·
1 Parent(s): 9fe9ce1

End of training

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. pytorch_lora_weights.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-dev
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: a puppy, yarn art style
6
+ widget: []
7
+ tags:
8
+ - text-to-image
9
+ - diffusers-training
10
+ - diffusers
11
+ - lora
12
+ - flux
13
+ - flux-diffusers
14
+ - template:sd-lora
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+
21
+ # Flux DreamBooth LoRA - linoyts/yarn_flux_700_simplified_flow
22
+
23
+ <Gallery />
24
+
25
+ ## Model description
26
+
27
+ These are linoyts/yarn_flux_700_simplified_flow DreamBooth LoRA weights for black-forest-labs/FLUX.1-dev.
28
+
29
+ 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).
30
+
31
+ Was LoRA for the text encoder enabled? False.
32
+
33
+ Pivotal tuning was enabled: False.
34
+
35
+ ## Trigger words
36
+
37
+ You should use a puppy, yarn art style to trigger the image generation.
38
+
39
+ ## Download model
40
+
41
+ [Download the *.safetensors LoRA](linoyts/yarn_flux_700_simplified_flow/tree/main) in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ from diffusers import AutoPipelineForText2Image
47
+ import torch
48
+
49
+ pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
50
+ pipeline.load_lora_weights('linoyts/yarn_flux_700_simplified_flow', weight_name='pytorch_lora_weights.safetensors')
51
+
52
+ image = pipeline('a puppy, yarn art style').images[0]
53
+ ```
54
+
55
+ 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)
56
+
57
+ ## License
58
+
59
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
60
+
61
+
62
+ ## Intended uses & limitations
63
+
64
+ #### How to use
65
+
66
+ ```python
67
+ # TODO: add an example code snippet for running this diffusion pipeline
68
+ ```
69
+
70
+ #### Limitations and bias
71
+
72
+ [TODO: provide examples of latent issues and potential remediations]
73
+
74
+ ## Training details
75
+
76
+ [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:90c47aabb3f9f2d15e4846d11b373c323019c00fb3d057fd525e1ceb83941479
3
+ size 22504080