Upload 2 files
Browse files- config.yaml +76 -0
- my_first_flux_lora_v1.safetensors +3 -0
config.yaml
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: my_first_flux_lora_v1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output/tamizh_fluxv2
|
7 |
+
performance_log_every: 1000
|
8 |
+
device: cuda:0
|
9 |
+
trigger_word: TAMIZH
|
10 |
+
network:
|
11 |
+
type: lora
|
12 |
+
linear: 32
|
13 |
+
linear_alpha: 32
|
14 |
+
save:
|
15 |
+
dtype: float16
|
16 |
+
save_every: 200
|
17 |
+
max_step_saves_to_keep: 4
|
18 |
+
push_to_hub: false
|
19 |
+
datasets:
|
20 |
+
- folder_path: F:\flux-training\ai-toolkit\tamil-images
|
21 |
+
caption_ext: txt
|
22 |
+
caption_dropout_rate: 0.05
|
23 |
+
shuffle_tokens: true
|
24 |
+
cache_latents_to_disk: true
|
25 |
+
resolution:
|
26 |
+
- 512
|
27 |
+
- 768
|
28 |
+
- 1024
|
29 |
+
train:
|
30 |
+
batch_size: 1
|
31 |
+
steps: 2000
|
32 |
+
gradient_accumulation_steps: 1
|
33 |
+
train_unet: true
|
34 |
+
train_text_encoder: false
|
35 |
+
gradient_checkpointing: true
|
36 |
+
noise_scheduler: flowmatch
|
37 |
+
optimizer: adamw8bit
|
38 |
+
lr: 0.0001
|
39 |
+
skip_first_sample: true
|
40 |
+
ema_config:
|
41 |
+
use_ema: true
|
42 |
+
ema_decay: 0.99
|
43 |
+
dtype: bf16
|
44 |
+
model:
|
45 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
46 |
+
is_flux: true
|
47 |
+
quantize: true
|
48 |
+
sample:
|
49 |
+
sampler: flowmatch
|
50 |
+
sample_every: 200
|
51 |
+
width: 1024
|
52 |
+
height: 1024
|
53 |
+
prompts:
|
54 |
+
- '[trigger] holding a sign that says ''I LOVE PROMPTS!'''
|
55 |
+
- woman with red hair, playing chess at the park, bomb going off in the background
|
56 |
+
- a woman holding a coffee cup, in a beanie, sitting at a cafe
|
57 |
+
- a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
58 |
+
holding a martini
|
59 |
+
- a man showing off his cool new t shirt at the beach, a shark is jumping out
|
60 |
+
of the water in the background
|
61 |
+
- a bear building a log cabin in the snow covered mountains
|
62 |
+
- woman playing the guitar, on stage, singing a song, laser lights, punk rocker
|
63 |
+
- hipster man with a beard, building a chair, in a wood shop
|
64 |
+
- photo of a man, white background, medium shot, modeling clothing, studio lighting,
|
65 |
+
white backdrop
|
66 |
+
- a man holding a sign that says, 'this is a sign'
|
67 |
+
- a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
68 |
+
in a desert, with a motorcycle
|
69 |
+
neg: ''
|
70 |
+
seed: 42
|
71 |
+
walk_seed: true
|
72 |
+
guidance_scale: 4
|
73 |
+
sample_steps: 20
|
74 |
+
meta:
|
75 |
+
name: '[tamizh_k]'
|
76 |
+
version: '1.0'
|
my_first_flux_lora_v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb8a8e6a3da14e92586619384f44b41f8047609ee7f9a0c80aada37244a2daec
|
3 |
+
size 343805448
|