Guest User

Untitled

a guest
Aug 11th, 2025
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ---
  2. job: "extension"
  3. config:
  4. name: "wan2.2_5b_missionary"
  5. process:
  6. - type: "ui_trainer"
  7. training_folder: "C:\\ai-toolkit\\output"
  8. sqlite_db_path: "./aitk_db.db"
  9. device: "cuda"
  10. trigger_word: "missionary"
  11. performance_log_every: 10
  12. network:
  13. type: "lora"
  14. linear: 64
  15. linear_alpha: 64
  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: 250
  25. max_step_saves_to_keep: 20
  26. save_format: "diffusers"
  27. push_to_hub: false
  28. datasets:
  29. - folder_path: "C:\\ai-toolkit\\datasets/missionary"
  30. control_path: null
  31. mask_path: null
  32. mask_min_value: 0.1
  33. default_caption: ""
  34. caption_ext: "txt"
  35. caption_dropout_rate: 0.05
  36. cache_latents_to_disk: false
  37. is_reg: false
  38. network_weight: 1
  39. resolution:
  40. - 512
  41. controls: []
  42. shrink_video_to_frames: true
  43. num_frames: 72
  44. train:
  45. batch_size: 1
  46. bypass_guidance_embedding: false
  47. steps: 6000
  48. gradient_accumulation: 1
  49. train_unet: true
  50. train_text_encoder: false
  51. gradient_checkpointing: true
  52. noise_scheduler: "flowmatch"
  53. optimizer: "adamw8bit"
  54. timestep_type: "weighted"
  55. content_or_style: "balanced"
  56. optimizer_params:
  57. weight_decay: 0.0001
  58. unload_text_encoder: true
  59. lr: 0.0001
  60. ema_config:
  61. use_ema: false
  62. ema_decay: 0.99
  63. skip_first_sample: true
  64. disable_sampling: true
  65. dtype: "bf16"
  66. diff_output_preservation: false
  67. diff_output_preservation_multiplier: 1
  68. diff_output_preservation_class: "person"
  69. model:
  70. name_or_path: "C:\\models\\Diffusers\\models--Wan-AI--Wan2.2-TI2V-5B-Diffusers\\snapshots\\4b2672c6ea255d3258fd9f9f04c85780b02ae2bf"
  71. quantize: false
  72. qtype: "qfloat8"
  73. quantize_te: false
  74. qtype_te: "qfloat8"
  75. arch: "wan22_5b"
  76. low_vram: true
  77. model_kwargs: {}
  78. sample:
  79. sampler: "flowmatch"
  80. sample_every: 250
  81. width: 768
  82. height: 1280
  83. samples: []
  84. neg: ""
  85. seed: 42
  86. walk_seed: true
  87. guidance_scale: 5
  88. sample_steps: 15
  89. num_frames: 73
  90. fps: 24
  91. meta:
  92. name: "[name]"
  93. version: "1.0"
  94.  
Advertisement
Add Comment
Please, Sign In to add comment