Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,39 @@
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
Watercolor style trained for 1000 steps
|
9 |
|
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- flux
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
- replicate
|
12 |
+
base_model: "black-forest-labs/FLUX.1-dev"
|
13 |
+
pipeline_tag: text-to-image
|
14 |
+
instance_prompt: TOK
|
15 |
+
widget:
|
16 |
+
- text: >-
|
17 |
+
a boat in the style of TOK
|
18 |
+
output:
|
19 |
+
url: hhttps://replicate.delivery/yhqm/z7f2OBcvga07dCoJ4FeRGZCbE5PvipLhogPhEeU7BazIg5lmA/out-0.webp
|
20 |
+
- text: >-
|
21 |
+
a car in the style of TOK
|
22 |
+
output:
|
23 |
+
url: https://replicate.delivery/yhqm/c9Bh6p0VuSoJKtNseie38Kl9piM5Fmnw49AyxfuI7e3cIzLNB/out-0.webp
|
24 |
---
|
25 |
+
|
26 |
+
# Flux Mona Lisa
|
27 |
+
|
28 |
+
<Gallery />
|
29 |
+
|
30 |
+
Trained on Replicate using:
|
31 |
+
|
32 |
+
https://replicate.com/ostris/flux-dev-lora-trainer/train
|
33 |
+
|
34 |
+
## Trigger words
|
35 |
+
You should use `TOK` to trigger the image generation.
|
36 |
+
|
37 |
+
## Training details
|
38 |
|
39 |
Watercolor style trained for 1000 steps
|
40 |
|