Guest User

Untitled

a guest
Jan 29th, 2026
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ---
  2. job: "extension"
  3. config:
  4. name: "flux2-klein_lora_gu_lr2e-5"
  5. process:
  6. - type: "diffusion_trainer"
  7. training_folder: "/home/usern/ai/Trainers/ai-toolkit/output"
  8. sqlite_db_path: "./aitk_db.db"
  9. device: "cuda"
  10. trigger_word: "agg"
  11. performance_log_every: 10
  12. network:
  13. type: "lora"
  14. linear: 32
  15. linear_alpha: 32
  16. conv: 16
  17. conv_alpha: 16
  18. lokr_full_rank: true
  19. lokr_factor: -1
  20. network_kwargs:
  21. ignore_if_contains: []
  22. save:
  23. dtype: "bf16"
  24. save_every: 100
  25. max_step_saves_to_keep: 200
  26. save_format: "diffusers"
  27. push_to_hub: false
  28. datasets:
  29. - folder_path: "/home/usern/ai/Trainers/ai-toolkit/datasets/gu"
  30. mask_path: null
  31. mask_min_value: 0.1
  32. default_caption: ""
  33. caption_ext: "txt"
  34. caption_dropout_rate: 0.05
  35. cache_latents_to_disk: false
  36. is_reg: false
  37. network_weight: 1
  38. resolution:
  39. - 512
  40. - 768
  41. - 1024
  42. controls: []
  43. shrink_video_to_frames: true
  44. num_frames: 1
  45. flip_x: false
  46. flip_y: false
  47. num_repeats: 1
  48. control_path_1: null
  49. control_path_2: null
  50. control_path_3: null
  51. train:
  52. batch_size: 1
  53. bypass_guidance_embedding: false
  54. steps: 6001
  55. gradient_accumulation: 1
  56. train_unet: true
  57. train_text_encoder: false
  58. gradient_checkpointing: true
  59. noise_scheduler: "flowmatch"
  60. optimizer: "adamw8bit"
  61. timestep_type: "weighted"
  62. content_or_style: "balanced"
  63. optimizer_params:
  64. weight_decay: 0.0001
  65. unload_text_encoder: false
  66. cache_text_embeddings: false
  67. lr: 0.00002
  68. ema_config:
  69. use_ema: false
  70. ema_decay: 0.99
  71. skip_first_sample: false
  72. force_first_sample: false
  73. disable_sampling: false
  74. dtype: "bf16"
  75. diff_output_preservation: false
  76. diff_output_preservation_multiplier: 1
  77. diff_output_preservation_class: "woman"
  78. switch_boundary_every: 1
  79. loss_type: "mse"
  80. do_differential_guidance: true
  81. differential_guidance_scale: 4
  82. logging:
  83. log_every: 1
  84. use_ui_logger: true
  85. model:
  86. name_or_path: "/home/usern/ai/Trainers/ai-toolkit/models/Flux2-klein-base-9b"
  87. quantize: false
  88. qtype: "qfloat8"
  89. quantize_te: false
  90. qtype_te: "qfloat8"
  91. arch: "flux2_klein_9b"
  92. low_vram: false
  93. model_kwargs:
  94. match_target_res: false
  95. layer_offloading: false
  96. layer_offloading_text_encoder_percent: 1
  97. layer_offloading_transformer_percent: 1
  98. sample:
  99. sampler: "ddpm"
  100. sample_every: 100
  101. width: 1024
  102. height: 1024
  103. samples:
  104. - prompt: "[trigger word], sitting at a cafe, wearing a cream colored sweater, holding a coffee cup. there is a sign the background that reads 'Coffee Shop'"
  105. neg: ""
  106. seed: 1234567890
  107. walk_seed: false
  108. guidance_scale: 4
  109. sample_steps: 30
  110. num_frames: 1
  111. fps: 1
  112. meta:
  113. name: "[name]"
  114. version: "1.0"
  115.  
  116.  
Advertisement
Add Comment
Please, Sign In to add comment