Upload folder using huggingface_hub
Browse files- README.md +34 -0
- config.yaml +68 -0
- fontsheet.safetensors +3 -0
- fontsheet_000000500.safetensors +3 -0
- fontsheet_000001000.safetensors +3 -0
- samples/1726818179568__000000000_0.jpg +0 -0
- samples/1726818204091__000000000_1.jpg +0 -0
- samples/1726818228643__000000000_2.jpg +0 -0
- samples/1726819244665__000000500_0.jpg +0 -0
- samples/1726819269240__000000500_1.jpg +0 -0
- samples/1726819293807__000000500_2.jpg +0 -0
- samples/1726820309400__000001000_0.jpg +0 -0
- samples/1726820333981__000001000_1.jpg +0 -0
- samples/1726820358564__000001000_2.jpg +0 -0
- samples/1726821372403__000001500_0.jpg +0 -0
- samples/1726821396981__000001500_1.jpg +0 -0
- samples/1726821421566__000001500_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- fluxlora
|
5 |
+
- diffusers
|
6 |
+
- template:sd-lora
|
7 |
+
widget:
|
8 |
+
- output:
|
9 |
+
url: samples/1726821372403__000001500_0.jpg
|
10 |
+
text: spaceship soviet, serif [trigger]
|
11 |
+
- output:
|
12 |
+
url: samples/1726821396981__000001500_1.jpg
|
13 |
+
text: banana style yellow [trigger]
|
14 |
+
- output:
|
15 |
+
url: samples/1726821421566__000001500_2.jpg
|
16 |
+
text: elegant serif runes [trigger]
|
17 |
+
base_model: black-forest-labs/FLUX.1-dev
|
18 |
+
trigger: fontsheet
|
19 |
+
license: other
|
20 |
+
license_name: flux-1-dev-non-commercial-license
|
21 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
22 |
+
---
|
23 |
+
# fontsheet
|
24 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `fabian3000`.
|
25 |
+
<Gallery />
|
26 |
+
## Trigger words
|
27 |
+
You should use `fontsheet` to trigger the image generation.
|
28 |
+
## Download model
|
29 |
+
Weights for this model are available in Safetensors format.
|
30 |
+
[Download](/glif-loradex-trainer/fabian3000_fontsheet/tree/main) them in the Files & versions tab.
|
31 |
+
|
32 |
+
## License
|
33 |
+
This model is licensed under the [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
34 |
+
|
config.yaml
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: fontsheet
|
3 |
+
process:
|
4 |
+
- datasets:
|
5 |
+
- cache_latents_to_disk: true
|
6 |
+
caption_dropout_rate: 0.2
|
7 |
+
caption_ext: txt
|
8 |
+
folder_path: /root/lorahub/fontsheet/dataset
|
9 |
+
resolution:
|
10 |
+
- 512
|
11 |
+
- 768
|
12 |
+
- 1024
|
13 |
+
shuffle_tokens: false
|
14 |
+
token_dropout_rate: 0.01
|
15 |
+
device: cuda:0
|
16 |
+
model:
|
17 |
+
is_flux: true
|
18 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
19 |
+
quantize: true
|
20 |
+
text_encoder_bits: 8
|
21 |
+
network:
|
22 |
+
linear: 42
|
23 |
+
linear_alpha: 42
|
24 |
+
transformer_only: true
|
25 |
+
type: lora
|
26 |
+
performance_log_every: 500
|
27 |
+
sample:
|
28 |
+
height: 1024
|
29 |
+
neg: ''
|
30 |
+
prompts:
|
31 |
+
- spaceship soviet, serif [trigger]
|
32 |
+
- banana style yellow [trigger]
|
33 |
+
- elegant serif runes [trigger]
|
34 |
+
sample_every: 500
|
35 |
+
sample_steps: 25
|
36 |
+
sampler: flowmatch
|
37 |
+
seed: 42
|
38 |
+
walk_seed: true
|
39 |
+
width: 1024
|
40 |
+
save:
|
41 |
+
dtype: float16
|
42 |
+
max_step_saves_to_keep: 3
|
43 |
+
save_every: 500
|
44 |
+
save_format: diffusers
|
45 |
+
train:
|
46 |
+
batch_size: 1
|
47 |
+
dtype: bf16
|
48 |
+
ema_config:
|
49 |
+
ema_decay: 0.99
|
50 |
+
use_ema: true
|
51 |
+
gradient_accumulation_steps: 1
|
52 |
+
gradient_checkpointing: true
|
53 |
+
linear_timesteps: true
|
54 |
+
loss_type: mse
|
55 |
+
lr: 0.0002
|
56 |
+
noise_scheduler: flowmatch
|
57 |
+
optimizer: adamw8bit
|
58 |
+
reg_weight: 1.0
|
59 |
+
steps: 1500
|
60 |
+
target_noise_multiplier: 1.0
|
61 |
+
train_text_encoder: false
|
62 |
+
train_unet: true
|
63 |
+
training_folder: /root/lorahub
|
64 |
+
trigger_word: fontsheet
|
65 |
+
type: sd_trainer
|
66 |
+
job: extension
|
67 |
+
meta:
|
68 |
+
description: ''
|
fontsheet.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e239f29f273b81392f8bb9e19401b9081b475b4fe7296109851006a13c32825
|
3 |
+
size 451202704
|
fontsheet_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a93b2aa2d7da35e8bb78b867221bdd12c84269c1ac85e2cf257785321ea0d18d
|
3 |
+
size 451202704
|
fontsheet_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b93216d004a2a93368f54c0b5184a5734d458b7fe13fc5a3cc4781f15e12a2db
|
3 |
+
size 451202704
|
samples/1726818179568__000000000_0.jpg
ADDED
samples/1726818204091__000000000_1.jpg
ADDED
samples/1726818228643__000000000_2.jpg
ADDED
samples/1726819244665__000000500_0.jpg
ADDED
samples/1726819269240__000000500_1.jpg
ADDED
samples/1726819293807__000000500_2.jpg
ADDED
samples/1726820309400__000001000_0.jpg
ADDED
samples/1726820333981__000001000_1.jpg
ADDED
samples/1726820358564__000001000_2.jpg
ADDED
samples/1726821372403__000001500_0.jpg
ADDED
samples/1726821396981__000001500_1.jpg
ADDED
samples/1726821421566__000001500_2.jpg
ADDED