sscorzo commited on
Commit
1932ed6
·
verified ·
1 Parent(s): 3e337bd

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +4 -47
config.yaml CHANGED
@@ -3,60 +3,17 @@ config:
3
  name: flux_train_replicate
4
  process:
5
  - type: custom_sd_trainer
6
- training_folder: output
7
  device: cuda:0
8
- trigger_word: lisa, lisa wearing tevas, lisa wearing a black dress and black platform
9
- teva sandals, lisa at the beach, lisa closeup, lisa wearing a dress, lisa wearing
10
- wedding gown
11
  network:
12
  type: lora
13
  linear: 16
14
  linear_alpha: 16
15
- save:
16
- dtype: float16
17
- save_every: 1001
18
- max_step_saves_to_keep: 1
19
- datasets:
20
- - folder_path: input_images
21
- caption_ext: txt
22
- caption_dropout_rate: 0.05
23
- shuffle_tokens: false
24
- cache_latents_to_disk: false
25
- cache_latents: true
26
- resolution:
27
- - 512
28
- - 768
29
- - 1024
30
  train:
31
- batch_size: 1
32
  steps: 1000
33
- gradient_accumulation_steps: 1
34
- train_unet: true
35
- train_text_encoder: false
36
- content_or_style: balanced
37
- gradient_checkpointing: false
38
- noise_scheduler: flowmatch
39
  optimizer: adamw8bit
40
  lr: 0.0004
41
- ema_config:
42
- use_ema: true
43
- ema_decay: 0.99
44
- dtype: bf16
45
  model:
46
- name_or_path: FLUX.1-dev
47
- is_flux: true
48
- quantize: false
49
- sample:
50
- sampler: flowmatch
51
- sample_every: 1001
52
- width: 1024
53
- height: 1024
54
- prompts: []
55
- neg: ''
56
- seed: 42
57
- walk_seed: true
58
- guidance_scale: 3.5
59
- sample_steps: 28
60
- meta:
61
- name: flux_train_replicate
62
- version: '1.0'
 
3
  name: flux_train_replicate
4
  process:
5
  - type: custom_sd_trainer
6
+ training_folder: .
7
  device: cuda:0
8
+ trigger_word: lisa
 
 
9
  network:
10
  type: lora
11
  linear: 16
12
  linear_alpha: 16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  train:
 
14
  steps: 1000
 
 
 
 
 
 
15
  optimizer: adamw8bit
16
  lr: 0.0004
 
 
 
 
17
  model:
18
+ name_or_path: black-forest-labs/FLUX.1-dev
19
+ is_flux: true