File size: 1,866 Bytes
f28b7ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
config:
  name: flx-fash-test
  process:
  - datasets:
    - cache_latents_to_disk: true
      caption_dropout_rate: 0.05
      caption_ext: txt
      folder_path: datasets/b3d57c70-f303-4b1e-becb-cc044bb98d57
      resolution:
      - 512
      - 768
      - 1024
      shuffle_tokens: false
    device: cuda:0
    model:
      is_flux: true
      low_vram: true
      name_or_path: black-forest-labs/FLUX.1-dev
      quantize: true
    network:
      linear: 16
      linear_alpha: 16
      type: lora
    sample:
      guidance_scale: 4
      height: 1024
      neg: ''
      prompts:
      - a woman standing on the sidewalk, holding an umbrella in her hand. She is
        wearing a beige trench coat and black shorts, and in the background there
        is a person walking on the footpath, a pole, and a building. [trigger]
      - a woman wearing a beige trench coat and black pants, with a watch on her wrist,
        taking a selfie in front of a mirror. In the background, there is a table
        and a wall. [trigger]
      sample_every: 1000
      sample_steps: 28
      sampler: flowmatch
      seed: 42
      walk_seed: true
      width: 1024
    save:
      dtype: float16
      hf_private: true
      hf_repo_id: openfree/flx-fash-test
      max_step_saves_to_keep: 4
      push_to_hub: true
      save_every: 10000
    train:
      batch_size: 1
      disable_sampling: false
      dtype: bf16
      ema_config:
        ema_decay: 0.99
        use_ema: true
      gradient_accumulation_steps: 1
      gradient_checkpointing: true
      lr: 0.0004
      noise_scheduler: flowmatch
      optimizer: adamw8bit
      skip_first_sample: true
      steps: 1000
      train_text_encoder: false
      train_unet: true
    training_folder: output
    trigger_word: 'trench coat '
    type: sd_trainer
job: extension
meta:
  name: '[name]'
  version: '1.0'