| job: extension |
| config: |
| name: ck_jacket |
| process: |
| - type: sd_trainer |
| training_folder: ck_jacket_output |
| device: cuda:0 |
| network: |
| type: lora |
| linear: 32 |
| linear_alpha: 32 |
| save: |
| dtype: float16 |
| save_every: 250 |
| max_step_saves_to_keep: 4 |
| push_to_hub: true |
| hf_repo_id: Resleeve/flux_lora_ck_jacket_object |
| hf_private: true |
| datasets: |
| - folder_path: dataset/ck_jacket |
| caption_ext: txt |
| caption_dropout_rate: 0.05 |
| shuffle_tokens: false |
| cache_latents_to_disk: true |
| resolution: |
| - 512 |
| - 768 |
| - 1024 |
| train: |
| batch_size: 1 |
| steps: 2000 |
| gradient_accumulation_steps: 1 |
| train_unet: true |
| train_text_encoder: false |
| gradient_checkpointing: true |
| noise_scheduler: flowmatch |
| optimizer: adamw8bit |
| lr: 0.0001 |
| skip_first_sample: true |
| ema_config: |
| use_ema: true |
| ema_decay: 0.99 |
| dtype: bf16 |
| model: |
| name_or_path: black-forest-labs/FLUX.1-dev |
| is_flux: true |
| quantize: true |
| sample: |
| sampler: flowmatch |
| sample_every: 250 |
| width: 1024 |
| height: 1024 |
| prompts: |
| - woman with red hair, wearing ck5jk jacket and red leather pants |
| - fashion editorial photo, a beautiful woman model with curly red hair, sitting |
| in a studio, wearing ck5jk jacket and blue jeans, solid blue color background |
| - a man with buzz cut hairstyle wearing a ck5jk jacket and green tshirt in the |
| studio |
| neg: '' |
| seed: 42 |
| walk_seed: true |
| guidance_scale: 3.5 |
| sample_steps: 20 |
| meta: |
| name: ck_jacket |
| version: '1.0' |
|
|