JonLoRA/experimentTwo
09
1job: custom_job2config:3 name: flux_train_replicate4 process:5 - type: custom_sd_trainer6 training_folder: output7 device: cuda:08 trigger_word: GY4TT butt in upward dog9 network:10 type: lora11 linear: 3212 linear_alpha: 3213 save:14 dtype: float1615 save_every: 10016 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: 200031 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.000239 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: 10050 width: 102451 height: 102452 prompts:53 - a photo of GY4TT butt in upward dog54 neg: ''55 seed: 4256 walk_seed: true57 guidance_scale: 3.558 sample_steps: 2859meta:60 name: flux_train_replicate61 version: '1.0'62 