capitan01r

double_6_7_single_0_10

Apr 17th, 2026
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. ---
  2. job: "extension"
  3. config:
  4. name: "targeted_blocks_d6_7_s0_10"
  5. process:
  6. - type: "diffusion_trainer"
  7. training_folder: "/home/example"
  8. sqlite_db_path: "./aitk_db.db"
  9. device: "cuda"
  10. trigger_word: null
  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. only_if_contains:
  23. - "double_blocks.6"
  24. - "double_blocks.7"
  25. - "single_blocks.0"
  26. - "single_blocks.1"
  27. - "single_blocks.2"
  28. - "single_blocks.3"
  29. - "single_blocks.4"
  30. - "single_blocks.5"
  31. - "single_blocks.6"
  32. - "single_blocks.7"
  33. - "single_blocks.8"
  34. - "single_blocks.9"
  35. - "single_blocks.10"
  36. save:
  37. dtype: "bf16"
  38. save_every: 100
  39. max_step_saves_to_keep: 25
  40. save_format: "safetensors"
  41. push_to_hub: false
  42. datasets:
  43. - folder_path: "/home/example"
  44. mask_path: null
  45. mask_min_value: 0.1
  46. default_caption: ""
  47. caption_ext: "txt"
  48. caption_dropout_rate: 0.05
  49. cache_latents_to_disk: false
  50. is_reg: false
  51. network_weight: 1
  52. resolution:
  53. - 512
  54. controls: []
  55. shrink_video_to_frames: true
  56. num_frames: 1
  57. flip_x: false
  58. flip_y: false
  59. num_repeats: 1
  60. control_path_1: null
  61. control_path_2: null
  62. control_path_3: null
  63. train:
  64. batch_size: 1
  65. bypass_guidance_embedding: false
  66. steps: 3500
  67. gradient_accumulation: 2
  68. train_unet: true
  69. train_text_encoder: false
  70. gradient_checkpointing: true
  71. noise_scheduler: "flowmatch"
  72. optimizer: "adamw8bit"
  73. timestep_type: "linear"
  74. content_or_style: "balanced"
  75. optimizer_params:
  76. weight_decay: 0.0001
  77. unload_text_encoder: false
  78. cache_text_embeddings: true
  79. lr: 0.00008
  80. ema_config:
  81. use_ema: true
  82. ema_decay: 0.99
  83. skip_first_sample: true
  84. force_first_sample: false
  85. disable_sampling: false
  86. dtype: "bf16"
  87. diff_output_preservation: false
  88. diff_output_preservation_multiplier: 1
  89. diff_output_preservation_class: "person"
  90. switch_boundary_every: 1
  91. loss_type: "mse"
  92. logging:
  93. log_every: 1
  94. use_ui_logger: true
  95. model:
  96. name_or_path: "black-forest-labs/FLUX.2-klein-base-9B"
  97. quantize: true
  98. qtype: "qfloat8"
  99. quantize_te: true
  100. qtype_te: "qfloat8"
  101. arch: "flux2_klein_9b"
  102. low_vram: false
  103. model_kwargs:
  104. match_target_res: false
  105. layer_offloading: false
  106. layer_offloading_text_encoder_percent: 1
  107. layer_offloading_transformer_percent: 1
  108. sample:
  109. sampler: "flowmatch"
  110. sample_every: 100
  111. width: 768
  112. height: 1120
  113. samples:
  114. - prompt: "a beautiful woman with full makeup is looking at the camera, from a close angle"
  115. neg: ""
  116. seed: 42
  117. walk_seed: true
  118. guidance_scale: 4
  119. sample_steps: 25
  120. num_frames: 1
  121. fps: 1
  122. meta:
  123. name: "targeted_blocks_d6_7_s0_10"
  124. version: "1.0"
  125.  
Advertisement
Add Comment
Please, Sign In to add comment