Difficulty getting recognizable face with Dreambooth in updated colab #1251
-
I am experiencing difficulty training recognizable faces ever since the updated colab. I used to get REALLY good results (dating back to 27th december 2022) training on 24 images for approx. 1300 steps for UNet and 400 steps for text_encoder with the old learning rates (believe they were 2e-6 for both before). Now, with the same settings, it doesn't even recognize my class. I have found that if I change the learning rate for the UNet to 5e-6 and train for 500-1000 steps it begins to recognize the class. Haven't experienced with the learning rates for the text_encoder yet. Does anyone have any insights to the changed colab/ models and its new settings, or maybe ideas on how to achieve the previous high quality classes in terms of recognizability? I don't really possess any theoretical insights to these models, so all my experience with the hyperparameters is purely empirical. Otherwise, thanks TheLastBen for an AWESOME colab, which I have had great use of these past few months. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
for the 2e-6 learning rate, you need to go as high as 5000 steps to get good results. For the default 1e-5, you need only 800 steps for 10 instance images. |
Beta Was this translation helpful? Give feedback.
for the 2e-6 learning rate, you need to go as high as 5000 steps to get good results. For the default 1e-5, you need only 800 steps for 10 instance images.
Also, try the V2-512, it's a good model