--Train_Text_Encoder variation #56
-
I have noticed that --train_text_encoder has a significant effect on training. However, it is very aggressive, and I have read that on some pages its percentage can be varied. Is that possible? Is there such a command? It would be really important. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looking at TheLastBen colab (https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb), the parameter used to control this is '--stop_text_encoder_training=' However the value the parameter takes is not a percentage, so the colab calculates this as follows: TheLastBen/fast-stable-diffusion@3e28d1a Seems like a good option to have, as just as described in the commit, it's easy to overfit when using --train_text_encoder |
Beta Was this translation helpful? Give feedback.
Looking at TheLastBen colab (https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb), the parameter used to control this is '--stop_text_encoder_training='
However the value the parameter takes is not a percentage, so the colab calculates this as follows: TheLastBen/fast-stable-diffusion@3e28d1a
Seems like a good option to have, as just as described in the commit, it's easy to overfit when using --train_text_encoder