datasysdev/lora-test-2
08
1job: custom_job2config:3 name: flux_train_replicate4 process:5 - type: custom_sd_trainer6 training_folder: output7 device: cuda:08 trigger_word: photo_teerak9 network:10 type: lora11 linear: 1612 linear_alpha: 1613 save:14 dtype: float1615 save_every: 100116 max_step_saves_to_keep: 117 datasets:18 - folder_path: input_images19 caption_ext: txt20 caption_dropout_rate: 0.0521 shuffle_tokens: false22 cache_latents_to_disk: false23 cache_latents: true24 resolution:25 - 51226 - 76827 - 102428 train:29 batch_size: 130 steps: 100031 gradient_accumulation_steps: 132 train_unet: true33 train_text_encoder: false34 content_or_style: balanced35 gradient_checkpointing: true36 noise_scheduler: flowmatch37 optimizer: adamw8bit38 lr: 0.000439 ema_config:40 use_ema: true41 ema_decay: 0.9942 dtype: bf1643 model:44 name_or_path: FLUX.1-dev45 is_flux: true46 quantize: true47 sample:48 sampler: flowmatch49 sample_every: 100150 width: 102451 height: 102452 prompts: []53 neg: ''54 seed: 4255 walk_seed: true56 guidance_scale: 3.557 sample_steps: 2858meta:59 name: flux_train_replicate60 version: '1.0'61 