CoolFace
Modelpublic

dotnetderek/again

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes
config.yaml61 linesDownload Raw Back to root
1config:2  name: flux_train_replicate3  process:4  - datasets:5    - cache_latents_to_disk: true6      caption_dropout_rate: 0.057      caption_ext: txt8      folder_path: input_images9      resolution:10      - 51211      - 76812      - 102413      shuffle_tokens: false14    device: cuda:015    model:16      is_flux: true17      name_or_path: black-forest-labs/FLUX.1-dev18      quantize: true19    network:20      linear: 1621      linear_alpha: 1622      type: lora23    sample:24      guidance_scale: 425      height: 102426      neg: ''27      prompts:28      - a sign that says 'I LOVE PROMPTS!' in the style of [trigger]29      sample_every: 25030      sample_steps: 2031      sampler: flowmatch32      seed: 4233      walk_seed: true34      width: 102435    save:36      dtype: float1637      max_step_saves_to_keep: 138      save_every: 100139    train:40      batch_size: 141      content_or_style: balanced42      dtype: bf1643      ema_config:44        ema_decay: 0.9945        use_ema: true46      gradient_accumulation_steps: 147      gradient_checkpointing: true48      lr: 0.000449      noise_scheduler: flowmatch50      optimizer: adamw8bit51      steps: 100052      train_text_encoder: false53      train_unet: true54    training_folder: output55    trigger_word: TOK56    type: sd_trainer57job: extension58meta:59  name: flux_train_replicate60  version: '1.0'61