CoolFace
Modelpublic

glampirelabs/replicate_train_lora_for_ali

sourceHugging Faceotherupdated 2y agoView on Hugging Face
1likes9downloads
config.yaml63 linesDownload Raw Back to root
1job: custom_job2config:3  name: flux_train_replicate4  process:5  - type: custom_sd_trainer6    training_folder: output7    device: cuda:08    trigger_word: ali9    network:10      type: lora11      linear: 1612      linear_alpha: 1613    save:14      dtype: float1615      save_every: 353116      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: 353031      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.000439      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: 353150      width: 102451      height: 102452      prompts:53      - ali in freelancer coding python ai on beautifull PC setup on his room and54        look like he is solving critical problem55      neg: ''56      seed: 4257      walk_seed: true58      guidance_scale: 3.559      sample_steps: 2860meta:61  name: flux_train_replicate62  version: '1.0'63