| job: extension |
| config: |
| name: lora |
| process: |
| - type: sd_trainer |
| training_folder: /workspace/output |
| device: cuda:0 |
| trigger_word: null |
| network: |
| type: lora |
| linear: 16 |
| linear_alpha: 16 |
| save: |
| dtype: float16 |
| save_every: 200 |
| max_step_saves_to_keep: 4 |
| datasets: |
| - folder_path: /workspace/data |
| 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: 1500 |
| gradient_accumulation_steps: 1 |
| train_unet: true |
| train_text_encoder: false |
| content_or_style: balanced |
| gradient_checkpointing: true |
| noise_scheduler: flowmatch |
| optimizer: adamw8bit |
| lr: 0.0004 |
| 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: 200 |
| width: 1024 |
| height: 1024 |
| prompts: |
| - '[morgan_lanexo] araffed woman in purple lingerie posing in kitchen, angelawhite, |
| jaw-dropping beauty, lacey, giant stunning goddess shot, curvy model, beautiful |
| curves, thicc, violet myers, portrait sophie mudd, dressed in purple, jaw |
| dropping beauty, draped in purple, purple top, in the kitchen, thick body, |
| busty, some purple, curvy build' |
| - '[morgan_lanexo] araffe woman in a pink bikini sitting on a lounge chair by |
| a pool, next to a pool, thicc, thick body, beautiful thick female, in a bikini, |
| sitting in the pool, angelawhite, poolside, lacey, squatting down next to |
| a pool, thick thigs, violet myers, bikini model, sexy girl, giant stunning |
| goddess shot' |
| - '[morgan_lanexo] araffed woman in a red bra top sitting in a car, amouranth, |
| red bra, better known as amouranth, sitting in her car, busty, lacey, young |
| beautiful amouranth, 3/4 bust, violet myers, angelawhite, thicc, red hot, |
| sie boob, with large breasts, cleavage' |
| - '[morgan_lanexo] araffe woman in a red bikini in a hot tub, amouranth, better |
| known as amouranth, angelawhite, red bikini, thicc, red hot, red bra, busty, |
| in water up to her shoulders, next to a pool, young beautiful amouranth, thick |
| body, in a bikini, curvy build, some red' |
| - '[morgan_lanexo] araffed woman in a leopard print bikini posing for a picture, |
| angelawhite, demi rose, busty, sexy girl, thick body, curvy, portrait sophie |
| mudd, thicc, curvy model, portrait demi rose, 2 2 years old, clear portrait |
| of demi rose, curvy body, soft curvy shape, 21 years old, lacey' |
| neg: '' |
| seed: 42 |
| walk_seed: true |
| guidance_scale: 4 |
| sample_steps: 20 |
| meta: |
| name: lora |
| version: '1.0' |
|
|