jtorregrosa
commited on
End of training
Browse files- .gitattributes +4 -0
- README.md +88 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- 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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: black-forest-labs/FLUX.1-dev
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: W4T3RC0L0UR style
|
6 |
+
widget:
|
7 |
+
- text: W4T3RC0L0UR style, a fisherman casting a line into a peaceful village lake
|
8 |
+
surrounded by quaint cottages
|
9 |
+
output:
|
10 |
+
url: image_0.png
|
11 |
+
- text: W4T3RC0L0UR style, a fisherman casting a line into a peaceful village lake
|
12 |
+
surrounded by quaint cottages
|
13 |
+
output:
|
14 |
+
url: image_1.png
|
15 |
+
- text: W4T3RC0L0UR style, a fisherman casting a line into a peaceful village lake
|
16 |
+
surrounded by quaint cottages
|
17 |
+
output:
|
18 |
+
url: image_2.png
|
19 |
+
- text: W4T3RC0L0UR style, a fisherman casting a line into a peaceful village lake
|
20 |
+
surrounded by quaint cottages
|
21 |
+
output:
|
22 |
+
url: image_3.png
|
23 |
+
tags:
|
24 |
+
- text-to-image
|
25 |
+
- diffusers-training
|
26 |
+
- diffusers
|
27 |
+
- lora
|
28 |
+
- flux
|
29 |
+
- flux-diffusers
|
30 |
+
- template:sd-lora
|
31 |
+
---
|
32 |
+
|
33 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
34 |
+
should probably proofread and complete it, then remove this comment. -->
|
35 |
+
|
36 |
+
|
37 |
+
# Flux DreamBooth LoRA - jtorregrosa/watercolour-lora-flux
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
These are jtorregrosa/watercolour-lora-flux DreamBooth LoRA weights for black-forest-labs/FLUX.1-dev.
|
44 |
+
|
45 |
+
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).
|
46 |
+
|
47 |
+
Was LoRA for the text encoder enabled? False.
|
48 |
+
|
49 |
+
## Trigger words
|
50 |
+
|
51 |
+
You should use `W4T3RC0L0UR style` to trigger the image generation.
|
52 |
+
|
53 |
+
## Download model
|
54 |
+
|
55 |
+
[Download the *.safetensors LoRA](jtorregrosa/watercolour-lora-flux/tree/main) in the Files & versions tab.
|
56 |
+
|
57 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
58 |
+
|
59 |
+
```py
|
60 |
+
from diffusers import AutoPipelineForText2Image
|
61 |
+
import torch
|
62 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
63 |
+
pipeline.load_lora_weights('jtorregrosa/watercolour-lora-flux', weight_name='pytorch_lora_weights.safetensors')
|
64 |
+
image = pipeline('W4T3RC0L0UR style, a fisherman casting a line into a peaceful village lake surrounded by quaint cottages').images[0]
|
65 |
+
```
|
66 |
+
|
67 |
+
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)
|
68 |
+
|
69 |
+
## License
|
70 |
+
|
71 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
72 |
+
|
73 |
+
|
74 |
+
## Intended uses & limitations
|
75 |
+
|
76 |
+
#### How to use
|
77 |
+
|
78 |
+
```python
|
79 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
80 |
+
```
|
81 |
+
|
82 |
+
#### Limitations and bias
|
83 |
+
|
84 |
+
[TODO: provide examples of latent issues and potential remediations]
|
85 |
+
|
86 |
+
## Training details
|
87 |
+
|
88 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9510a044eb992996f11c116f27e981903dc8b66d85b3a35276603f666ddc1d07
|
3 |
+
size 359414018
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c07265e5086ffec0479307e3b3c441ec770274727ae82bb6cc6baf4a2ae5147
|
3 |
+
size 89745256
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bac8f93247c623b2b8483c447c49b114541c88be00327d832ca9144c33e9507
|
3 |
+
size 14344
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a631b1c04d4c474aae321ade194dd923527e233895a50ced126499f555df92a
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b002715091ed375e54589791d27b7683857847bf9bc528f6d425f6fef4675573
|
3 |
+
size 359414018
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66115f1f3b4e8d02ebbaebe83157bb0a814cef114b93b16fafada4db50ac2a61
|
3 |
+
size 89745256
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03fdfef3485f5050ee38dedaea89b2ca1743e6313a58d7507960dce378fb41e3
|
3 |
+
size 14344
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae45786c0dbc27485560b854e928daf9eef814fa788fa42df80085dc2f0e9954
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edbad140ad61bca0b6afacfa6f784f01c8ca95919ff0a75602268f7d945f7f26
|
3 |
+
size 359414018
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4071aaabb302f3f1d126862783d9270774475b8e314b06c6a4b75602b17aed31
|
3 |
+
size 89745256
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dc06bf83827133be9f1df0fc56ab3f493c7c696fe2a0c3469ebb3be3a639509
|
3 |
+
size 14344
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0a70318a060bd145117da1524349f31e6570611e3a32a3d96a87ed80d64d0b2
|
3 |
+
size 1000
|
checkpoint-2500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11042adfc417fab0316b3cceac57fc555fa03de9d508fa47ee8d4e8ca0c3c9e
|
3 |
+
size 359414018
|
checkpoint-2500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc9cc938e3149acd7013fed8a0b13cc422edaafaf8c544de9594eeaa34693297
|
3 |
+
size 89745256
|
checkpoint-2500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4ff2d470a6ef8bca0f6c5b9ac0e43865522cc1a86c853cbdc1e5c9c274fa0d6
|
3 |
+
size 14344
|
checkpoint-2500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:324186ec3145f928db4e6bc93f9b14fcb79f1fda958a2a7de75a00205fdbbde0
|
3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b8a04349e0b9c2b614239d7c8007106a52b5225d35270c6ad21e8b783d0cfac
|
3 |
+
size 359414018
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1417e8b7bad47b7d5153dd725ce8bc1036b6081eb6461293d4988c1d0946973
|
3 |
+
size 89745256
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5acb7726c4ccf7880c0a04bbb9e35cc23f203e650201a9902008055ba682506
|
3 |
+
size 14344
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d28e9c4ee2db8260b5add3e5a0e6a5b2c17a200cbb4ab33d21c9b92f7c42da27
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b79ebcf32f7a3d406f225b3ea623e0b1bcee3af2a86d7e5b5836f8a66499ec
|
3 |
+
size 359414018
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:762eaae41f98f7177491a884909ad3dd2ad851387e961ddb7dfb05e72dc03d2b
|
3 |
+
size 89745256
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:460b9682642bc9222be1e0044d57e597b16a3b1fe86c9f47f7ddd4a554c97ed9
|
3 |
+
size 14344
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e0ede57b45a6d9766c0b20426c712de2ad40f7026b70ff6e0b802b73ce75749
|
3 |
+
size 1000
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|
image_3.png
ADDED
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1417e8b7bad47b7d5153dd725ce8bc1036b6081eb6461293d4988c1d0946973
|
3 |
+
size 89745256
|