CoolFace
Modelpublic

jacobposel/cc-rl-pattern

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes4downloads
config.yaml60 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: <lora:CCRL>9    network:10      type: lora11      linear: 1612      linear_alpha: 1613    save:14      dtype: float1615      save_every: 401816      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: true23      resolution:24      - 51225      - 76826      - 102427    train:28      batch_size: 129      steps: 401730      gradient_accumulation_steps: 131      train_unet: true32      train_text_encoder: false33      content_or_style: balanced34      gradient_checkpointing: true35      noise_scheduler: flowmatch36      optimizer: adamw8bit37      lr: 0.000438      ema_config:39        use_ema: true40        ema_decay: 0.9941      dtype: bf1642    model:43      name_or_path: FLUX.1-dev44      is_flux: true45      quantize: true46    sample:47      sampler: flowmatch48      sample_every: 401849      width: 102450      height: 102451      prompts: []52      neg: ''53      seed: 4254      walk_seed: true55      guidance_scale: 456      sample_steps: 2057meta:58  name: flux_train_replicate59  version: '1.0'60