bingbangboom
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,66 @@
|
|
1 |
-
---
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
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 |
+
- glif
|
12 |
+
base_model:
|
13 |
+
- black-forest-labs/FLUX.1-dev
|
14 |
+
pipeline_tag: text-to-image
|
15 |
+
instance_prompt: hand-drawn sketch illustration in the style of CNTLNDRWNG
|
16 |
+
widget:
|
17 |
+
- text: "a hand-drawn sketch illustration of a woman wearing a colorful flower crown, standing in a garden, green foliage. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
18 |
+
output:
|
19 |
+
url: images/1.jpg
|
20 |
+
- text: "a hand-drawn sketch illustration of a girl wearing a pink dress and rainbow colored hair floating in a pond, lily pads and koi fish around her, calm and peaceful. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
21 |
+
output:
|
22 |
+
url: images/2.jpg
|
23 |
+
- text: "a hand-drawn sketch illustration of a girl wearing glasses, wearing a blue baseball cap, holding a boba tea cup with a straw in her hand. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
24 |
+
output:
|
25 |
+
url: images/3.jpg
|
26 |
+
- text: "a hand-drawn sketch illustration of an orange cat taking a nap on a work table, green potted plants, window, books. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
27 |
+
output:
|
28 |
+
url: images/4.jpg
|
29 |
+
- text: "a hand-drawn sketch illustration of a boy wearing glasses, holding a rabbit, standing in a garden, sun. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
30 |
+
output:
|
31 |
+
url: images/5.jpg
|
32 |
+
- text: "a monochromatic hand-drawn sketch illustration of a robot eating ramen in a busy cafe. The sketch is on white cold press paper in the style of CNTLNDRWNG"
|
33 |
+
output:
|
34 |
+
url: images/6.jpg
|
35 |
+
---
|
36 |
+
# flux-zen
|
37 |
+
|
38 |
+
<Gallery />
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
Flux LoRA for creating simple ink illustrations on paper. To simulate the paper texture effect and trigger the model, format your prompt like this:
|
43 |
+
|
44 |
+
**'a hand-drawn sketch illustration of {your prompt}. The sketch is on white cold press paper in the style of CNTLNDRWNG'**. Best with DEV (works well even with fp8). To use with flux1-dev-bnb-nf4 try increasing the LoRA strength (to say 1.3 and then adjust accordingly). Try the model easily at https://glif.app/@bingbangboomlab/glifs/cm5tnho6d000two3sztx9veik
|
45 |
+
|
46 |
+
|
47 |
+
## Trigger words
|
48 |
+
|
49 |
+
You should use `a hand-drawn sketch illustration on white cold press paper in the style of CNTLNDRWNG` to trigger the image generation.
|
50 |
+
|
51 |
+
|
52 |
+
## Download model
|
53 |
+
|
54 |
+
Weights for this model are available in Safetensors format.
|
55 |
+
|
56 |
+
[Download](/bingbangboom/flux-zen/tree/main) them in the Files & versions tab.
|
57 |
+
|
58 |
+
## Training
|
59 |
+
The model was trained on total 13 images. Here are some samples:
|
60 |
+
<table>
|
61 |
+
<tr>
|
62 |
+
<td><img src="./training/1.jpg" alt="Example 1" style="width:100%;"></td>
|
63 |
+
<td><img src="./training/2.jpg" alt="Example 2" style="width:100%;"></td>
|
64 |
+
<td><img src="./training/3.jpg" alt="Example 3" style="width:100%;"></td>
|
65 |
+
</tr>
|
66 |
+
</table>
|