Masked training by default #700
Replies: 2 comments 4 replies
-
|
It’s not enabled by default because it’s very clearly not free lunch and only useful in specific circumstances. How did you even come to this conclusion? Please be honest if there is a YouTuber or guide that has influenced you |
Beta Was this translation helpful? Give feedback.
-
|
Am I getting this right? The word "tree" in a prompt can mean one tree, two trees, many trees, a forest. An image with either of those will match "tree". If only a face is masked out, and the tag is "human", then the user likely unambiguously wants a face there anyway. If the user prompted for a specific face, that will be the best place for it. But if there are multiple face masks, the model will be confused like it is with tags for multiple characters. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is masked training not enabled by default?
I thought that masked training was useful instead of cropping for privacy of those who made photos, and to reduce the restrictions for the LoRA on CivitAI, but it is disabled by default, and even when enabled, OneTrainer has
"unmasked_probability": 0.1and"unmasked_weight": 0.1.https://github.com/Nerogar/OneTrainer/wiki/Training#masked-training
What happens if an image does not have a mask?
https://github.com/Nerogar/OneTrainer/wiki/Lessons-Learnt-and-Tutorials
What happens if both latent caching and masked training are enabled?
I tried training with both issues:
But next time I clicked "Start Training", it continued training.
Beta Was this translation helpful? Give feedback.
All reactions