File size: 3,183 Bytes
ded6ca7
f138c04
ded6ca7
 
 
 
 
 
 
 
41044e5
 
 
 
 
f138c04
 
 
 
 
 
41044e5
ded6ca7
 
 
e776dff
ded6ca7
0b6b5fd
ded6ca7
f138c04
 
 
 
 
 
 
 
3c2c6bf
f138c04
 
3c2c6bf
f138c04
 
00b2135
3c2c6bf
e8158ab
f138c04
e8158ab
f138c04
e8158ab
f138c04
e8158ab
f138c04
 
e8158ab
f3de034
 
 
 
 
 
6ecfd90
f3de034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ecfd90
f3de034
6ecfd90
f3de034
 
 
00b2135
ded6ca7
 
 
 
 
 
 
 
 
 
 
 
 
41044e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
license: apache-2.0
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
- pen
- calligraphy
- typography
- lettering
- medieval type
- tattoo font
- graphic design
- font
- vintage
- retro
- art direction
base_model: black-forest-labs/FLUX.1-dev
pipeline_tag: text-to-image
instance_prompt: TOK
---
![Cover](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/Cover_Retro_Pen_Lettering.jpg)

# Retro Pen Lettering Flux Lora

Sharing here the first of my Flux LoRas for Graphic Designers, Art directors and Creative Industries.
A fine tuned retro pen lettering and calligraphy model for Flux-dev. 

Dataset from old lettering books, carefully selected, upscaled, refined and manual captioned for better quality and adherence.

I share here some unrefined and uncherry-picked outputs, along with a sample photo of the dataset used for this special LoRa for typography lovers. 
Share your generations! 🧙‍♂️🌟

⬇Download from Civitai⬇
https://civitai.com/models/655773?modelVersionId=733682

⬇You can test it using this workflow for free on OpenArt AI⬇
https://civitai.com/models/655773/retro-pen-lettering
(outdate but working fine)

Triggers: TOK, in the style of TOK

Best setup is:

CFG: 3-4

Euler - Normal

Steps: 25-30


# Outputs

![Output 1](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/1.png)

![Output 2](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/2.png)

![Output 4](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/4.jpeg)

![Output 5](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/5.png)

![Output 6](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/6.png)

![Output 7](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/7.png)

![Output 8](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/8.png)

![Output 9](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/9.png)

![Output 10](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/10.png)

![Output 11](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/11.png)

![Output 12](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/12.jpeg)

![Output 13](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/13.jpeg)

![Output 14](https://huggingface.co/Agusdor/pen_lettering_flux_lora/resolve/main/14.png)




## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Agusdor/pen_lettering_flux_lora', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```

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)