Training on Multiple Subjects (Faces) Resulting in Blended Characteristics in Images #1584
-
Hi. I'm trying to train 2 subjects with DreamBooth and the output images seem to have mixed characteristics from both subjects, instead of them being very clearly defined as either one subject or the other.
Any advice on preventing this from happening would be very much appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
training two subjects from the same gender always leads to blending, keep the learning rate 2e-6 or below to prevent excessive overfitting, I recommend training each subject on a separate model for maximum quality. and avoid using instance names like "sandman" it is a known word and it reduces the effectiveness of the training. |
Beta Was this translation helpful? Give feedback.
training two subjects from the same gender always leads to blending, keep the learning rate 2e-6 or below to prevent excessive overfitting, I recommend training each subject on a separate model for maximum quality. and avoid using instance names like "sandman" it is a known word and it reduces the effectiveness of the training.