Guest User

Untitled

a guest
Sep 4th, 2025
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. job: extension
  2. config:
  3. name: lewd_v3
  4. process:
  5. - type: ui_trainer
  6. training_folder: /home/envy/ai-toolkit-qwen/output
  7. sqlite_db_path: /home/envy/ai-toolkit-qwen/aitk_db.db
  8. device: cuda
  9. trigger_word: null
  10. performance_log_every: 10
  11. network:
  12. type: lora
  13. linear: 8
  14. linear_alpha: 8
  15. conv: 16
  16. conv_alpha: 16
  17. lokr_full_rank: true
  18. lokr_factor: -1
  19. network_kwargs:
  20. ignore_if_contains: []
  21. save:
  22. dtype: bf16
  23. save_every: 50
  24. max_step_saves_to_keep: 2000
  25. save_format: safetensors
  26. push_to_hub: false
  27. datasets:
  28. - folder_path: /home/envy/ai-toolkit-qwen/datasets/sex/fingering
  29. control_path: null
  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: true
  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. do_i2v: true
  46. - folder_path: /home/envy/ai-toolkit-qwen/datasets/sex/piv
  47. control_path: null
  48. mask_path: null
  49. mask_min_value: 0.1
  50. default_caption: ''
  51. caption_ext: txt
  52. caption_dropout_rate: 0.05
  53. cache_latents_to_disk: true
  54. is_reg: false
  55. network_weight: 1
  56. resolution:
  57. - 512
  58. - 768
  59. - 1024
  60. controls: []
  61. shrink_video_to_frames: true
  62. num_frames: 1
  63. do_i2v: true
  64. - folder_path: /home/envy/ai-toolkit-qwen/datasets/sex/penis
  65. control_path: null
  66. mask_path: null
  67. mask_min_value: 0.1
  68. default_caption: ''
  69. caption_ext: txt
  70. caption_dropout_rate: 0.05
  71. cache_latents_to_disk: true
  72. is_reg: false
  73. network_weight: 1
  74. resolution:
  75. - 512
  76. - 768
  77. - 1024
  78. controls: []
  79. shrink_video_to_frames: true
  80. num_frames: 1
  81. do_i2v: true
  82. - folder_path: /home/envy/ai-toolkit-qwen/datasets/oface
  83. control_path: null
  84. mask_path: null
  85. mask_min_value: 0.1
  86. default_caption: ''
  87. caption_ext: txt
  88. caption_dropout_rate: 0.05
  89. cache_latents_to_disk: true
  90. is_reg: false
  91. network_weight: 1
  92. resolution:
  93. - 512
  94. - 768
  95. - 1024
  96. controls: []
  97. shrink_video_to_frames: true
  98. num_frames: 1
  99. do_i2v: true
  100. - folder_path: /home/envy/ai-toolkit-qwen/datasets/lewd
  101. control_path: null
  102. mask_path: null
  103. mask_min_value: 0.1
  104. default_caption: ''
  105. caption_ext: txt
  106. caption_dropout_rate: 0.05
  107. cache_latents_to_disk: true
  108. is_reg: false
  109. network_weight: 1
  110. resolution:
  111. - 512
  112. - 768
  113. - 1024
  114. controls: []
  115. shrink_video_to_frames: true
  116. num_frames: 1
  117. do_i2v: true
  118. train:
  119. batch_size: 1
  120. bypass_guidance_embedding: false
  121. steps: 60000
  122. gradient_accumulation: 1
  123. train_unet: true
  124. train_text_encoder: false
  125. gradient_checkpointing: true
  126. noise_scheduler: flowmatch
  127. optimizer: prodigy
  128. timestep_type: sigmoid
  129. content_or_style: balanced
  130. min_snr_gamma: 5
  131. optimizer_params:
  132. weight_decay: 0
  133. unload_text_encoder: true
  134. cache_text_embeddings: true
  135. lr: 1
  136. ema_config:
  137. use_ema: false
  138. ema_decay: 0.99
  139. skip_first_sample: false
  140. disable_sampling: true
  141. dtype: bf16
  142. diff_output_preservation: false
  143. diff_output_preservation_multiplier: 1
  144. diff_output_preservation_class: person
  145. model:
  146. name_or_path: Qwen/Qwen-Image
  147. quantize: true
  148. qtype: uint3|ostris/accuracy_recovery_adapters/qwen_image_torchao_uint3.safetensors
  149. quantize_te: true
  150. qtype_te: qfloat8
  151. arch: qwen_image
  152. low_vram: true
  153. model_kwargs: {}
  154. sample:
  155. sampler: flowmatch
  156. sample_every: 50000
  157. width: 1024
  158. height: 1024
  159. samples:
  160. - prompt: do not use
  161. neg: ''
  162. seed: 42
  163. walk_seed: true
  164. guidance_scale: 4
  165. sample_steps: 25
  166. num_frames: 1
  167. fps: 1
  168. meta:
  169. name: lewd_v3
  170. version: '1.0'
  171.  
Add Comment
Please, Sign In to add comment