| job: extension |
| config: |
| name: timmy |
| process: |
| - type: sd_trainer |
| training_folder: output |
| device: cuda:0 |
| network: |
| type: lora |
| linear: 25 |
| linear_alpha: 30 |
| save: |
| dtype: float16 |
| save_every: 1000 |
| max_step_saves_to_keep: 5 |
| push_to_hub: false |
| hf_private: true |
| datasets: |
| - folder_path: datasets/3be572cd-40cd-4531-89d0-69a2bfb72e60 |
| 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: 3500 |
| gradient_accumulation_steps: 1 |
| train_unet: true |
| train_text_encoder: false |
| gradient_checkpointing: true |
| noise_scheduler: flowmatch |
| optimizer: adamw8bit |
| lr: 0.0004 |
| ema_config: |
| use_ema: true |
| ema_decay: 0.99 |
| dtype: bf16 |
| skip_first_sample: true |
| disable_sampling: false |
| model: |
| name_or_path: black-forest-labs/FLUX.1-dev |
| is_flux: true |
| quantize: true |
| low_vram: false |
| sample: |
| sampler: flowmatch |
| sample_every: 250 |
| width: 1024 |
| height: 1024 |
| prompts: |
| - t1mmy, this is a high-resolution photograph featuring a young man with curly, |
| dark brown hair standing outdoors against a concrete backdrop. the sky above |
| is a deep blue with scattered clouds. the man is caucasian with a fair complexion |
| and is smiling warmly at the camera. he has a slender build and is wearing |
| a sleeveless black tank top and high-waisted, loose-fitting brown trousers. |
| draped over his shoulders is a beige, knitted scarf that adds a casual, layered |
| look to his outfit. a thin, silver chain necklace adorns his neck. his hands |
| are placed behind his back, giving a relaxed, confident pose. the texture |
| of the concrete walls and the rugged, unfinished nature of the setting suggest |
| an industrial or urban environment. the image captures a moment of youthful |
| charm and casual elegance, with a focus on the man's natural, effortless style. |
| neg: '' |
| seed: 42 |
| walk_seed: true |
| guidance_scale: 3.5 |
| sample_steps: 30 |
| trigger_word: t1mmy |
| meta: |
| name: timmy |
| version: '1.0' |
|
|