Arc en Ciel article
Masked training AKA masked loss - by PotatCat
Masked training What is masked training? With masked training you can adjust loss with mask. In simple you can prevent lora from learning unmasked parts. Mask value can be between 0-255 to adjust the masked loss. Why should you use it? R...
Tags
Content Snippet
Masked training What is masked training? With masked training you can adjust loss with mask. In simple you can prevent lora from learning unmasked parts. Mask value can be between 0-255 to adjust the masked loss. Why should you use it? Remove unwanted elements from training data and completely prevent lora from learning unmasked areas. For example unwanted elements in style (signatures,text,repeating accessories, repeating clothing,bad hands etc...) It can be extremely useful with low image c...